Searched refs:build_constraints (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constraint.cc | 1053 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 D | decl.c | 9495 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 D | semantics.c | 3095 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 D | cp-tree.h | 7881 extern tree build_constraints (tree, tree);
|
H A D | pt.c | 6041 constr = build_constraints (constr, NULL_TREE); in push_template_decl_real()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | constraint.cc | 1107 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 D | decl.cc | 10132 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 D | semantics.cc | 3404 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 D | cp-tree.h | 8308 extern tree build_constraints (tree, tree);
|
H A D | ChangeLog-2016 | 1864 (build_constraints): Don't cache normalized constraints or decomposed
|
H A D | ChangeLog-2019 | 1800 (build_constraints): Save expressions, not normalized constraints.
|
H A D | pt.cc | 6202 constr = build_constraints (constr, NULL_TREE); in push_template_decl()
|