Home
last modified time | relevance | path

Searched refs:build_constraints (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc1053 return build_constraints (tmpl_constr, NULL_TREE); in current_template_constraints()
1126 build_constraints (tree tr, tree dr) in build_constraints() function
1154 ci = build_constraints (tr, dr); in append_constraint()
2204 return build_constraints (tr, dr); in tsubst_constraint_info()
H A Ddecl.c9495 tree ci = build_constraints (tmpl_reqs, decl_reqs); in grokfndecl()
10183 tree ci = build_constraints (reqs, NULL_TREE); in grokvardecl()
15082 constr = build_constraints (reqs, NULL_TREE); in xref_tag_1()
H A Dsemantics.c3095 tree constr = build_constraints (reqs, NULL_TREE); in finish_template_template_parm()
3374 tree cur_constr = build_constraints (cur_reqs, NULL_TREE); in fixup_template_type()
H A Dcp-tree.h7881 extern tree build_constraints (tree, tree);
H A Dpt.c6041 constr = build_constraints (constr, NULL_TREE); in push_template_decl_real()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc1107 return build_constraints (tmpl_constr, NULL_TREE); in current_template_constraints()
1180 build_constraints (tree tr, tree dr) in build_constraints() function
1208 ci = build_constraints (tr, dr); in append_constraint()
2320 return build_constraints (tr, dr); in tsubst_constraint_info()
H A Ddecl.cc10132 tree ci = build_constraints (tmpl_reqs, decl_reqs); in grokfndecl()
10822 tree ci = build_constraints (reqs, NULL_TREE); in grokvardecl()
14275 tree ci = build_constraints (tmpl_reqs, NULL_TREE); in grokdeclarator()
15900 constr = build_constraints (reqs, NULL_TREE); in xref_tag()
H A Dsemantics.cc3404 tree constr = build_constraints (reqs, NULL_TREE); in finish_template_template_parm()
3705 tree cur_constr = build_constraints (cur_reqs, NULL_TREE); in fixup_template_type()
H A Dcp-tree.h8308 extern tree build_constraints (tree, tree);
H A DChangeLog-20161864 (build_constraints): Don't cache normalized constraints or decomposed
H A DChangeLog-20191800 (build_constraints): Save expressions, not normalized constraints.
H A Dpt.cc6202 constr = build_constraints (constr, NULL_TREE); in push_template_decl()