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 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 247 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC();
350 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC();
620 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/include/llvm/IR/
Function.h 200 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
203 const char *getGC() const;
  /external/llvm/lib/IR/
Function.cpp 296 const char *Function::getGC() const {
335 setGC(SrcF->getGC());
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 177 transforms = arcmt::getAllTransformations(origCI.getLangOpts()->getGC(),
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 521 Caller->setGC(CalledFunc->getGC());
522 else if (CalledFunc->getGC() != Caller->getGC())
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 469 if (F1->hasGC() && F1->getGC() != F2->getGC())
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 648 switch (Mgr->getLangOpts().getGC()) {
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGObjC.cpp 609 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) {
659 (CGM.getLangOpts().getGC() &&
666 if (CGM.getLangOpts().getGC())
    [all...]
CGBlocks.cpp 110 if (CGM.getLangOpts().getGC() != LangOptions::NonGC)
344 CGM.getLangOpts().getGC() == LangOptions::NonGC)
    [all...]
CGExprAgg.cpp 99 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 483 unsigned &Entry = GCMap[F->getGC()];
485 WriteStringRecord(bitc::MODULE_CODE_GCNAME, F->getGC(),
562 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 465 unsigned &Entry = GCMap[F->getGC()];
467 WriteStringRecord(bitc::MODULE_CODE_GCNAME, F->getGC(),
543 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 419 unsigned &Entry = GCMap[F->getGC()];
421 WriteStringRecord(bitc::MODULE_CODE_GCNAME, F->getGC(),
497 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 391 if (LangOpts.getGC() != LangOptions::NonGC)
    [all...]

Completed in 482 milliseconds

1 2