Home
last modified time | relevance | path

Searched refs:PLACEHOLDER_TYPE_CONSTRAINTS (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc1821 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()
H A Dpt.c10558 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 …]
H A Dcxx-pretty-print.c1357 if (tree c = PLACEHOLDER_TYPE_CONSTRAINTS (t)) in simple_type_specifier()
H A Dcp-tree.h1569 #define PLACEHOLDER_TYPE_CONSTRAINTS(NODE) \ macro
8159 return is_auto (t) && PLACEHOLDER_TYPE_CONSTRAINTS (t); in is_constrained_auto()
H A Derror.c572 if (tree c = PLACEHOLDER_TYPE_CONSTRAINTS (t)) in dump_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc1864 c1 = PLACEHOLDER_TYPE_CONSTRAINTS (c1); in equivalent_placeholder_constraints()
1866 c2 = PLACEHOLDER_TYPE_CONSTRAINTS (c2); in equivalent_placeholder_constraints()
H A Dcxx-pretty-print.cc1367 if (tree c = PLACEHOLDER_TYPE_CONSTRAINTS (t)) in simple_type_specifier()
H A DChangeLog-2015201 TYPE_CANONICAL to NULL_TREE if PLACEHOLDER_TYPE_CONSTRAINTS are
529 * pt.c (tsubst): Set PLACEHOLDER_TYPE_CONSTRAINTS before
1934 (PLACEHOLDER_TYPE_CONSTRAINTS, PRED_CONSTR_EXPR, EXPR_CONSTR_EXPR)
H A Derror.cc645 if (tree c = PLACEHOLDER_TYPE_CONSTRAINTS (t)) in dump_type()
H A Dpt.cc10844 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()
H A Dcp-tree.h1638 #define PLACEHOLDER_TYPE_CONSTRAINTS(NODE) \ macro
H A DChangeLog-20214503 (PLACEHOLDER_TYPE_CONSTRAINTS): Redefine in terms of the above.
H A DChangeLog-20204818 PLACEHOLDER_TYPE_CONSTRAINTS from the original auto node to the new one.