Home | History | Annotate | Download | only in cp

Lines Matching defs:norm_info

621 struct norm_info : subst_info
623 explicit norm_info (tsubst_flags_t cmp)
624 : norm_info (NULL_TREE, cmp)
629 norm_info (tree in_decl, tsubst_flags_t complain)
682 static tree normalize_expression (tree, tree, norm_info);
688 normalize_logical_operation (tree t, tree args, tree_code c, norm_info info)
702 normalize_concept_check (tree check, tree args, norm_info info)
754 normalize_atom (tree t, tree args, norm_info info)
770 in this case either by norm_info::update_context (when recursing into a
813 normalize_expression (tree t, tree args, norm_info info)
837 get_normalized_constraints (tree t, norm_info info)
855 norm_info info (in_decl, diag ? tf_norm : tf_none);
956 norm_info info (tmpl, diag ? tf_norm : tf_none);
969 normalize_constraint_expression (tree expr, norm_info info)
3082 norm_info info (diag ? tf_norm : tf_none);
3118 norm_info ninfo (info.noisy () ? tf_norm : tf_none);