Home
last modified time | relevance | path

Searched defs:PathSensitiveBugReport (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h36 class PathSensitiveBugReport; variable
310 PathSensitiveBugReport &) override { in VisitNode() argument
H A DBugReporter.h371 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
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DReturnValueChecker.cpp102 [Name, ExpectedValue](PathSensitiveBugReport &) -> std::string { in checkPostCall() argument
H A DDynamicTypeChecker.cpp92 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode() argument
H A DObjCSuperDeallocChecker.cpp249 PathSensitiveBugReport &) { in VisitNode() argument
H A DInnerPointerChecker.cpp310 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode() argument
H A DValistChecker.cpp379 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp320 PathSensitiveBugReport &) { in getEndPath() argument
326 PathSensitiveBugReport &) {} in finalizeVisitor() argument
1652 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode() argument
3004 const ExplodedNode *N, BugReporterContext &, PathSensitiveBugReport &) { in VisitNode() argument
H A DCoreEngine.cpp223 [](BugReporterContext &, PathSensitiveBugReport &) -> std::string { in HandleBlockEdge() argument
H A DBugReporter.cpp2129 PathSensitiveBugReport::PathSensitiveBugReport( in PathSensitiveBugReport() function in PathSensitiveBugReport