Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc10117 tree tmpl_reqs = NULL_TREE; in grokfndecl() local
10130 tmpl_reqs = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms); in grokfndecl()
10132 tree ci = build_constraints (tmpl_reqs, decl_reqs); in grokfndecl()
14273 tree tmpl_reqs in grokdeclarator() local
14275 tree ci = build_constraints (tmpl_reqs, NULL_TREE); in grokdeclarator()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c9490 tree tmpl_reqs = NULL_TREE; in grokfndecl() local
9494 tmpl_reqs = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms); in grokfndecl()
9495 tree ci = build_constraints (tmpl_reqs, decl_reqs); in grokfndecl()