Searched defs:PathSensitiveBugReport (Results 1 – 10 of 10) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | Z3CrosscheckVisitor.cpp | 113 VisitNode(const ExplodedNode * N,BugReporterContext &,PathSensitiveBugReport &) VisitNode() argument
|
H A D | CoreEngine.cpp | 240 [](BugReporterContext &, PathSensitiveBugReport &) -> std::string { in HandleBlockEdge() argument
|
H A D | BugReporterVisitors.cpp | 355 PathSensitiveBugReport &) { in getEndPath() argument 361 PathSensitiveBugReport &) {} in finalizeVisitor() argument 1840 VisitNode(const ExplodedNode * N,BugReporterContext & BRC,PathSensitiveBugReport &) VisitNode() argument [all...] |
H A D | BugReporter.cpp | 2143 PathSensitiveBugReport::PathSensitiveBugReport( PathSensitiveBugReport() function in PathSensitiveBugReport [all...] |
/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporter.h | 369 PathSensitiveBugReport(const BugType &bt, StringRef desc, in PathSensitiveBugReport() function 373 PathSensitiveBugReport(const BugType &bt, StringRef shortDesc, StringRef desc, in PathSensitiveBugReport() function 386 PathSensitiveBugReport(const BugType &bt, StringRef desc, in PathSensitiveBugReport() function [all...] |
H A D | BugReporterVisitors.h | 41 class PathSensitiveBugReport; variable 540 VisitNode(const ExplodedNode *,BugReporterContext &,PathSensitiveBugReport &) VisitNode() argument [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DynamicTypeChecker.cpp | 86 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode() argument
|
H A D | ObjCSuperDeallocChecker.cpp | 242 PathSensitiveBugReport &) { in VisitNode() argument
|
H A D | InnerPointerChecker.cpp | 299 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode() argument
|
H A D | ValistChecker.cpp | 378 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode() argument
|