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

  /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);
273 markInteresting(Report.get(), AP);
318 Report->markInteresting(AS->Region);
375 Report->markInteresting(AS->Region);
441 Report->markInteresting(AS->Region);
552 markInteresting(Report.get(), AP);
SimpleStreamChecker.cpp 222 R->markInteresting(FileDescSym);
234 R->markInteresting(LeakedStream);
DynamicTypeChecker.cpp 88 R->markInteresting(Reg);
RetainCountChecker.cpp     [all...]
DynamicTypePropagation.cpp     [all...]
NullabilityChecker.cpp 184 R->markInteresting(Region);
    [all...]
LocalizationChecker.cpp 643 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 219 BR.markInteresting(CalleeContext);
279 BR.markInteresting(V);
    [all...]
BugReporter.cpp     [all...]

Completed in 3487 milliseconds