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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1027 bool IsPostJump = false);
1124 bool IsPostJump) {
1143 if (IsPostJump)
1158 CLocs.push_back(ContextLocation(CLoc, /*IsDead=*/IsPostJump));
1431 EB.addEdge(C->callReturn, /*AlwaysAdd=*/true, /*IsPostJump=*/true);
1123 addEdge(PathDiagnosticLocation NewLoc, bool alwaysAdd, bool IsPostJump) argument

Completed in 41 milliseconds