Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp136 BR.markNotInteresting(MainRegion); in REGISTER_SET_WITH_PROGRAMSTATE()
142 BR.markNotInteresting(MR); in REGISTER_SET_WITH_PROGRAMSTATE()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h433 void markNotInteresting(SymbolRef sym);
442 void markNotInteresting(const MemRegion *R);
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoModeling.cpp277 BR.markNotInteresting(ErrnoR); in getErrnoNoteTag()
H A DSmartPtrModeling.cpp699 BR.markNotInteresting(FirstThisRegion); in handleSwap()
704 BR.markNotInteresting(SecondThisRegion); in handleSwap()
H A DStreamChecker.cpp482 BR.markNotInteresting(StreamSym); in constructSetEofNoteTag()
H A DStdLibraryFunctionsChecker.cpp1446 BR.markNotInteresting(ErrnoLoc->getAsRegion()); in checkPostCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2264 void PathSensitiveBugReport::markNotInteresting(SymbolRef sym) { in markNotInteresting() function in PathSensitiveBugReport
2273 markNotInteresting(meta->getRegion()); in markNotInteresting()
2288 void PathSensitiveBugReport::markNotInteresting(const MemRegion *R) { in markNotInteresting() function in PathSensitiveBugReport
2296 markNotInteresting(SR->getSymbol()); in markNotInteresting()