/external/clang/lib/StaticAnalyzer/Checkers/ |
NSAutoreleasePoolChecker.cpp | 78 if (mgr.getLangOpts().getGC() != LangOptions::NonGC)
|
CheckObjCDealloc.cpp | 103 assert (LOpts.getGC() != LangOptions::GCOnly); 175 const char* name = LOpts.getGC() == LangOptions::NonGC 191 const char* name = LOpts.getGC() == LangOptions::NonGC 247 name = LOpts.getGC() == LangOptions::NonGC 255 name = LOpts.getGC() == LangOptions::NonGC 283 if (mgr.getLangOpts().getGC() == LangOptions::GCOnly)
|
RetainCountChecker.cpp | [all...] |
/external/llvm/lib/CodeGen/ |
GCMetadata.cpp | 98 GCStrategy *S = getOrCreateStrategy(F.getParent(), F.getGC());
|
/external/clang/lib/ARCMigrate/ |
ARCMT.cpp | 241 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC(); 351 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC(); 628 MigrationPass pass(Ctx, OrigCI.getLangOpts()->getGC(),
|
/external/clang/lib/Sema/ |
SemaObjCProperty.cpp | 107 if ((S.getLangOpts().getGC() != LangOptions::NonGC && 521 if (getLangOpts().getGC() != LangOptions::NonGC && [all...] |
/external/llvm/lib/IR/ |
Function.cpp | 312 const char *Function::getGC() const { 351 setGC(SrcF->getGC());
|
/external/clang/tools/arcmt-test/ |
arcmt-test.cpp | 177 transforms = arcmt::getAllTransformations(origCI.getLangOpts()->getGC(),
|
/external/llvm/include/llvm/IR/ |
Function.h | 215 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm 218 const char *getGC() const;
|
/external/llvm/lib/Transforms/Utils/ |
InlineFunction.cpp | 531 Caller->setGC(CalledFunc->getGC()); 532 else if (CalledFunc->getGC() != Caller->getGC()) [all...] |
/external/llvm/lib/Transforms/IPO/ |
MergeFunctions.cpp | 477 if (F1->hasGC() && F1->getGC() != F2->getGC())
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
AnalysisConsumer.cpp | 646 switch (Mgr->getLangOpts().getGC()) {
|
/external/clang/lib/CodeGen/ |
CGExprAgg.cpp | 90 if (CGF.getLangOpts().getGC() && TypeRequiresGCollection(T)) [all...] |
CGObjCGNU.cpp | [all...] |
CGObjC.cpp | 637 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { 687 (CGM.getLangOpts().getGC() && 694 if (CGM.getLangOpts().getGC()) [all...] |
CGBlocks.cpp | 112 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) 346 CGM.getLangOpts().getGC() == LangOptions::NonGC) [all...] |
CGObjCMac.cpp | [all...] |
CGClass.cpp | [all...] |
CGExpr.cpp | [all...] |
CGDecl.cpp | [all...] |
/external/llvm/lib/Bitcode/Writer/ |
BitcodeWriter.cpp | 566 unsigned &Entry = GCMap[F->getGC()]; 568 WriteStringRecord(bitc::MODULE_CODE_GCNAME, F->getGC(), 645 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0); [all...] |
/frameworks/compile/slang/BitWriter_2_9/ |
BitcodeWriter.cpp | 469 unsigned &Entry = GCMap[F->getGC()]; 471 WriteStringRecord(bitc::MODULE_CODE_GCNAME, F->getGC(), 547 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0); [all...] |
/frameworks/compile/slang/BitWriter_2_9_func/ |
BitcodeWriter.cpp | 423 unsigned &Entry = GCMap[F->getGC()]; 425 WriteStringRecord(bitc::MODULE_CODE_GCNAME, F->getGC(), 501 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0); [all...] |
/frameworks/compile/slang/BitWriter_3_2/ |
BitcodeWriter.cpp | 440 unsigned &Entry = GCMap[F->getGC()]; 442 WriteStringRecord(bitc::MODULE_CODE_GCNAME, F->getGC(), 519 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0); [all...] |
/external/clang/lib/Frontend/ |
InitPreprocessor.cpp | 392 if (LangOpts.getGC() != LangOptions::NonGC) [all...] |