Searched refs:NoPrefix (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dfilter_test.cc38 static void NoPrefix(benchmark::State& state) { function
42 BENCHMARK(NoPrefix); variable
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dfilter_test.cc38 static void NoPrefix(benchmark::State& state) { function
42 BENCHMARK(NoPrefix); variable
/netbsd-current/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.cpp40 auto NoPrefix = Item; local
41 if (!NoPrefix.consume_front(DropPrefix))
43 if (NoPrefix.equals_lower(Search)) {
44 if (NoPrefix.equals(Search))
50 unsigned Distance = NoPrefix.edit_distance(Search);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp412 NoPrefix enumerator in enum:PrefixType
453 case NoPrefix:

Completed in 303 milliseconds