/external/libcxx/test/std/re/re.const/re.matchflag/ |
D | match_flag_type.pass.cpp | 46 assert(std::regex_constants::match_any != 0); in main() 58 assert((std::regex_constants::match_not_bol & std::regex_constants::match_any) == 0); in main() 68 assert((std::regex_constants::match_not_eol & std::regex_constants::match_any) == 0); in main() 77 assert((std::regex_constants::match_not_bow & std::regex_constants::match_any) == 0); in main() 85 assert((std::regex_constants::match_not_eow & std::regex_constants::match_any) == 0); in main() 93 assert((std::regex_constants::match_any & std::regex_constants::match_not_null) == 0); in main() 94 assert((std::regex_constants::match_any & std::regex_constants::match_continuous) == 0); in main() 95 assert((std::regex_constants::match_any & std::regex_constants::match_prev_avail) == 0); in main() 96 assert((std::regex_constants::match_any & std::regex_constants::format_sed) == 0); in main() 97 assert((std::regex_constants::match_any & std::regex_constants::format_no_copy) == 0); in main() [all …]
|
/external/llvm-project/libcxx/test/std/re/re.const/re.matchflag/ |
D | match_flag_type.pass.cpp | 45 assert(std::regex_constants::match_any != 0); in main() 57 assert((std::regex_constants::match_not_bol & std::regex_constants::match_any) == 0); in main() 67 assert((std::regex_constants::match_not_eol & std::regex_constants::match_any) == 0); in main() 76 assert((std::regex_constants::match_not_bow & std::regex_constants::match_any) == 0); in main() 84 assert((std::regex_constants::match_not_eow & std::regex_constants::match_any) == 0); in main() 92 assert((std::regex_constants::match_any & std::regex_constants::match_not_null) == 0); in main() 93 assert((std::regex_constants::match_any & std::regex_constants::match_continuous) == 0); in main() 94 assert((std::regex_constants::match_any & std::regex_constants::match_prev_avail) == 0); in main() 95 assert((std::regex_constants::match_any & std::regex_constants::format_sed) == 0); in main() 96 assert((std::regex_constants::match_any & std::regex_constants::format_no_copy) == 0); in main() [all …]
|
/external/llvm-project/clang/test/AST/ |
D | ast-dump-openmp-declare-variant-extensions.c | 19 #pragma omp declare variant(picked1) match(implementation={extension(match_any)}, device={kind(cpu,… 25 #pragma omp declare variant(picked3) match(implementation={vendor(pgi), extension(match_any)}, devi… 34 #pragma omp declare variant(not_picked1) match(implementation={extension(match_any)}, device={kind(… 40 #pragma omp declare variant(not_picked3) match(implementation={vendor(llvm), extension(match_any)},… 49 #pragma omp declare variant(not_picked6) match(implementation={extension(match_any)}) 58 #pragma omp begin declare variant match(implementation={extension(match_any)}, device={kind(cpu, gp…
|
D | ast-dump-openmp-declare-variant-extensions-messages.c | 6 #pragma omp declare variant(dummy) match(implementation={extension(match_any,match_all)}, device={k… 12 … variant(dummy) match(implementation={vendor(pgi), extension(match_none,match_any)}, device={kind(…
|
D | ast-dump-openmp-begin-declare-variant_nested.c | 10 …are variant match(device = {kind(cpu)}, implementation = {vendor(llvm, pgi), extension(match_any)})
|
/external/antlr/runtime/Ruby/lib/antlr3/template/ |
D | group-file-lexer.rb | 513 match_any 517 match_any 588 match_any 626 match_any 750 match_any
|
/external/tensorflow/tensorflow/lite/micro/tools/ci_build/tflm_bazel/ |
D | BUILD | 139 match_any = [ 250 match_any = [ 369 match_any = [ 501 match_any = [ 523 match_any = [":lite_protos_legacy"],
|
/external/llvm-project/clang/lib/Headers/openmp_wrappers/ |
D | __clang_openmp_device_functions.h | 18 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any)})
|
D | math.h | 41 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any)})
|
D | time.h | 26 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any)})
|
D | complex | 44 implementation = {extension(match_any, allow_templates)})
|
D | cmath | 31 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any, allow_templates)})
|
/external/llvm-project/clang/test/OpenMP/ |
D | nvptx_declare_variant_name_mangling.cpp | 23 …gin declare variant match(device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any)})
|
D | declare_variant_ast_print.c | 18 #pragma omp declare variant(foo) match(implementation={extension(match_any)})
|
/external/toybox/toys/posix/ |
D | find.c | 393 match_any = *m == '/'; in do_find() local 394 mode_t m1 = string_to_mode(m+(match_min || match_any), 0), in do_find() 397 if (match_min || match_any) m2 &= m1; in do_find() 398 test = match_any ? !m1 || m2 : m1 == m2; in do_find()
|
/external/ruy/ruy/ |
D | BUILD | 27 match_any = [ 48 match_any = [ 89 match_any = [
|
/external/tensorflow/tensorflow/ |
D | BUILD | 230 match_any = [ 348 match_any = [ 467 match_any = [ 603 match_any = [ 644 match_any = [":lite_protos_legacy"],
|
/external/antlr/runtime/Ruby/lib/antlr3/ |
D | recognizers.rb | 398 def match_any 1100 def match_any
|
D | tree.rb | 133 def match_any( ignore = nil ) method in ANTLR3.AST.TreeParser
|
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/ |
D | Lexer.pm | 180 sub match_any { subroutine
|
D | BaseRecognizer.pm | 85 sub match_any { method in ANTLR::Runtime::BaseRecognizer
|
/external/tensorflow/tensorflow/lite/delegates/gpu/ |
D | BUILD | 225 match_any = [
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
D | Ruby.stg | 702 match_any 707 <if(label)><label; format="label"> = <endif>match_any 1325 match_any
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 1177 __OMP_TRAIT_PROPERTY(implementation, extension, match_any)
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | StdSymbolMap.inc | 1521 SYMBOL(match_any, std::regex_constants::, <regex>)
|