Home | History | Annotate | Download | only in cp

Lines Matching defs:subst_info

79 struct subst_info
81 subst_info (tsubst_flags_t cmp, tree in)
129 struct sat_info : subst_info
132 : subst_info (cmp, in), diagnose_unsatisfaction (diag_unsat)
621 struct norm_info : subst_info
630 : subst_info (tf_warning_or_error | complain, in_decl)
2009 subst_info info)
2025 expression_convertible_p (tree expr, tree type, subst_info info)
2073 subst_info quiet (tf_none, info.in_decl);
2194 check_constraint_variables (tree t, tree args, subst_info info)
2216 tsubst_constraint_variables (tree t, tree args, subst_info info)
2329 tsubst_parameter_mapping (tree map, tree args, subst_info info)
2374 return tsubst_parameter_mapping (map, args, subst_info (complain, in_decl));
2924 subst_info quiet (tf_none, NULL_TREE);