Home
last modified time | relevance | path

Searched refs:pat1 (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/gcc/cp/
HDtypeck2.c160 const struct pending_abstract_type *pat1 = in pat_compare() local
164 return (pat1->type == type2); in pat_compare()
HDpt.c11088 more_specialized_fn (tree pat1, tree pat2, int len) in more_specialized_fn() argument
11090 tree decl1 = DECL_TEMPLATE_RESULT (pat1); in more_specialized_fn()
11092 tree targs1 = make_tree_vec (DECL_NTPARMS (pat1)); in more_specialized_fn()
11094 tree tparms1 = DECL_INNERMOST_TEMPLATE_PARMS (pat1); in more_specialized_fn()
11251 more_specialized_class (tree pat1, tree pat2) in more_specialized_class() argument
11257 tmpl1 = TREE_TYPE (pat1); in more_specialized_class()
11265 targs = get_class_bindings (TREE_VALUE (pat1), in more_specialized_class()
/trueos/contrib/llvm/lib/Target/Hexagon/
HDHexagonInstrInfo.td161 class COMBINE_imm<Operand imm1, Operand imm2, PatLeaf pat1, PatLeaf pat2> :
165 (i64 (HexagonWrapperCombineII (i32 pat1:$src1), (i32 pat2:$src2))))]>;