Home
last modified time | relevance | path

Searched refs:HybridGC (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDLangOptions.h52 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
HDAnalysisConsumer.cpp687 case LangOptions::HybridGC: in RunPathSensitiveChecks()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDRetainCountChecker.cpp1852 case LangOptions::HybridGC: in addGCModeDescription()
2547 if (LOpts.getGC() == LangOptions::HybridGC) { in getLeakWithinFunctionBug()
2569 if (LOpts.getGC() == LangOptions::HybridGC) { in getLeakAtReturnBug()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDCompilerInvocation.cpp1408 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCGNU.cpp2514 case LangOptions::HybridGC: in ModuleInitFunction()