Searched refs:isInteresting (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Analysis/ |
D | IVUsers.cpp | 49 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/ |
D | weak-attr-ivar.m | 47 - (BOOL) isInteresting; method 52 - (BOOL) isInteresting { return 1; } method 56 if ([child isInteresting]) {
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporter.h | 202 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/ |
D | BugReporter.cpp | 172 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
|
D | BugReporterVisitors.cpp | 1291 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()
|