Searched refs:PLACEHOLDER_TYPE_CONSTRAINTS (Results 1 – 13 of 13) sorted by relevance
1821 c1 = PLACEHOLDER_TYPE_CONSTRAINTS (c1); in equivalent_placeholder_constraints()1823 c2 = PLACEHOLDER_TYPE_CONSTRAINTS (c2); in equivalent_placeholder_constraints()1925 tree saved_constr = PLACEHOLDER_TYPE_CONSTRAINTS (placeholder); in type_deducible_p()1935 PLACEHOLDER_TYPE_CONSTRAINTS (placeholder) = subst_constr; in type_deducible_p()1948 PLACEHOLDER_TYPE_CONSTRAINTS (placeholder) = saved_constr; in type_deducible_p()
10558 if (tree constr = PLACEHOLDER_TYPE_CONSTRAINTS (t)) in any_template_parm_r()15501 && PLACEHOLDER_TYPE_CONSTRAINTS (t) in tsubst()15505 && !PLACEHOLDER_TYPE_CONSTRAINTS (r)) in tsubst()15509 && !PLACEHOLDER_TYPE_CONSTRAINTS (t) in tsubst()15532 if (tree constr = PLACEHOLDER_TYPE_CONSTRAINTS (t)) in tsubst()15533 PLACEHOLDER_TYPE_CONSTRAINTS (r) = constr; in tsubst()28048 PLACEHOLDER_TYPE_CONSTRAINTS (type) = expr; in make_constrained_placeholder_type()28163 if (tree c = NON_ERROR (PLACEHOLDER_TYPE_CONSTRAINTS (t))) in hash()28180 tree c1 = PLACEHOLDER_TYPE_CONSTRAINTS (t1); in equal()28181 tree c2 = PLACEHOLDER_TYPE_CONSTRAINTS (t2); in equal()[all …]
1357 if (tree c = PLACEHOLDER_TYPE_CONSTRAINTS (t)) in simple_type_specifier()
1569 #define PLACEHOLDER_TYPE_CONSTRAINTS(NODE) \ macro8159 return is_auto (t) && PLACEHOLDER_TYPE_CONSTRAINTS (t); in is_constrained_auto()
572 if (tree c = PLACEHOLDER_TYPE_CONSTRAINTS (t)) in dump_type()
1864 c1 = PLACEHOLDER_TYPE_CONSTRAINTS (c1); in equivalent_placeholder_constraints()1866 c2 = PLACEHOLDER_TYPE_CONSTRAINTS (c2); in equivalent_placeholder_constraints()
1367 if (tree c = PLACEHOLDER_TYPE_CONSTRAINTS (t)) in simple_type_specifier()
201 TYPE_CANONICAL to NULL_TREE if PLACEHOLDER_TYPE_CONSTRAINTS are529 * pt.c (tsubst): Set PLACEHOLDER_TYPE_CONSTRAINTS before1934 (PLACEHOLDER_TYPE_CONSTRAINTS, PRED_CONSTR_EXPR, EXPR_CONSTR_EXPR)
645 if (tree c = PLACEHOLDER_TYPE_CONSTRAINTS (t)) in dump_type()
10844 if (tree constr = PLACEHOLDER_TYPE_CONSTRAINTS (t)) in any_template_parm_r()29123 if (tree c = NON_ERROR (PLACEHOLDER_TYPE_CONSTRAINTS (t))) in hash()29140 tree c1 = PLACEHOLDER_TYPE_CONSTRAINTS (t1); in equal()29141 tree c2 = PLACEHOLDER_TYPE_CONSTRAINTS (t2); in equal()30497 else if (tree constr = NON_ERROR (PLACEHOLDER_TYPE_CONSTRAINTS (auto_node))) in do_auto_deduction()
1638 #define PLACEHOLDER_TYPE_CONSTRAINTS(NODE) \ macro
4503 (PLACEHOLDER_TYPE_CONSTRAINTS): Redefine in terms of the above.
4818 PLACEHOLDER_TYPE_CONSTRAINTS from the original auto node to the new one.