Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h369 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 DBugReporterVisitors.h41 class PathSensitiveBugReport; variable
530 PathSensitiveBugReport &) override { in VisitNode() argument
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DReturnValueChecker.cpp104 [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.cpp307 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode() argument
H A DValistChecker.cpp379 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode() argument
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp252 [](BugReporterContext &, PathSensitiveBugReport &) -> std::string { in HandleBlockEdge() argument
H A DBugReporterVisitors.cpp325 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 DBugReporter.cpp2130 PathSensitiveBugReport::PathSensitiveBugReport( in PathSensitiveBugReport() function in PathSensitiveBugReport