Searched refs:decl_reqs (Results 1 – 2 of 2) sorted by relevance
1159 build_constraints (tree tmpl_reqs, tree decl_reqs) in build_constraints() argument1162 gcc_assert (decl_reqs ? constraint_p (decl_reqs) : true); in build_constraints()1164 if (!tmpl_reqs && !decl_reqs) in build_constraints()1169 ci->declarator_reqs = decl_reqs; in build_constraints()1170 ci->associated_constr = conjoin_constraints (tmpl_reqs, decl_reqs); in build_constraints()
8705 tree decl_reqs, in grokfndecl() argument8752 if (decl_reqs) in grokfndecl()8753 decl_reqs = normalize_expression (decl_reqs); in grokfndecl()8755 tree ci = build_constraints (tmpl_reqs, decl_reqs); in grokfndecl()