Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp193 assert(Mgr.getLangOpts().getGC() != LangOptions::GCOnly); in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
1095 return LO.getGC() != LangOptions::GCOnly && !LO.ObjCAutoRefCount; in shouldRegisterObjCDeallocChecker()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.h87 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransforms.cpp586 if (OrigGCMode == LangOptions::GCOnly && NoFinalizeRemoval) in getAllTransformations()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp2258 if (getLangOpts().getGC() == LangOptions::GCOnly) in DiagnoseOwningPropertyGetterSynthesis()
2791 if (getLangOpts().getGC() != LangOptions::GCOnly) in CheckObjCPropertyAttributes()
2808 getLangOpts().getGC() == LangOptions::GCOnly && in CheckObjCPropertyAttributes()
H A DSemaDeclObjC.cpp481 getLangOpts().getGC() == LangOptions::GCOnly)) in ActOnStartOfObjCMethodDef()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2533 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSendSuper()
2651 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSend()
3875 case LangOptions::GCOnly: in ModuleInitFunction()
H A DCGDecl.cpp2084 CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in EmitAutoVarCleanups()
H A DCGObjCMac.cpp5141 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in EmitImageInfo()
6284 if (CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in isVTableDispatchedSelector()
H A DCGObjC.cpp943 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in PropertyImplStrategy()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp3373 if (Opts.GC == LangOptions::GCOnly) in GenerateLangArgs()
3716 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()