OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SubInit
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/python/google/protobuf/pyext/
cpp_message.py
58
def
SubInit
(self, **kwargs):
60
cls.__init__ =
SubInit
/external/lzma/CPP/7zip/Compress/
BranchCoder.h
16
virtual void
SubInit
() {}
/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
...]
/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
...]
Completed in 1340 milliseconds