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

  /external/llvm/tools/bugpoint/
ListReducer.h 33 KeepPrefix, // The prefix alone satisfies the predicate
56 case KeepPrefix:
105 if (doTest(ShuffledList, empty, Error) == KeepPrefix) {
134 case KeepPrefix:
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ListReducer.h 33 KeepPrefix, // The prefix alone satisfies the predicate
56 case KeepPrefix:
100 if (doTest(ShuffledList, empty, Error) == KeepPrefix) {
129 case KeepPrefix:
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
ListReducer.h 33 KeepPrefix // The prefix alone satisfies the predicate
55 case KeepPrefix:
105 if (*Result == KeepPrefix) {
137 case KeepPrefix:

Completed in 63 milliseconds