/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | IVUsers.cpp | 48 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L, in isInteresting() function 61 return isInteresting(AR->getStart(), I, L, SE, LI) && in isInteresting() 62 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI); in isInteresting() 70 if (isInteresting(*OI, I, L, SE, LI)) { in isInteresting() 104 if (!isInteresting(ISE, I, L, SE, LI)) in AddUsersIfInteresting()
|
/external/llvm/lib/Analysis/ |
D | IVUsers.cpp | 53 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L, in isInteresting() function 66 return isInteresting(AR->getStart(), I, L, SE, LI) && in isInteresting() 67 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI); in isInteresting() 75 if (isInteresting(*OI, I, L, SE, LI)) { in isInteresting() 153 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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | IVUsers.cpp | 60 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L, in isInteresting() function 73 return isInteresting(AR->getStart(), I, L, SE, LI) && in isInteresting() 74 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI); in isInteresting() 81 if (isInteresting(Op, I, L, SE, LI)) { in isInteresting() 203 if (!isInteresting(ISE, I, L, SE, LI)) in AddUsersImpl()
|
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | AffixMatcher.java | 47 private static boolean isInteresting( in isInteresting() method in AffixMatcher 84 if (!isInteresting(patternInfo, ignorables, parseFlags)) { in createMatchers()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/ |
D | AffixMatcher.java | 49 private static boolean isInteresting( in isInteresting() method in AffixMatcher 86 if (!isInteresting(patternInfo, ignorables, parseFlags)) { in createMatchers()
|
/external/honggfuzz/examples/terminal-emulators/ |
D | terminal-test.c | 43 static bool isInteresting(const char* s, size_t len) { in isInteresting() function
|
/external/icu/icu4c/source/i18n/ |
D | numparse_affixes.cpp | 264 bool AffixMatcherWarehouse::isInteresting(const AffixPatternProvider& patternInfo, in isInteresting() function in AffixMatcherWarehouse 298 if (!isInteresting(patternInfo, ignorables, parseFlags, status)) { in createAffixMatchers()
|
D | numparse_affixes.h | 245 …static bool isInteresting(const AffixPatternProvider& patternInfo, const IgnorablesMatcher& ignora…
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 172 if (R->isInteresting(LCM[&call->path])) { in removeUnneededCalls() 1243 if (!(R.isInteresting(V) || IE.count(Ex))) in reversePropagateIntererstingSymbols() 1285 if (R.isInteresting(LV) || R.isInteresting(State->getRawSVal(LV))) in reversePropagateInterestingSymbols() 2626 bool BugReport::isInteresting(SVal V) { in isInteresting() function in BugReport 2627 return isInteresting(V.getAsRegion()) || isInteresting(V.getAsSymbol()); in isInteresting() 2630 bool BugReport::isInteresting(SymbolRef sym) { in isInteresting() function in BugReport 2638 bool BugReport::isInteresting(const MemRegion *R) { in isInteresting() function in BugReport 2650 bool BugReport::isInteresting(const LocationContext *LC) { in isInteresting() function in BugReport
|
D | BugReporterVisitors.cpp | 1340 if (report.isInteresting(R)) in patternMatch() 1345 if (report.isInteresting(V)) in patternMatch() 1500 if (report.isInteresting(R)) in VisitConditionVariable() 1544 if (report.isInteresting(R)) in VisitTrueTest() 1548 if (report.isInteresting(V)) in VisitTrueTest()
|