HomeSort by relevance Sort by last modified time
    Searched refs:SubInit (Results 1 - 6 of 6) sorted by null

  /external/lzma/CPP/7zip/Compress/
BcjCoder.h 17 virtual void SubInit() { x86Init(); })
BranchCoder.cpp 10 SubInit();
BranchCoder.h 16 virtual void SubInit() {}
  /external/protobuf/python/google/protobuf/pyext/
cpp_message.py 58 def SubInit(self, **kwargs):
60 cls.__init__ = SubInit
  /external/clang/lib/Sema/
SemaInit.cpp 371 MultiExprArg SubInit;
395 SubInit = InitExpr;
402 InitializationSequence InitSeq(SemaRef, Entity, Kind, SubInit);
457 InitSeq.Diagnose(SemaRef, Entity, Kind, SubInit);
470 : InitSeq.Perform(SemaRef, Entity, Kind, SubInit);
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 303 Constant *SubInit = nullptr;
305 SubInit = ConstantFoldLoadThroughGEPConstantExpr(Init, CE);
306 Changed |= CleanupConstantGlobalUsers(CE, SubInit, DL, TLI);
322 Constant *SubInit = nullptr;
327 SubInit = ConstantFoldLoadThroughGEPConstantExpr(Init, CE);
333 SubInit = Constant::getNullValue(GEP->getType()->getElementType());
335 Changed |= CleanupConstantGlobalUsers(GEP, SubInit, DL, TLI);
    [all...]

Completed in 267 milliseconds