Searched defs:isInteresting (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DIVUsers.cpp46 /// isInteresting - Test whether the given expression is "interesting" when
49 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L, function
62 return isInteresting(AR->getStart(), I, L, SE, LI) &&
63 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI);
71 if (isInteresting(*OI, I, L, SE, LI)) {
142 if (!isInteresting(ISE, I, L, SE, LI))
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp139 if (R->isInteresting(LocationContextMap[call])) {
1093 if (!(R.isInteresting(V) || IE.count(Ex)))
1137 if (R.isInteresting(LV) || R.isInteresting(State->getRawSVal(LV)))
1437 bool BugReport::isInteresting(SVal V) { function in class:BugReport
1438 return isInteresting(V.getAsRegion()) || isInteresting(V.getAsSymbol());
1441 bool BugReport::isInteresting(SymbolRef sym) { function in class:BugReport
1449 bool BugReport::isInteresting(const MemRegion *R) { function in class:BugReport
1461 bool BugReport::isInteresting(cons function in class:BugReport
[all...]

Completed in 218 milliseconds