Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp198 assert(Mgr.getLangOpts().getGC() != LangOptions::GCOnly); in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
1085 return LO.getGC() != LangOptions::GCOnly && !LO.ObjCAutoRefCount; in shouldRegisterObjCDeallocChecker()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h77 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp587 if (OrigGCMode == LangOptions::GCOnly && NoFinalizeRemoval) in getAllTransformations()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2240 if (getLangOpts().getGC() == LangOptions::GCOnly) in DiagnoseOwningPropertyGetterSynthesis()
2773 if (getLangOpts().getGC() != LangOptions::GCOnly) in CheckObjCPropertyAttributes()
2788 getLangOpts().getGC() == LangOptions::GCOnly && in CheckObjCPropertyAttributes()
H A DSemaDeclObjC.cpp489 getLangOpts().getGC() == LangOptions::GCOnly)) in ActOnStartOfObjCMethodDef()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2641 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSendSuper()
2759 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSend()
3980 case LangOptions::GCOnly: in ModuleInitFunction()
H A DCGDecl.cpp2176 CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in EmitAutoVarCleanups()
H A DCGObjCMac.cpp5120 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in EmitImageInfo()
6250 if (CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in isVTableDispatchedSelector()
H A DCGObjC.cpp944 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in PropertyImplStrategy()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3596 if (Opts.GC == LangOptions::GCOnly) in GenerateLangArgs()
3962 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()