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

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

Completed in 185 milliseconds