Searched refs:addEdgeToPath (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1081 static void addEdgeToPath(PathPieces &path, in addEdgeToPath() function 1147 addEdgeToPath(C.getActivePath(), PrevLoc, in generatePathDiagnosticsForNode() 1210 addEdgeToPath(C.getActivePath(), PrevLoc, Call->callReturn); in generatePathDiagnosticsForNode() 1233 addEdgeToPath(C.getActivePath(), PrevLoc, L); in generatePathDiagnosticsForNode() 1266 addEdgeToPath(C.getActivePath(), PrevLoc, p->getLocation()); in generatePathDiagnosticsForNode() 1273 addEdgeToPath(C.getActivePath(), PrevLoc, in generatePathDiagnosticsForNode() 1310 addEdgeToPath(C.getActivePath(), PrevLoc, PE->getLocation()); in generatePathDiagnosticsForNode() 1319 addEdgeToPath(C.getActivePath(), PrevLoc, L); in generatePathDiagnosticsForNode() 2038 addEdgeToPath(Construct.getActivePath(), PrevLoc, Note->getLocation()); in generate() 2050 addEdgeToPath(Construct.getActivePath(), PrevLoc, in generate()
|