Lines Matching refs:parms
262 dump_template_bindings (tree parms, tree args, VEC(tree,gc)* typenames) in dump_template_bindings() argument
268 while (parms) in dump_template_bindings()
270 tree p = TREE_VALUE (parms); in dump_template_bindings()
271 int lvl = TMPL_PARMS_DEPTH (parms); in dump_template_bindings()
309 parms = TREE_CHAIN (parms); in dump_template_bindings()
1201 tree parms; in dump_template_decl() local
1206 for (parms = orig_parms = nreverse (orig_parms); in dump_template_decl()
1207 parms; in dump_template_decl()
1208 parms = TREE_CHAIN (parms)) in dump_template_decl()
1210 tree inner_parms = INNERMOST_TEMPLATE_PARMS (parms); in dump_template_decl()
1638 tree parms = DECL_TEMPLATE_PARMS (tpl); in dump_template_parms() local
1641 parms = TREE_CODE (parms) == TREE_LIST ? TREE_VALUE (parms) : NULL_TREE; in dump_template_parms()
1642 len = parms ? TREE_VEC_LENGTH (parms) : 0; in dump_template_parms()
1648 if (TREE_VEC_ELT (parms, ix) == error_mark_node) in dump_template_parms()
1654 parm = TREE_VALUE (TREE_VEC_ELT (parms, ix)); in dump_template_parms()