Searched refs:isInteresting (Results 1 - 4 of 4) 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/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h202 bool isInteresting(SymbolRef sym);
203 bool isInteresting(const MemRegion *R);
204 bool isInteresting(SVal V);
205 bool isInteresting(const LocationContext *LC);
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp172 if (R->isInteresting(LCM[&call->path])) {
1213 if (!(R.isInteresting(V) || IE.count(Ex)))
1257 if (R.isInteresting(LV) || R.isInteresting(State->getRawSVal(LV)))
2601 bool BugReport::isInteresting(SVal V) { function in class:BugReport
2602 return isInteresting(V.getAsRegion()) || isInteresting(V.getAsSymbol());
2605 bool BugReport::isInteresting(SymbolRef sym) { function in class:BugReport
2613 bool BugReport::isInteresting(const MemRegion *R) { function in class:BugReport
2625 bool BugReport::isInteresting(cons function in class:BugReport
[all...]
H A DBugReporterVisitors.cpp1289 if (report.isInteresting(R))
1294 if (report.isInteresting(V))
1448 if (report.isInteresting(R))
1492 if (report.isInteresting(R))
1496 if (report.isInteresting(V))

Completed in 218 milliseconds