Home
last modified time | relevance | path

Searched refs:subst_info (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dconstraint.cc79 struct subst_info struct
81 subst_info (tsubst_flags_t cmp, tree in) in subst_info() argument
129 struct sat_info : subst_info
132 : subst_info (cmp, in), diagnose_unsatisfaction (diag_unsat) in sat_info()
621 struct norm_info : subst_info
630 : subst_info (tf_warning_or_error | complain, in_decl) in norm_info()
2009 subst_info info) in type_deducible_p()
2025 expression_convertible_p (tree expr, tree type, subst_info info) in expression_convertible_p()
2073 subst_info quiet (tf_none, info.in_decl); in tsubst_compound_requirement()
2194 check_constraint_variables (tree t, tree args, subst_info info) in check_constraint_variables()
[all …]
DChangeLog-20214350 of a subst_info. Perform the substitution quietly first. Fold
4353 subst_info.
4357 instead of a subst_info.
4361 subst_info. Fold in error-replaying code from
4363 (tsubst_requirement): Take a sat_info instead of a subst_info.
4383 subst_info. Adjust call to diagnose_trait_expr. Call
DChangeLog-2020592 subst_info.
598 (satisfy_atom): Take a sat_info argument instead of subst_info.
602 subst_info.
DChangeLog-20191834 (subst_info): New.
1840 (normalize_logical_operation): Pass subst_info through call.