Searched refs:isInteresting (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DIVUsers.cpp57 /// isInteresting - Test whether the given expression is "interesting" when
60 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L, function
73 return isInteresting(AR->getStart(), I, L, SE, LI) &&
74 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI);
81 if (isInteresting(Op, I, L, SE, LI)) {
203 if (!isInteresting(ISE, I, L, SE, LI))
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeleteWithNonVirtualDtorChecker.cpp132 if (!BR.isInteresting(M))
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h448 bool isInteresting(SymbolRef sym) const;
449 bool isInteresting(const MemRegion *R) const;
450 bool isInteresting(SVal V) const;
451 bool isInteresting(const LocationContext *LC) const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp437 R->isInteresting(C.getLocationContextFor(&call.path))))
2291 bool PathSensitiveBugReport::isInteresting(SVal V) const { function in class:PathSensitiveBugReport
2295 bool PathSensitiveBugReport::isInteresting(SymbolRef sym) const { function in class:PathSensitiveBugReport
2299 bool PathSensitiveBugReport::isInteresting(const MemRegion *R) const { function in class:PathSensitiveBugReport
2303 bool PathSensitiveBugReport::isInteresting(const LocationContext *LC) const { function in class:PathSensitiveBugReport

Completed in 177 milliseconds