Searched refs:tsubst (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | pt.c | 1963 insttype = tsubst (TREE_TYPE (fn), targs, tf_none, NULL_TREE); in determine_specialization() 3896 type = tsubst (type, args, tf_warning_or_error, NULL_TREE); in maybe_update_decl_type() 5853 (tsubst (TREE_TYPE (parm), outer_args, complain, in_decl), in coerce_template_template_parm() 6268 tree t = tsubst (TREE_TYPE (parm), args, complain, in_decl); in convert_template_argument() 6428 = tsubst (TREE_TYPE (TREE_VALUE (parm)), new_args, complain, in_decl); in coerce_template_parameter_pack() 7187 context = tsubst (DECL_CONTEXT (gen_tmpl), arglist, in lookup_template_class_1() 7202 tsubst (ENUM_UNDERLYING_TYPE (template_type), in lookup_template_class_1() 7232 t = tsubst (TREE_TYPE (gen_tmpl), arglist, complain, in_decl); in lookup_template_class_1() 7348 tsubst (INNERMOST_TEMPLATE_ARGS in lookup_template_class_1() 7371 found = tsubst (gen_tmpl, arglist, complain, NULL_TREE); in lookup_template_class_1() [all …]
|
| HD | error.c | 325 t = tsubst (t, args, tf_none, NULL_TREE); in dump_template_bindings()
|
| HD | cp-tree.h | 5342 extern tree tsubst (tree, tree, tsubst_flags_t, tree);
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | pt.c | 2233 insttype = tsubst (TREE_TYPE (fn), targs, tf_fndecl_type, NULL_TREE); in determine_specialization() 4669 type = tsubst (type, args, tf_warning_or_error, NULL_TREE); in maybe_update_decl_type() 7176 tree t = tsubst (TREE_TYPE (parm), outer_args, complain, in_decl); in coerce_template_template_parm() 7998 t = tsubst (t, args, complain, in_decl); in convert_template_argument() 9394 context = tsubst (context, arglist, complain, in_decl); in lookup_template_class_1() 9416 t = tsubst (TREE_TYPE (gen_tmpl), arglist, complain, in_decl); in lookup_template_class_1() 9433 tsubst (ENUM_UNDERLYING_TYPE (template_type), in lookup_template_class_1() 9583 tsubst (INNERMOST_TEMPLATE_ARGS (TI_ARGS (tinfo)), in lookup_template_class_1() 9607 found = tsubst (gen_tmpl, arglist, complain, NULL_TREE); in lookup_template_class_1() 10293 arglist = tsubst (DECL_TI_ARGS (decl), args, in tsubst_friend_function() [all …]
|
| HD | constraint.cc | 1637 tree ret = tsubst (type, args, complain, in_decl); in tsubst_type_constr() 1655 tree new_type = tsubst (type, args, complain, in_decl); in tsubst_implicit_conversion_constr() 1679 tree new_pattern = tsubst (pattern, args, complain, in_decl); in tsubst_argument_deduction_constr() 1740 tree vars = tsubst (t, args, complain, in_decl); in tsubst_constraint_variables() 1790 tree type = tsubst (TREE_OPERAND (t, 0), args, complain, in_decl); in tsubst_type_requirement() 1807 tree type = tsubst (TREE_OPERAND (t, 1), args, complain, in_decl); in tsubst_compound_requirement() 2036 tree targs = tsubst (cargs, args, tf_none, NULL_TREE); in satisfy_check_constraint() 2085 tree check = tsubst (type, args, complain, in_decl); in satisfy_type_constraint() 2108 tree type = tsubst (ICONV_CONSTR_TYPE (t), args, complain, in_decl); in satisfy_implicit_conversion_constraint() 2839 tree targs = tsubst (cargs, args, tf_none, NULL_TREE); in diagnose_check_constraint() [all …]
|
| HD | error.c | 397 t = tsubst (t, args, tf_none, NULL_TREE); in dump_template_bindings()
|
| HD | cp-tree.h | 6665 extern tree tsubst (tree, tree, tsubst_flags_t, tree);
|