HomeSort by relevance Sort by last modified time
    Searched refs:getGC (Results 1 - 25 of 34) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
NSAutoreleasePoolChecker.cpp 78 if (mgr.getLangOpts().getGC() != LangOptions::NonGC)
CheckObjCDealloc.cpp 104 assert (LOpts.getGC() != LangOptions::GCOnly);
171 const char* name = LOpts.getGC() == LangOptions::NonGC
187 const char* name = LOpts.getGC() == LangOptions::NonGC
241 name = LOpts.getGC() == LangOptions::NonGC
249 name = LOpts.getGC() == LangOptions::NonGC
277 if (mgr.getLangOpts().getGC() == LangOptions::GCOnly)
RetainCountChecker.cpp     [all...]
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 94 GCStrategy *S = getOrCreateStrategy(F.getParent(), F.getGC());
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 241 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC();
342 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC();
572 MigrationPass pass(Ctx, OrigCI.getLangOpts()->getGC(),
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 106 if ((S.getLangOpts().getGC() != LangOptions::NonGC &&
539 if (getLangOpts().getGC() != LangOptions::NonGC &&
    [all...]
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 175 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 552 Caller->setGC(CalledFunc->getGC());
553 else if (CalledFunc->getGC() != Caller->getGC())
    [all...]
  /external/llvm/lib/IR/
Function.cpp 338 const char *Function::getGC() const {
377 setGC(SrcF->getGC());
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 670 switch (Mgr->getLangOpts().getGC()) {
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGObjC.cpp 640 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) {
690 (CGM.getLangOpts().getGC() &&
697 if (CGM.getLangOpts().getGC())
    [all...]
CGBlocks.cpp 112 if (CGM.getLangOpts().getGC() != LangOptions::NonGC)
346 CGM.getLangOpts().getGC() == LangOptions::NonGC)
    [all...]
CGExprAgg.cpp 90 if (CGF.getLangOpts().getGC() && TypeRequiresGCollection(T))
    [all...]
CGObjCMac.cpp     [all...]
CGClass.cpp     [all...]
CGExpr.cpp     [all...]
CGDecl.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 603 unsigned &Entry = GCMap[F.getGC()];
605 WriteStringRecord(bitc::MODULE_CODE_GCNAME, F.getGC(),
685 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 464 unsigned &Entry = GCMap[F->getGC()];
466 WriteStringRecord(bitc::MODULE_CODE_GCNAME, F->getGC(),
542 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 418 unsigned &Entry = GCMap[F->getGC()];
420 WriteStringRecord(bitc::MODULE_CODE_GCNAME, F->getGC(),
496 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 435 unsigned &Entry = GCMap[F->getGC()];
437 WriteStringRecord(bitc::MODULE_CODE_GCNAME, F->getGC(),
514 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 495 if (LangOpts.getGC() != LangOptions::NonGC)
    [all...]

Completed in 1076 milliseconds

1 2