Searched refs:tsubst_constraint (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | constraint.cc | 1606 tree r0 = tsubst_constraint (t0, args, complain, in_decl); in tsubst_logical_operator() 1610 tree r1 = tsubst_constraint (t1, args, complain, in_decl); in tsubst_logical_operator() 1758 tree expr = tsubst_constraint (PARM_CONSTR_OPERAND (t), args, in tsubst_parameterized_constraint() 1907 tmpl_constr = tsubst_constraint (r, args, complain, in_decl); in tsubst_constraint_info() 1911 decl_constr = tsubst_constraint (r, args, complain, in_decl); in tsubst_constraint_info() 1919 tsubst_constraint (tree t, tree args, tsubst_flags_t complain, tree in_decl) in tsubst_constraint() function 2140 = tsubst_constraint (constr, args, complain|tf_partial, in_decl); in satisfy_argument_deduction_constraint()
|
| HD | cp-tree.h | 7484 extern tree tsubst_constraint (tree, tree, tsubst_flags_t, tree);
|
| HD | pt.c | 11666 t = tsubst_constraint (pattern, args, complain, in_decl); in gen_elem_of_pack_expansion_instantiation() 14532 = tsubst_constraint (constr, args, complain, in_decl); in tsubst()
|