HomeSort by relevance Sort by last modified time
    Searched defs:KeepSuffix (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/bugpoint/
ListReducer.h 32 KeepSuffix, // The suffix alone satisfies the predicate
62 case KeepSuffix:
125 case KeepSuffix:
186 if (doTest(EmptyList, TestList, Error) == KeepSuffix) {
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ListReducer.h 32 KeepSuffix, // The suffix alone satisfies the predicate
62 case KeepSuffix:
120 case KeepSuffix:
180 if (doTest(EmptyList, TestList, Error) == KeepSuffix) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
ListReducer.h 32 KeepSuffix, // The suffix alone satisfies the predicate
61 case KeepSuffix:
128 case KeepSuffix:
190 if (*Result == KeepSuffix) {

Completed in 326 milliseconds