Home
last modified time | relevance | path

Searched refs:isInteresting (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Analysis/
DIVUsers.cpp49 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L, in isInteresting() function
62 return isInteresting(AR->getStart(), I, L, SE, LI) && in isInteresting()
63 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI); in isInteresting()
71 if (isInteresting(*OI, I, L, SE, LI)) { in isInteresting()
142 if (!isInteresting(ISE, I, L, SE, LI)) in AddUsersImpl()
/external/clang/test/SemaObjC/
Dweak-attr-ivar.m47 - (BOOL) isInteresting; method
52 - (BOOL) isInteresting { return 1; } method
56 if ([child isInteresting]) {
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
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/
DBugReporter.cpp172 if (R->isInteresting(LCM[&call->path])) { in removeUnneededCalls()
1249 if (!(R.isInteresting(V) || IE.count(Ex))) in reversePropagateIntererstingSymbols()
1293 if (R.isInteresting(LV) || R.isInteresting(State->getRawSVal(LV))) in reversePropagateInterestingSymbols()
2648 bool BugReport::isInteresting(SVal V) { in isInteresting() function in BugReport
2649 return isInteresting(V.getAsRegion()) || isInteresting(V.getAsSymbol()); in isInteresting()
2652 bool BugReport::isInteresting(SymbolRef sym) { in isInteresting() function in BugReport
2660 bool BugReport::isInteresting(const MemRegion *R) { in isInteresting() function in BugReport
2672 bool BugReport::isInteresting(const LocationContext *LC) { in isInteresting() function in BugReport
DBugReporterVisitors.cpp1291 if (report.isInteresting(R)) in patternMatch()
1296 if (report.isInteresting(V)) in patternMatch()
1451 if (report.isInteresting(R)) in VisitConditionVariable()
1495 if (report.isInteresting(R)) in VisitTrueTest()
1499 if (report.isInteresting(V)) in VisitTrueTest()