Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp297 BugReporterContext &BRC) { in getMacroName()
364 BugReporterVisitor::getDefaultEndPath(const BugReporterContext &BRC, in getDefaultEndPath()
913 BugReporterContext &BRC, in VisitNode()
1028 BugReporterContext &BRC, in visitNodeInitial()
1150 BugReporterContext &BRC, in visitNodeMaybeUnsuppress()
1199 BugReporterContext &BRC, in VisitNode()
1525 BugReporterContext &BRC, in VisitNode()
1840 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
1912 BugReporterContext &BRC, in VisitNode()
2023 BugReporterContext &BRC) { in constructDebugPieceForTrackedCondition()
[all …]
H A DZ3CrosscheckVisitor.cpp47 void Z3CrosscheckVisitor::finalizeVisitor(BugReporterContext &BRC, in finalizeVisitor()
H A DBugReporter.cpp2000 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath, in PathDiagnosticBuilder()
2790 BugReporterContext &BRC) { in generateVisitorsDiagnostics()
2866 BugReporterContext BRC(Reporter); in findValidReport() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp81 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath()
378 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
H A DCXXDeleteChecker.cpp185 BugReporterContext &BRC, in VisitNode()
H A DObjCSuperDeallocChecker.cpp241 BugReporterContext &BRC, in VisitNode()
H A DInnerPointerChecker.cpp299 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
H A DMoveChecker.cpp276 BugReporterContext &BRC, in VisitNode()
H A DLocalizationChecker.cpp997 BugReporterContext &BRC, in VisitNode()
H A DNullabilityChecker.cpp342 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
H A DMallocChecker.cpp933 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath()
3423 BugReporterContext &BRC, in VisitNode()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp453 RefCountReportVisitor::VisitNode(const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
753 RefCountReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
761 RefLeakReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h798 std::optional<std::string> generateMessage(BugReporterContext &BRC, in generateMessage()