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

/freebsd-13-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-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugContainerModeling.cpp102 if (BR.isInteresting(Field)) {
H A DDeleteWithNonVirtualDtorChecker.cpp134 if (!BR.isInteresting(M))
H A DStreamChecker.cpp364 if (BR.isInteresting(StreamSym) &&
H A DContainerModeling.cpp725 if (!BR.isInteresting(ContReg))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h449 bool isInteresting(SymbolRef sym) const;
450 bool isInteresting(const MemRegion *R) const;
451 bool isInteresting(SVal V) const;
452 bool isInteresting(const LocationContext *LC) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp440 R->isInteresting(C.getLocationContextFor(&call.path))))
2341 bool PathSensitiveBugReport::isInteresting(SVal V) const { function in class:PathSensitiveBugReport
2345 bool PathSensitiveBugReport::isInteresting(SymbolRef sym) const { function in class:PathSensitiveBugReport
2349 bool PathSensitiveBugReport::isInteresting(const MemRegion *R) const { function in class:PathSensitiveBugReport
2353 bool PathSensitiveBugReport::isInteresting(const LocationContext *LC) const { function in class:PathSensitiveBugReport

Completed in 78 milliseconds