Searched refs:pat2 (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| D | long_long.exp | 108 proc pat2 { n pats } { procedure 139 gdb_test_xxx $test [pat2 $sizeof_data_ptr $args] $test 144 set x [pat2 $sizeof_data_ptr $args] 151 gdb_test_xxx $test [pat2 $sizeof_char $args] $test 156 gdb_test_xxx $test [pat2 $sizeof_short $args] $test 161 gdb_test_xxx $test [pat2 $sizeof_int $args] $test 166 gdb_test_xxx $test [pat2 $sizeof_long $args] $test 171 gdb_test_xxx $test [pat2 $sizeof_long_long $args] $test
|
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | LinkerScript.h | 171 SectionPattern(StringMatcher &&pat1, StringMatcher &&pat2) in SectionPattern() argument 172 : excludedFilePat(pat1), sectionPat(pat2), in SectionPattern()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | pt.c | 9518 more_specialized (pat1, pat2, deduce, len) in more_specialized() argument 9519 tree pat1, pat2; in more_specialized() 9526 targs = get_bindings_real (pat1, DECL_TEMPLATE_RESULT (pat2), 9531 targs = get_bindings_real (pat2, DECL_TEMPLATE_RESULT (pat1), 9549 more_specialized_class (pat1, pat2, full_args) in more_specialized_class() argument 9550 tree pat1, pat2, full_args; in more_specialized_class() 9556 add_outermost_template_args (full_args, TREE_PURPOSE (pat2))); 9560 targs = get_class_bindings (TREE_VALUE (pat2), TREE_PURPOSE (pat2),
|
| /openbsd/src/gnu/usr.bin/perl/t/re/ |
| D | pat.t | 257 my $pat2 = '^def'; 271 $t2++ if /$pat2/o;
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | reg-stack.c | 1389 rtx pat2 = gen_rtx_CLOBBER (VOIDmode, u); in subst_stack_regs_pat() local 1390 rtx insn2 = emit_insn_before (pat2, insn); in subst_stack_regs_pat()
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | pt.c | 11050 more_specialized_fn (tree pat1, tree pat2, int len) in more_specialized_fn() argument 11053 tree decl2 = DECL_TEMPLATE_RESULT (pat2); in more_specialized_fn() 11055 tree targs2 = make_tree_vec (DECL_NTPARMS (pat2)); in more_specialized_fn() 11057 tree tparms2 = DECL_INNERMOST_TEMPLATE_PARMS (pat2); in more_specialized_fn() 11213 more_specialized_class (tree pat1, tree pat2) in more_specialized_class() argument 11220 tmpl2 = TREE_TYPE (pat2); in more_specialized_class() 11233 targs = get_class_bindings (TREE_VALUE (pat2), in more_specialized_class()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| D | perlfaq7.pod | 714 elsif (/pat2/) { } # do something else
|