Searched refs:addEdgeToPath (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1080 static void addEdgeToPath(PathPieces &path, in addEdgeToPath() function 1146 addEdgeToPath(C.getActivePath(), PrevLoc, in generatePathDiagnosticsForNode() 1209 addEdgeToPath(C.getActivePath(), PrevLoc, Call->callReturn); in generatePathDiagnosticsForNode() 1232 addEdgeToPath(C.getActivePath(), PrevLoc, L); in generatePathDiagnosticsForNode() 1265 addEdgeToPath(C.getActivePath(), PrevLoc, p->getLocation()); in generatePathDiagnosticsForNode() 1272 addEdgeToPath(C.getActivePath(), PrevLoc, in generatePathDiagnosticsForNode() 1309 addEdgeToPath(C.getActivePath(), PrevLoc, PE->getLocation()); in generatePathDiagnosticsForNode() 1318 addEdgeToPath(C.getActivePath(), PrevLoc, L); in generatePathDiagnosticsForNode() 2037 addEdgeToPath(Construct.getActivePath(), PrevLoc, Note->getLocation()); in generate() 2049 addEdgeToPath(Construct.getActivePath(), PrevLoc, in generate()
|