HomeSort by: relevance | last modified time | path
    Searched refs:BugReporterContext (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitors.h 37 class BugReporterContext;
62 BugReporterContext &BRC,
67 virtual void finalizeVisitor(BugReporterContext &BRC,
76 virtual PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC,
84 getDefaultEndPath(const BugReporterContext &BRC, const ExplodedNode *N,
160 BugReporterContext &BRC,
186 BugReporterContext &BRC,
204 BugReporterContext &BRC,
231 BugReporterContext &BRC,
235 BugReporterContext &BRC
    [all...]
BugReporter.h 694 class BugReporterContext {
700 BugReporterContext(PathSensitiveBugReporter &br) : BR(br) {}
702 virtual ~BugReporterContext() = default;
729 std::function<std::string(BugReporterContext &,
746 Optional<std::string> generateMessage(BugReporterContext &BRC,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DeleteWithNonVirtualDtorChecker.cpp 49 BugReporterContext &BRC,
107 const ExplodedNode *N, BugReporterContext &BRC,
Taint.h 98 BugReporterContext &BRC,
DynamicTypeChecker.cpp 51 BugReporterContext &BRC,
92 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) {
ObjCSuperDeallocChecker.cpp 73 BugReporterContext &BRC,
248 BugReporterContext &BRC,
ValistChecker.cpp 80 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC,
92 BugReporterContext &BRC,
379 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) {
InnerPointerChecker.cpp 58 VisitNode(const ExplodedNode *N, BugReporterContext &BRC,
310 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) {
TestAfterDivZeroChecker.cpp 73 BugReporterContext &BRC,
96 DivisionBRVisitor::VisitNode(const ExplodedNode *Succ, BugReporterContext &BRC,
Taint.cpp 233 BugReporterContext &BRC,
MacOSKeychainAPIChecker.cpp 146 BugReporterContext &BRC,
622 const ExplodedNode *N, BugReporterContext &BRC,
MoveChecker.cpp 174 BugReporterContext &BRC,
276 BugReporterContext &BRC,
DynamicTypePropagation.cpp 88 BugReporterContext &BRC,
1048 const ExplodedNode *N, BugReporterContext &BRC,
NullabilityChecker.cpp 147 BugReporterContext &BRC,
298 const ExplodedNode *N, BugReporterContext &BRC,
MallocChecker.cpp 814 BugReporterContext &BRC,
817 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC,
3159 BugReporterContext &BRC,
LocalizationChecker.cpp 127 BugReporterContext &BRC,
1002 BugReporterContext &BRC,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIBugReporter.h 93 BugReporterContext &BRC,
MPIBugReporter.cpp 89 BugReporterContext &BRC,
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 253 /// @param Cb Callback with 'BugReporterContext &, BugReport &' parameters.
262 /// the 'BugReporterContext' argument when you don't need it.
272 [Cb](BugReporterContext &,
286 return getNoteTag([Cb](BugReporterContext &,
299 [Note](BugReporterContext &,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 262 BugReporterContext &BRC) {
318 PathDiagnosticPieceRef BugReporterVisitor::getEndPath(BugReporterContext &,
324 void BugReporterVisitor::finalizeVisitor(BugReporterContext &,
329 BugReporterVisitor::getDefaultEndPath(const BugReporterContext &BRC,
398 BugReporterContext &BR,
566 NoStoreFuncVisitor::VisitNode(const ExplodedNode *N, BugReporterContext &BR,
825 BugReporterContext &BRC,
1025 BugReporterContext &BRC,
1152 BugReporterContext &BRC,
1199 BugReporterContext &BRC
    [all...]
BugReporter.cpp 89 void BugReporterContext::anchor() {}
203 class PathDiagnosticBuilder : public BugReporterContext {
227 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath,
1978 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath,
1981 : BugReporterContext(BRC), BugPath(std::move(BugPath)), R(r),
2745 BugReporterContext &BRC) {
2820 BugReporterContext BRC(Reporter);
CoreEngine.cpp 223 [](BugReporterContext &, PathSensitiveBugReport &) -> std::string {

Completed in 50 milliseconds