Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DBugReportInterestingnessTest.cpp78 BR.markNotInteresting(Sym); in handleNotInteresting()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h433 void markNotInteresting(SymbolRef sym);
442 void markNotInteresting(const MemRegion *R);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoModeling.cpp271 BR.markNotInteresting(ErrnoR); in getErrnoNoteTag()
H A DSmartPtrModeling.cpp698 BR.markNotInteresting(FirstThisRegion); in handleSwap()
703 BR.markNotInteresting(SecondThisRegion); in handleSwap()
H A DStreamChecker.cpp408 BR.markNotInteresting(StreamSym); in constructSetEofNoteTag()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2266 void PathSensitiveBugReport::markNotInteresting(SymbolRef sym) { in markNotInteresting() function in PathSensitiveBugReport
2275 markNotInteresting(meta->getRegion()); in markNotInteresting()
2290 void PathSensitiveBugReport::markNotInteresting(const MemRegion *R) { in markNotInteresting() function in PathSensitiveBugReport
2298 markNotInteresting(SR->getSymbol()); in markNotInteresting()