Home
last modified time | relevance | path

Searched refs:match_any (Results 1 – 25 of 28) sorted by relevance

12

/external/libcxx/test/std/re/re.const/re.matchflag/
Dmatch_flag_type.pass.cpp46 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/
Dmatch_flag_type.pass.cpp45 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/
Dast-dump-openmp-declare-variant-extensions.c19 #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…
Dast-dump-openmp-declare-variant-extensions-messages.c6 #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(…
Dast-dump-openmp-begin-declare-variant_nested.c10 …are variant match(device = {kind(cpu)}, implementation = {vendor(llvm, pgi), extension(match_any)})
/external/antlr/runtime/Ruby/lib/antlr3/template/
Dgroup-file-lexer.rb513 match_any
517 match_any
588 match_any
626 match_any
750 match_any
/external/tensorflow/tensorflow/lite/micro/tools/ci_build/tflm_bazel/
DBUILD139 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.h18 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any)})
Dmath.h41 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any)})
Dtime.h26 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any)})
Dcomplex44 implementation = {extension(match_any, allow_templates)})
Dcmath31 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any, allow_templates)})
/external/llvm-project/clang/test/OpenMP/
Dnvptx_declare_variant_name_mangling.cpp23 …gin declare variant match(device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any)})
Ddeclare_variant_ast_print.c18 #pragma omp declare variant(foo) match(implementation={extension(match_any)})
/external/toybox/toys/posix/
Dfind.c393 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/
DBUILD27 match_any = [
48 match_any = [
89 match_any = [
/external/tensorflow/tensorflow/
DBUILD230 match_any = [
348 match_any = [
467 match_any = [
603 match_any = [
644 match_any = [":lite_protos_legacy"],
/external/antlr/runtime/Ruby/lib/antlr3/
Drecognizers.rb398 def match_any
1100 def match_any
Dtree.rb133 def match_any( ignore = nil ) method in ANTLR3.AST.TreeParser
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DLexer.pm180 sub match_any { subroutine
DBaseRecognizer.pm85 sub match_any { method in ANTLR::Runtime::BaseRecognizer
/external/tensorflow/tensorflow/lite/delegates/gpu/
DBUILD225 match_any = [
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg702 match_any
707 <if(label)><label; format="label"> = <endif>match_any
1325 match_any
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPKinds.def1177 __OMP_TRAIT_PROPERTY(implementation, extension, match_any)
/external/llvm-project/clang-tools-extra/clangd/
DStdSymbolMap.inc1521 SYMBOL(match_any, std::regex_constants::, <regex>)

12