Searched refs:pat2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h146 SectionPattern(StringMatcher &&pat1, StringMatcher &&pat2) argument
147 : excludedFilePat(pat1), sectionPat(pat2),
/freebsd-11-stable/contrib/gcc/
H A Dreg-stack.c1403 rtx pat2 = gen_rtx_CLOBBER (VOIDmode, u);
1404 rtx insn2 = emit_insn_before (pat2, insn);
1389 rtx pat2 = gen_rtx_CLOBBER (VOIDmode, u); local
/freebsd-11-stable/contrib/gcc/cp/
H A Dpt.c11090 more_specialized_fn (tree pat1, tree pat2, int len)
11093 tree decl2 = DECL_TEMPLATE_RESULT (pat2);
11095 tree targs2 = make_tree_vec (DECL_NTPARMS (pat2));
11097 tree tparms2 = DECL_INNERMOST_TEMPLATE_PARMS (pat2);
11253 more_specialized_class (tree pat1, tree pat2)
11260 tmpl2 = TREE_TYPE (pat2);
11273 targs = get_class_bindings (TREE_VALUE (pat2),
11088 more_specialized_fn(tree pat1, tree pat2, int len) argument
11251 more_specialized_class(tree pat1, tree pat2) argument

Completed in 135 milliseconds