Home
last modified time | relevance | path

Searched refs:markNotInteresting (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h435 void markNotInteresting(SymbolRef sym);
444 void markNotInteresting(const MemRegion *R);
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp699 BR.markNotInteresting(FirstThisRegion); in handleSwap()
704 BR.markNotInteresting(SecondThisRegion); in handleSwap()
H A DStreamChecker.cpp407 BR.markNotInteresting(StreamSym); in constructSetEofNoteTag()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2258 void PathSensitiveBugReport::markNotInteresting(SymbolRef sym) { in markNotInteresting() function in PathSensitiveBugReport
2267 markNotInteresting(meta->getRegion()); in markNotInteresting()
2282 void PathSensitiveBugReport::markNotInteresting(const MemRegion *R) { in markNotInteresting() function in PathSensitiveBugReport
2290 markNotInteresting(SR->getSymbol()); in markNotInteresting()