Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp141 BR.markNotInteresting(MainRegion); in REGISTER_SET_WITH_PROGRAMSTATE()
147 BR.markNotInteresting(MR); in REGISTER_SET_WITH_PROGRAMSTATE()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h433 void markNotInteresting(SymbolRef sym);
442 void markNotInteresting(const MemRegion *R);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoModeling.cpp232 BR.markNotInteresting(ErrnoR); in getErrnoNoteTag()
H A DSmartPtrModeling.cpp699 BR.markNotInteresting(FirstThisRegion); in handleSwap()
704 BR.markNotInteresting(SecondThisRegion); in handleSwap()
H A DStreamChecker.cpp291 BR.markNotInteresting(StreamSym); in constructSetEofNoteTag()
304 BR.markNotInteresting(StreamSym); in constructSetErrorNoteTag()
317 BR.markNotInteresting(StreamSym); in constructSetEofOrErrorNoteTag()
321 BR.markNotInteresting(StreamSym); in constructSetEofOrErrorNoteTag()
H A DStdLibraryFunctionsChecker.cpp1446 BR.markNotInteresting(ErrnoLoc->getAsRegion()); in checkPostCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2278 void PathSensitiveBugReport::markNotInteresting(SymbolRef sym) { in markNotInteresting() function in PathSensitiveBugReport
2287 markNotInteresting(meta->getRegion()); in markNotInteresting()
2302 void PathSensitiveBugReport::markNotInteresting(const MemRegion *R) { in markNotInteresting() function in PathSensitiveBugReport
2310 markNotInteresting(SR->getSymbol()); in markNotInteresting()