Home
last modified time | relevance | path

Searched defs:markInteresting (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2590 void BugReport::markInteresting(SymbolRef sym) { in markInteresting() function in BugReport
2602 void BugReport::markInteresting(const MemRegion *R) { in markInteresting() function in BugReport
2615 void BugReport::markInteresting(SVal V) { in markInteresting() function in BugReport
2620 void BugReport::markInteresting(const LocationContext *LC) { in markInteresting() function in BugReport
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp123 void markInteresting(BugReport *R, const AllocationPair &AP) const { in markInteresting() function in __anondc670b340111::MacOSKeychainAPIChecker