Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2253 void PathSensitiveBugReport::markInteresting(SymbolRef sym, in markInteresting() function in PathSensitiveBugReport
2264 void PathSensitiveBugReport::markInteresting(const MemRegion *R, in markInteresting() function in PathSensitiveBugReport
2276 void PathSensitiveBugReport::markInteresting(SVal V, in markInteresting() function in PathSensitiveBugReport
2282 void PathSensitiveBugReport::markInteresting(const LocationContext *LC) { in markInteresting() function in PathSensitiveBugReport
/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp123 void markInteresting(BugReport *R, const AllocationPair &AP) const { in markInteresting() function in __anone2942da50111::MacOSKeychainAPIChecker
/external/clang/lib/StaticAnalyzer/Core/
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
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp122 void markInteresting(PathSensitiveBugReport *R, in markInteresting() function in __anon2f24a9130111::MacOSKeychainAPIChecker