Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dconstraint.cc631 tree type_constr; in normalize_compound_requirement() local
635 type_constr = build_nt (DEDUCT_CONSTR, expr, type, placeholder); in normalize_compound_requirement()
637 type_constr = build_nt (ICONV_CONSTR, expr, type); in normalize_compound_requirement()
638 constr = conjoin_constraints (constr, type_constr); in normalize_compound_requirement()
H A Dcp-tree.def558 DEFTREECODE (TYPE_CONSTR, "type_constr", tcc_expression, 1)
H A Dpt.c878 tree type_constr = current_template_constraints (); in maybe_new_partial_specialization() local
883 if (equivalent_constraints (type_constr, main_constr)) in maybe_new_partial_specialization()
896 && equivalent_constraints (type_constr, spec_constr)) in maybe_new_partial_specialization()