| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/ |
| H A D | package.d | 1071 auto pat1 = "bl[ae]h".to!String(); variable 1072 auto mf = matchFirst(str1, pat1); 1074 auto mAll = matchAll(str1, pat1);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bfin/ |
| H A D | bfin.c | 4435 rtx pat1; in workaround_speculation() local 4444 pat1 = gen_cbranch_predicted_taken (op[0], op[1], op[2], in workaround_speculation() 4453 pat1 = gen_cbranch_with_nops (op[0], op[1], op[2], op[3], in workaround_speculation() 4457 PATTERN (last_condjump) = pat1; in workaround_speculation() 4458 INSN_CODE (last_condjump) = recog (pat1, insn, &num_clobbers); in workaround_speculation()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/bfin/ |
| H A D | bfin.cc | 4436 rtx pat1; in workaround_speculation() local 4445 pat1 = gen_cbranch_predicted_taken (op[0], op[1], op[2], in workaround_speculation() 4454 pat1 = gen_cbranch_with_nops (op[0], op[1], op[2], op[3], in workaround_speculation() 4458 PATTERN (last_condjump) = pat1; in workaround_speculation() 4459 INSN_CODE (last_condjump) = recog (pat1, insn, &num_clobbers); in workaround_speculation()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | typeck2.c | 170 abstract_type_hasher::equal (pending_abstract_type *pat1, tree type2) in equal() argument 172 return (pat1->type == type2); in equal()
|
| H A D | pt.c | 24154 more_specialized_fn (tree pat1, tree pat2, int len) in more_specialized_fn() argument 24156 tree decl1 = DECL_TEMPLATE_RESULT (pat1); in more_specialized_fn() 24158 tree targs1 = make_tree_vec (DECL_NTPARMS (pat1)); in more_specialized_fn() 24160 tree tparms1 = DECL_INNERMOST_TEMPLATE_PARMS (pat1); in more_specialized_fn() 24395 && comp_template_parms (DECL_TEMPLATE_PARMS (pat1), in more_specialized_fn() 24441 more_specialized_partial_spec (tree tmpl, tree pat1, tree pat2) in more_specialized_partial_spec() argument 24447 tree tmpl1 = TREE_VALUE (pat1); in more_specialized_partial_spec() 24482 && (template_args_variadic_p (TREE_PURPOSE (pat1)) in more_specialized_partial_spec() 24485 tree args1 = INNERMOST_TEMPLATE_ARGS (TREE_PURPOSE (pat1)); in more_specialized_partial_spec() 24491 if (template_args_variadic_p (TREE_PURPOSE (pat1))) in more_specialized_partial_spec()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | genrecog.c | 2423 same_pattern_p (merge_pattern_info *pat1, merge_pattern_info *pat2) in same_pattern_p() argument 2425 return pat1->num_users == pat2->num_users || !useful_pattern_p (pat2); in same_pattern_p()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | genrecog.cc | 2421 same_pattern_p (merge_pattern_info *pat1, merge_pattern_info *pat2) in same_pattern_p() argument 2423 return pat1->num_users == pat2->num_users || !useful_pattern_p (pat2); in same_pattern_p()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | pt.cc | 25073 more_specialized_fn (tree pat1, tree pat2, int len) in more_specialized_fn() argument 25075 tree decl1 = DECL_TEMPLATE_RESULT (pat1); in more_specialized_fn() 25077 tree targs1 = make_tree_vec (DECL_NTPARMS (pat1)); in more_specialized_fn() 25079 tree tparms1 = DECL_INNERMOST_TEMPLATE_PARMS (pat1); in more_specialized_fn() 25305 && comp_template_parms (DECL_TEMPLATE_PARMS (pat1), in more_specialized_fn() 25351 more_specialized_partial_spec (tree tmpl, tree pat1, tree pat2) in more_specialized_partial_spec() argument 25357 tree tmpl1 = TREE_VALUE (pat1); in more_specialized_partial_spec() 25392 && (template_args_variadic_p (TREE_PURPOSE (pat1)) in more_specialized_partial_spec() 25395 tree args1 = INNERMOST_TEMPLATE_ARGS (TREE_PURPOSE (pat1)); in more_specialized_partial_spec() 25401 if (template_args_variadic_p (TREE_PURPOSE (pat1))) in more_specialized_partial_spec()
|
| /netbsd-src/external/gpl2/gawk/dist/ |
| H A D | awk.texi | 9330 @item @var{pat1}, @var{pat2} 9332 The range includes both the initial record that matches @var{pat1} and
|