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

  /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIBugReporter.cpp 45 Report->markInteresting(RequestRegion);
65 Report->markInteresting(RequestRegion);
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 123 void markInteresting(BugReport *R, const AllocationPair &AP) const {
124 R->markInteresting(AP.first);
125 R->markInteresting(AP.second->Region);
265 markInteresting(Report.get(), AP);
310 Report->markInteresting(AS->Region);
367 Report->markInteresting(AS->Region);
433 Report->markInteresting(AS->Region);
544 markInteresting(Report.get(), AP);
SimpleStreamChecker.cpp 213 R->markInteresting(FileDescSym);
225 R->markInteresting(LeakedStream);
PointerArithChecker.cpp 182 R->markInteresting(ArrayRegion);
205 R->markInteresting(Region);
DynamicTypeChecker.cpp 88 R->markInteresting(Reg);
RetainCountChecker.cpp     [all...]
DynamicTypePropagation.cpp     [all...]
NullabilityChecker.cpp 185 R->markInteresting(Region);
    [all...]
LocalizationChecker.cpp 702 R->markInteresting(S);
    [all...]
MallocChecker.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 197 void markInteresting(SymbolRef sym);
198 void markInteresting(const MemRegion *R);
199 void markInteresting(SVal V);
200 void markInteresting(const LocationContext *LC);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 220 BR.markInteresting(CalleeContext);
280 BR.markInteresting(V);
    [all...]
BugReporter.cpp     [all...]

Completed in 1035 milliseconds