Searched refs:get_normalized_constraints_from_decl (Results 1 – 5 of 5) sorted by relevance
793 get_normalized_constraints_from_decl (tree d, bool diag = false) in get_normalized_constraints_from_decl() function887 return get_normalized_constraints_from_decl (tmpl, diag); in normalize_template_requirements()895 return get_normalized_constraints_from_decl (decl, diag); in normalize_nontemplate_requirements()3095 tree n2 = get_normalized_constraints_from_decl (tmpl); in strictly_subsumes()3107 tree n2 = get_normalized_constraints_from_decl (tmpl); in weakly_subsumes()3122 tree n1 = get_normalized_constraints_from_decl (d1); in more_constrained()3123 tree n2 = get_normalized_constraints_from_decl (d2); in more_constrained()3138 tree n1 = get_normalized_constraints_from_decl (d1); in at_least_as_constrained()3139 tree n2 = get_normalized_constraints_from_decl (d2); in at_least_as_constrained()
865 get_normalized_constraints_from_decl (tree d, bool diag = false) in get_normalized_constraints_from_decl() function3198 tree norm = get_normalized_constraints_from_decl (t, info.noisy ()); in satisfy_declaration_constraints()3266 if (tree norm = get_normalized_constraints_from_decl (t, info.noisy ())) in satisfy_declaration_constraints()3496 tree n2 = get_normalized_constraints_from_decl (tmpl); in strictly_subsumes()3508 tree n2 = get_normalized_constraints_from_decl (tmpl); in weakly_subsumes()3523 tree n1 = get_normalized_constraints_from_decl (d1); in more_constrained()3524 tree n2 = get_normalized_constraints_from_decl (d2); in more_constrained()3539 tree n1 = get_normalized_constraints_from_decl (d1); in at_least_as_constrained()3540 tree n2 = get_normalized_constraints_from_decl (d2); in at_least_as_constrained()
1283 * constraint.cc (get_normalized_constraints_from_decl): Always2337 * constraint.cc (get_normalized_constraints_from_decl): Use3538 * constraint.cc (get_normalized_constraints_from_decl): Handle
1218 (get_normalized_constraints_from_decl): Set current_function_decl1570 (get_normalized_constraints_from_decl): Remove 'args' local2670 * constraint.cc (get_normalized_constraints_from_decl): Use it.
1866 (get_normalized_constraints_from_decl): New. Turn on template processing