HomeSort by relevance Sort by last modified time
    Searched refs:BugReporterContext (Results 1 - 15 of 15) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 27 class BugReporterContext;
64 BugReporterContext &BRC,
74 getEndPath(BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR);
80 getDefaultEndPath(BugReporterContext &BRC, const ExplodedNode *N,
126 BugReporterContext &BRC,
155 BugReporterContext &BRC,
177 BugReporterContext &BRC,
200 BugReporterContext &BRC,
205 BugReporterContext &BRC,
213 BugReporterContext &BRC)
    [all...]
BugReporter.h 45 class BugReporterContext;
526 class BugReporterContext {
530 BugReporterContext(GRBugReporter& br) : BR(br) {}
532 virtual ~BugReporterContext() {}
  /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIBugReporter.h 97 BugReporterContext &BRC,
MPIBugReporter.cpp 89 const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC,
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 105 BugReporterVisitor::getEndPath(BugReporterContext &BRC,
111 BugReporterContext &BRC, const ExplodedNode *EndPathNode, BugReport &BR) {
233 BugReporterContext &BRC,
335 BugReporterContext &BRC,
388 BugReporterContext &BRC,
402 std::unique_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC,
452 BugReporterContext &BRC,
733 BugReporterContext &BRC,
813 BugReporterContext &BRC,
    [all...]
BugReporter.cpp 51 void BugReporterContext::anchor() {}
320 class PathDiagnosticBuilder : public BugReporterContext {
330 : BugReporterContext(br),
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypeChecker.cpp 54 BugReporterContext &BRC,
95 const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC,
ObjCSuperDeallocChecker.cpp 78 BugReporterContext &BRC,
254 BugReporterContext &BRC,
TestAfterDivZeroChecker.cpp 75 BugReporterContext &BRC,
99 BugReporterContext &BRC,
RetainCountChecker.cpp     [all...]
MacOSKeychainAPIChecker.cpp 148 BugReporterContext &BRC,
595 BugReporterContext &BRC,
DynamicTypePropagation.cpp 88 BugReporterContext &BRC,
    [all...]
NullabilityChecker.cpp 158 BugReporterContext &BRC,
310 const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC,
    [all...]
LocalizationChecker.cpp 129 BugReporterContext &BRC,
    [all...]
MallocChecker.cpp 466 BugReporterContext &BRC,
470 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndPathNode,
    [all...]

Completed in 154 milliseconds