Searched defs:OCS (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2286 OptimizedCallsSet &OCS,
2298 if (!OCS.count(CallI)) {
2299 while (optimizeEdges(CallI->path, SM, OCS, LCM)) {}
2300 OCS.insert(CallI);
3177 OptimizedCallsSet OCS; local
3178 while (optimizeEdges(PD.getMutablePieces(), SM, OCS, LCM)) {}
2285 optimizeEdges(PathPieces &path, SourceManager &SM, OptimizedCallsSet &OCS, LocationContextMap &LCM) argument

Completed in 32 milliseconds