Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDtypeck2.c173 const struct pending_abstract_type *const pat1 = in pat_compare() local
177 return (pat1->type == type2); in pat_compare()
HDpt.c16810 more_specialized_fn (tree pat1, tree pat2, int len) in more_specialized_fn() argument
16812 tree decl1 = DECL_TEMPLATE_RESULT (pat1); in more_specialized_fn()
16814 tree targs1 = make_tree_vec (DECL_NTPARMS (pat1)); in more_specialized_fn()
16816 tree tparms1 = DECL_INNERMOST_TEMPLATE_PARMS (pat1); in more_specialized_fn()
17090 more_specialized_class (tree pat1, tree pat2) in more_specialized_class() argument
17097 tmpl1 = TREE_TYPE (pat1); in more_specialized_class()
17105 targs = get_class_bindings (TREE_VALUE (pat1), in more_specialized_class()
17129 && (template_args_variadic_p (TREE_PURPOSE (pat1)) in more_specialized_class()
17132 tree args1 = INNERMOST_TEMPLATE_ARGS (TREE_PURPOSE (pat1)); in more_specialized_class()
17138 if (template_args_variadic_p (TREE_PURPOSE (pat1))) in more_specialized_class()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDtypeck2.c175 abstract_type_hasher::equal (pending_abstract_type *pat1, tree type2) in equal() argument
177 return (pat1->type == type2); in equal()
HDpt.c22315 more_specialized_fn (tree pat1, tree pat2, int len) in more_specialized_fn() argument
22317 tree decl1 = DECL_TEMPLATE_RESULT (pat1); in more_specialized_fn()
22319 tree targs1 = make_tree_vec (DECL_NTPARMS (pat1)); in more_specialized_fn()
22321 tree tparms1 = DECL_INNERMOST_TEMPLATE_PARMS (pat1); in more_specialized_fn()
22552 tree c1 = get_constraints (DECL_TEMPLATE_RESULT (pat1)); in more_specialized_fn()
22593 more_specialized_partial_spec (tree tmpl, tree pat1, tree pat2) in more_specialized_partial_spec() argument
22599 tree tmpl1 = TREE_VALUE (pat1); in more_specialized_partial_spec()
22634 && (template_args_variadic_p (TREE_PURPOSE (pat1)) in more_specialized_partial_spec()
22637 tree args1 = INNERMOST_TEMPLATE_ARGS (TREE_PURPOSE (pat1)); in more_specialized_partial_spec()
22643 if (template_args_variadic_p (TREE_PURPOSE (pat1))) in more_specialized_partial_spec()
/dragonfly/contrib/gcc-8.0/gcc/
HDgenrecog.c2407 same_pattern_p (merge_pattern_info *pat1, merge_pattern_info *pat2) in same_pattern_p() argument
2409 return pat1->num_users == pat2->num_users || !useful_pattern_p (pat2); in same_pattern_p()