Home
last modified time | relevance | path

Searched defs:BRC (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp262 BugReporterContext &BRC) { in getMacroName()
329 BugReporterVisitor::getDefaultEndPath(const BugReporterContext &BRC, in getDefaultEndPath()
825 BugReporterContext &BRC, in VisitNode()
1025 BugReporterContext &BRC, in visitNodeInitial()
1152 BugReporterContext &BRC, in visitNodeMaybeUnsuppress()
1199 BugReporterContext &BRC, in VisitNode()
1399 BugReporterContext &BRC, in VisitNode()
1652 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
1729 BugReporterContext &BRC, in VisitNode()
1837 BugReporterContext &BRC) { in constructDebugPieceForTrackedCondition()
[all …]
H A DBugReporter.cpp1978 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath, in PathDiagnosticBuilder()
2745 BugReporterContext &BRC) { in generateVisitorsDiagnostics()
2820 BugReporterContext BRC(Reporter); in findValidReport() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeleteWithNonVirtualDtorChecker.cpp107 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
H A DDynamicTypeChecker.cpp92 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
H A DValistChecker.cpp80 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath()
379 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
H A DObjCSuperDeallocChecker.cpp248 BugReporterContext &BRC, in VisitNode()
H A DTaint.cpp233 BugReporterContext &BRC, in VisitNode()
H A DInnerPointerChecker.cpp310 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
H A DMacOSKeychainAPIChecker.cpp622 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
H A DMoveChecker.cpp276 BugReporterContext &BRC, in VisitNode()
H A DDynamicTypePropagation.cpp1048 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
H A DLocalizationChecker.cpp1002 BugReporterContext &BRC, in VisitNode()
H A DNullabilityChecker.cpp298 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
H A DMallocChecker.cpp817 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath()
3159 BugReporterContext &BRC, in VisitNode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp89 BugReporterContext &BRC, in VisitNode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp459 RefCountReportVisitor::VisitNode(const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
757 RefCountReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
765 RefLeakReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h746 Optional<std::string> generateMessage(BugReporterContext &BRC, in generateMessage()