Searched defs:PathSensitiveBugReport (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 371 PathSensitiveBugReport(const BugType &bt, StringRef desc, in PathSensitiveBugReport() function 375 PathSensitiveBugReport(const BugType &bt, StringRef shortDesc, StringRef desc, in PathSensitiveBugReport() function 388 PathSensitiveBugReport(const BugType &bt, StringRef desc, in PathSensitiveBugReport() function
|
| H A D | BugReporterVisitors.h | 39 class PathSensitiveBugReport; variable 532 PathSensitiveBugReport &) override { in VisitNode() argument
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ReturnValueChecker.cpp | 102 [Name, ExpectedValue](PathSensitiveBugReport &) -> std::string { in checkPostCall() argument
|
| H A D | DynamicTypeChecker.cpp | 92 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode() argument
|
| H A D | ObjCSuperDeallocChecker.cpp | 249 PathSensitiveBugReport &) { in VisitNode() argument
|
| H A D | InnerPointerChecker.cpp | 310 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode() argument
|
| H A D | ValistChecker.cpp | 379 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode() argument
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CoreEngine.cpp | 223 [](BugReporterContext &, PathSensitiveBugReport &) -> std::string { in HandleBlockEdge() argument
|
| H A D | BugReporterVisitors.cpp | 321 PathSensitiveBugReport &) { in getEndPath() argument 327 PathSensitiveBugReport &) {} in finalizeVisitor() argument 1594 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode() argument 3226 const ExplodedNode *N, BugReporterContext &, PathSensitiveBugReport &) { in VisitNode() argument
|
| H A D | BugReporter.cpp | 2122 PathSensitiveBugReport::PathSensitiveBugReport( in PathSensitiveBugReport() function in PathSensitiveBugReport
|