Home
last modified time | relevance | path

Searched refs:get_constraints (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDconstraint.cc1124 if (tree orig_ci = get_constraints (decl)) in associate_classtype_constraints()
2381 ci = get_constraints (tmpl); in constraints_satisfied_p()
2387 ci = get_constraints (decl); in constraints_satisfied_p()
2405 eval = satisfy_associated_constraints (get_constraints (t), args); in constraints_satisfied_p()
2565 return equivalent_constraints (get_constraints (d1), get_constraints (d2)); in equivalently_constrained()
2601 tree c1 = get_constraints (d1); in more_constrained()
2602 tree c2 = get_constraints (d2); in more_constrained()
2618 tree c1 = get_constraints (d1); in at_least_as_constrained()
2619 tree c2 = get_constraints (d2); in at_least_as_constrained()
3119 tree ci = get_constraints (decl); in diagnose_declaration_constraints()
HDcxx-pretty-print.c1633 if (tree ci = get_constraints (t)) in declarator()
2266 if (tree ci = get_constraints (t)) in pp_cxx_template_declaration()
HDpt.c882 tree main_constr = get_constraints (tmpl); in maybe_new_partial_specialization()
894 tree spec_constr = get_constraints (spec_tmpl); in maybe_new_partial_specialization()
1677 tree c1 = e1->spec ? get_constraints (e1->spec) : NULL_TREE; in equal()
1678 tree c2 = e2->spec ? get_constraints (e2->spec) : NULL_TREE; in equal()
2393 set_constraints (decl, get_constraints (fn)); in determine_specialization()
4865 get_constraints (maintmpl)))) in process_partial_specialization()
6000 if (!equivalent_constraints (get_constraints (tmpl), cons)) in redeclare_class_template()
7694 tree parm_cons = get_constraints (parm); in is_compatible_template_arg()
7701 tree arg_cons = get_constraints (arg); in is_compatible_template_arg()
10089 tree ci = get_constraints (decl); in uses_outer_template_parms()
[all …]
HDerror.c1413 if (tree ci = get_constraints (t)) in dump_template_decl()
1677 if (tree ci = get_constraints (t)) in dump_function_decl()
HDdecl2.c683 tree c1 = get_constraints (function); in check_classfn()
684 tree c2 = get_constraints (fndecl); in check_classfn()
HDmethod.c2146 if (tree orig_ci = get_constraints (inherited_ctor)) in implicitly_declare_fn()
HDcp-tree.h7457 extern tree get_constraints (tree);
HDclass.c4442 if (tree ci = get_constraints (fn)) in build_clone()
HDsemantics.c3210 tree spec_constr = get_constraints (TREE_VALUE (specs)); in fixup_template_type()