Searched refs:tparm (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c6506 tree tparm = TREE_VALUE (TREE_VEC_ELT (tparms, i)); local
6509 if (TREE_CODE (tparm) == TEMPLATE_DECL && targ)
6546 (DECL_INNERMOST_TEMPLATE_PARMS (tparm),
6549 tparm,
17168 tree tparm = TREE_VEC_ELT (tparms, i);
17178 if (targ || tparm == error_mark_node)
17180 tparm = TREE_VALUE (tparm);
17186 if (TREE_CODE (tparm) == PARM_DECL
17187 && uses_template_parms (TREE_TYPE (tparm))
17167 tree tparm = TREE_VEC_ELT (tparms, i); local
18074 tree tparm; local
[all...]
H A Dparser.c3816 tree tparm = TREE_VALUE (parmtypes);
3818 bool ptr = TYPE_PTR_P (tparm);
3820 if ((ptr || arr || !same_type_p (tparm, targ))
3822 || !same_type_p (TREE_TYPE (tparm),
3814 tree tparm = TREE_VALUE (parmtypes); local
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c8111 tree tparm;
8156 tparm = TREE_VALUE (TREE_VEC_ELT (tparms, 0));
8159 != template_decl_level (tparm))
8166 tparm = TREE_VALUE (TREE_VEC_ELT (tparms, idx));
8170 && TREE_CODE (tparm) != TYPE_DECL)
8172 && TREE_CODE (tparm) != TEMPLATE_DECL))
8264 tparm = TREE_VALUE (TREE_VEC_ELT (tparms, 0));
8267 != template_decl_level (tparm))
8110 tree tparm; local
/haiku-buildtools/legacy/gcc/gcc/
H A Dsys-protos.h1177 extern char * tparm(/* ??? */);

Completed in 237 milliseconds