HomeSort by relevance Sort by last modified time
    Searched refs:getGC (Results 1 - 25 of 29) 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
189 const char* name = LOpts.getGC() == LangOptions::NonGC
246 name = LOpts.getGC() == LangOptions::NonGC
254 name = LOpts.getGC() == LangOptions::NonGC
281 if (mgr.getLangOptions().getGC() == LangOptions::GCOnly)
NSAutoreleasePoolChecker.cpp 82 if (mgr.getLangOptions().getGC() != LangOptions::NonGC)
RetainCountChecker.cpp     [all...]
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 110 GCStrategy *S = getOrCreateStrategy(F.getParent(), F.getGC());
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 112 if ((getLangOptions().getGC() != LangOptions::NonGC &&
362 if (getLangOptions().getGC() != LangOptions::NonGC &&
609 getLangOptions().getGC() != LangOptions::NonGC) {
656 getLangOptions().getGC() == LangOptions::NonGC) {
725 getLangOptions().getGC() != LangOptions::NonGC)) {
734 getLangOptions().getGC() != LangOptions::NonGC) {
    [all...]
SemaDeclObjC.cpp 340 Context.getLangOptions().getGC() == LangOptions::GCOnly) &&
343 Context.getLangOptions().getGC() != LangOptions::NonGC &&
    [all...]
  /external/llvm/lib/VMCore/
Function.cpp 269 const char *Function::getGC() const {
308 setGC(SrcF->getGC());
AsmWriter.cpp     [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/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 338 switch (mgr.getLangOptions().getGC()) {
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 471 if (F1->hasGC() && F1->getGC() != F2->getGC())
  /external/clang/lib/CodeGen/
CGObjC.cpp 470 if (CGM.getLangOptions().getGC() == LangOptions::GCOnly) {
511 (CGM.getLangOptions().getGC() &&
518 if (CGM.getLangOptions().getGC())
    [all...]
CGExprAgg.cpp 82 if (CGF.getLangOptions().getGC() && TypeRequiresGCollection(T))
    [all...]
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]
CGExpr.cpp     [all...]
CGBlocks.cpp     [all...]
CGDecl.cpp     [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 368 if (LangOpts.getGC() != LangOptions::NonGC)
CompilerInvocation.cpp 721 if (Opts.getGC() != LangOptions::NonGC) {
722 if (Opts.getGC() == LangOptions::HybridGC) {
725 assert(Opts.getGC() == LangOptions::GCOnly && "Invalid GC mode!");
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 434 unsigned &Entry = GCMap[F->getGC()];
436 WriteStringRecord(bitc::MODULE_CODE_GCNAME, F->getGC(),
512 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 474 unsigned &Entry = GCMap[F->getGC()];
476 WriteStringRecord(bitc::MODULE_CODE_GCNAME, F->getGC(),
552 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /external/clang/lib/Basic/
Targets.cpp 93 if (Opts.getGC() != LangOptions::NonGC)
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]

Completed in 3319 milliseconds

1 2