Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h433 void markNotInteresting(SymbolRef sym);
442 void markNotInteresting(const MemRegion *R);
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoModeling.cpp282 BR.markNotInteresting(ErrnoR); in getErrnoNoteTag()
H A DSmartPtrModeling.cpp700 BR.markNotInteresting(FirstThisRegion); in handleSwap()
705 BR.markNotInteresting(SecondThisRegion); in handleSwap()
H A DStreamChecker.cpp428 BR.markNotInteresting(StreamSym); in constructSetEofNoteTag()
/openbsd-src/gnu/llvm/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()