Home
last modified time | relevance | path

Searched refs:GCOnly (Results 1 – 12 of 12) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp103 assert (LOpts.getGC() != LangOptions::GCOnly); in checkObjCDealloc()
283 if (mgr.getLangOpts().getGC() == LangOptions::GCOnly) in checkASTDecl()
DRetainCountChecker.cpp1729 case LangOptions::GCOnly: in addGCModeDescription()
3704 RetainSummaryManager M(Ctx, L.GCOnly, L.ObjCAutoRefCount);\
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DLangOptions.h60 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator
/freebsd-9-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DTransforms.cpp603 if (OrigGCMode == LangOptions::GCOnly && NoFinalizeRemoval) in getAllTransformations()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp687 case LangOptions::GCOnly: in RunPathSensitiveChecks()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaObjCProperty.cpp1805 if (getLangOpts().getGC() == LangOptions::GCOnly) in DiagnoseOwningPropertyGetterSynthesis()
2166 if (getLangOpts().getGC() != LangOptions::GCOnly) in CheckObjCPropertyAttributes()
2183 && getLangOpts().getGC() == LangOptions::GCOnly in CheckObjCPropertyAttributes()
DSemaDeclObjC.cpp402 getLangOpts().getGC() == LangOptions::GCOnly)) in ActOnStartOfObjCMethodDef()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGObjCGNU.cpp1244 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSendSuper()
1347 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSend()
2546 case LangOptions::GCOnly: in ModuleInitFunction()
DCGBlocks.cpp2234 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) in enterByrefCleanup()
DCGObjC.cpp638 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in PropertyImplStrategy()
DCGObjCMac.cpp4334 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in EmitImageInfo()
5599 if (CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in isVTableDispatchedSelector()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/
DCompilerInvocation.cpp1223 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()