Searched refs:gcEnabled (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h101 ExprEngine(AnalysisManager &mgr, bool gcEnabled,
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1640 CFRefReportVisitor(SymbolRef sym, bool gcEnabled, const SummaryLogTy &log) argument
1641 : Sym(sym), SummaryLog(log), GCEnabled(gcEnabled) {}
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp58 ExprEngine::ExprEngine(AnalysisManager &mgr, bool gcEnabled, argument
73 ObjCGCEnabled(gcEnabled), BR(mgr, *this),

Completed in 164 milliseconds