Searched refs:gcEnabled (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | ExprEngine.h | 101 ExprEngine(AnalysisManager &mgr, bool gcEnabled,
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| D | ExprEngine.cpp | 58 ExprEngine::ExprEngine(AnalysisManager &mgr, bool gcEnabled, in ExprEngine() argument 73 ObjCGCEnabled(gcEnabled), BR(mgr, *this), in ExprEngine()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| D | RetainCountChecker.cpp | 1640 CFRefReportVisitor(SymbolRef sym, bool gcEnabled, const SummaryLogTy &log) in CFRefReportVisitor() argument 1641 : Sym(sym), SummaryLog(log), GCEnabled(gcEnabled) {} in CFRefReportVisitor()
|