Searched defs:PathSensitiveBugReport (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/gnu/llvm/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
|
H A D | BugReporterVisitors.h | 41 class PathSensitiveBugReport; variable 530 PathSensitiveBugReport &) override { in VisitNode() argument
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ReturnValueChecker.cpp | 104 [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 | 307 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode() argument
|
H A D | ValistChecker.cpp | 379 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode() argument
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | CoreEngine.cpp | 252 [](BugReporterContext &, PathSensitiveBugReport &) -> std::string { in HandleBlockEdge() argument
|
H A D | BugReporterVisitors.cpp | 325 PathSensitiveBugReport &) { in getEndPath() argument 331 PathSensitiveBugReport &) {} in finalizeVisitor() argument 1806 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode() argument 3483 const ExplodedNode *N, BugReporterContext &, PathSensitiveBugReport &) { in VisitNode() argument
|
H A D | BugReporter.cpp | 2130 PathSensitiveBugReport::PathSensitiveBugReport( in PathSensitiveBugReport() function in PathSensitiveBugReport
|