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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 102 assert (LOpts.getGC() != LangOptions::GCOnly);
174 const char* name = LOpts.getGC() == LangOptions::NonGC
190 const char* name = LOpts.getGC() == LangOptions::NonGC
246 name = LOpts.getGC() == LangOptions::NonGC
254 name = LOpts.getGC() == LangOptions::NonGC
282 if (mgr.getLangOpts().getGC() == LangOptions::GCOnly)
NSAutoreleasePoolChecker.cpp 87 if (mgr.getLangOpts().getGC() != LangOptions::NonGC)
RetainCountChecker.cpp     [all...]
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 110 GCStrategy *S = getOrCreateStrategy(F.getParent(), F.getGC());
  /external/llvm/lib/VMCore/
Function.cpp 271 const char *Function::getGC() const {
310 setGC(SrcF->getGC());
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 231 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC();
328 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC();
591 MigrationPass pass(Ctx, OrigCI.getLangOpts()->getGC(),
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 115 if ((getLangOpts().getGC() != LangOptions::NonGC &&
394 if (getLangOpts().getGC() != LangOptions::NonGC &&
680 getLangOpts().getGC() != LangOptions::NonGC) {
732 getLangOpts().getGC() == LangOptions::NonGC) {
    [all...]
SemaDeclObjC.cpp 343 Context.getLangOpts().getGC() == LangOptions::GCOnly) &&
346 Context.getLangOpts().getGC() != LangOptions::NonGC &&
    [all...]
  /external/llvm/include/llvm/
Function.h 191 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
194 const char *getGC() const;
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 175 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 471 if (F1->hasGC() && F1->getGC() != F2->getGC())
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 541 switch (Mgr->getLangOpts().getGC()) {
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 88 if (CGF.getLangOpts().getGC() && TypeRequiresGCollection(T))
    [all...]
CGObjC.cpp 609 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) {
650 (CGM.getLangOpts().getGC() &&
657 if (CGM.getLangOpts().getGC())
    [all...]
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]
CGExpr.cpp     [all...]
CGDecl.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 442 unsigned &Entry = GCMap[F->getGC()];
444 WriteStringRecord(bitc::MODULE_CODE_GCNAME, F->getGC(),
520 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 483 unsigned &Entry = GCMap[F->getGC()];
485 WriteStringRecord(bitc::MODULE_CODE_GCNAME, F->getGC(),
561 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 437 unsigned &Entry = GCMap[F->getGC()];
439 WriteStringRecord(bitc::MODULE_CODE_GCNAME, F->getGC(),
515 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 379 if (LangOpts.getGC() != LangOptions::NonGC)
CompilerInvocation.cpp 756 if (Opts.getGC() != LangOptions::NonGC) {
757 if (Opts.getGC() == LangOptions::HybridGC) {
760 assert(Opts.getGC() == LangOptions::GCOnly && "Invalid GC mode!");
    [all...]
  /external/clang/lib/Basic/
Targets.cpp 101 if (Opts.getGC() != LangOptions::NonGC)
    [all...]

Completed in 926 milliseconds

1 2