Home
last modified time | relevance | path

Searched defs:isInteresting (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/mlir/lib/Reducer/
DTester.cpp27 bool Tester::isInteresting(StringRef testCase) const { in isInteresting() function in Tester
/external/clang/test/SemaObjC/
Dweak-attr-ivar.m47 - (BOOL) isInteresting; method
52 - (BOOL) isInteresting { return 1; } method
/external/llvm-project/clang/test/SemaObjC/
Dweak-attr-ivar.m47 - (BOOL) isInteresting; method
52 - (BOOL) isInteresting { return 1; } method
/external/llvm-project/mlir/tools/mlir-reduce/
DReductionNode.cpp68 bool ReductionNode::isInteresting() const { return interesting; } in isInteresting() function in ReductionNode
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DAffixMatcher.java49 private static boolean isInteresting( in isInteresting() method in AffixMatcher
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DAffixMatcher.java47 private static boolean isInteresting( in isInteresting() method in AffixMatcher
/external/llvm/lib/Analysis/
DIVUsers.cpp53 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L, in isInteresting() function
/external/llvm-project/llvm/lib/Analysis/
DIVUsers.cpp60 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L, in isInteresting() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVUsers.cpp60 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L, in isInteresting() function
/external/icu/icu4c/source/i18n/
Dnumparse_affixes.cpp233 bool AffixMatcherWarehouse::isInteresting(const AffixPatternProvider& patternInfo, in isInteresting() function in AffixMatcherWarehouse
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2340 bool PathSensitiveBugReport::isInteresting(SVal V) const { in isInteresting() function in PathSensitiveBugReport
2344 bool PathSensitiveBugReport::isInteresting(SymbolRef sym) const { in isInteresting() function in PathSensitiveBugReport
2348 bool PathSensitiveBugReport::isInteresting(const MemRegion *R) const { in isInteresting() function in PathSensitiveBugReport
2352 bool PathSensitiveBugReport::isInteresting(const LocationContext *LC) const { in isInteresting() function in PathSensitiveBugReport
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2626 bool BugReport::isInteresting(SVal V) { in isInteresting() function in BugReport
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
/external/llvm-project/llvm/lib/Passes/
DStandardInstrumentations.cpp270 bool ChangeReporter<IRUnitT>::isInteresting(Any IR, StringRef PassID) { in isInteresting() function in ChangeReporter
/external/llvm-project/llvm/lib/Transforms/Scalar/
DReassociate.cpp982 auto isInteresting = [](Value *V) { in ShouldConvertOrWithNoCommonBitsToAdd() local