Searched refs:SubInit (Results 1 - 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Compress/
H A DBcjCoder.h17 virtual void SubInit() { x86Init(); })
H A DBranchCoder.cpp10 SubInit();
H A DBranchCoder.h16 virtual void SubInit() {} function in class:CBranchConverter
/external/protobuf/python/google/protobuf/pyext/
H A Dcpp_message.py58 def SubInit(self, **kwargs): function in function:InitMessage
60 cls.__init__ = SubInit
/external/clang/lib/Sema/
H A DSemaInit.cpp348 MultiExprArg SubInit; local
372 SubInit = InitExpr;
379 InitializationSequence InitSeq(SemaRef, Entity, Kind, SubInit);
431 InitSeq.Diagnose(SemaRef, Entity, Kind, SubInit);
444 : InitSeq.Perform(SemaRef, Entity, Kind, SubInit);
3524 Expr *SubInit[1] = {InitList->getInit(0)}; local
3526 IsStringInit(SubInit[0], DestAT, S.Context) == SIF_None) {
3533 Sequence.InitializeFrom(S, Entity, SubKind, SubInit,
3598 Expr *SubInit[1] = { InitList->getInit(0) }; local
3599 Sequence.InitializeFrom(S, Entity, SubKind, SubInit,
5687 Expr *SubInit = ILE->getInit(Index); local
[all...]
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp299 Constant *SubInit = nullptr; local
301 SubInit = ConstantFoldLoadThroughGEPConstantExpr(Init, CE);
302 Changed |= CleanupConstantGlobalUsers(CE, SubInit, DL, TLI);
318 Constant *SubInit = nullptr; local
323 SubInit = ConstantFoldLoadThroughGEPConstantExpr(Init, CE);
329 SubInit = Constant::getNullValue(GEP->getType()->getElementType());
331 Changed |= CleanupConstantGlobalUsers(GEP, SubInit, DL, TLI);

Completed in 214 milliseconds