Home
last modified time | relevance | path

Searched refs:decl_reqs (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dconstraint.cc1159 build_constraints (tree tmpl_reqs, tree decl_reqs) in build_constraints() argument
1162 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()
H A Ddecl.c8705 tree decl_reqs, in grokfndecl() argument
8752 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()