Searched refs:isInteresting (Results 1 - 5 of 5) 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])) {
1249 if (!(R.isInteresting(V) || IE.count(Ex)))
1293 if (R.isInteresting(LV) || R.isInteresting(State->getRawSVal(LV)))
2648 bool BugReport::isInteresting(SVal V) { function in class:BugReport
2649 return isInteresting(V.getAsRegion()) || isInteresting(V.getAsSymbol());
2652 bool BugReport::isInteresting(SymbolRef sym) { function in class:BugReport
2660 bool BugReport::isInteresting(const MemRegion *R) { function in class:BugReport
2672 bool BugReport::isInteresting(cons function in class:BugReport
[all...]
H A DBugReporterVisitors.cpp1291 if (report.isInteresting(R))
1296 if (report.isInteresting(V))
1451 if (report.isInteresting(R))
1495 if (report.isInteresting(R))
1499 if (report.isInteresting(V))
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 929 milliseconds