Home
last modified time | relevance | path

Searched refs:TI_ARGS (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/gcc/cp/
HDmangle.c815 write_template_args (TI_ARGS (template_info)); in write_name()
934 write_template_args (TI_ARGS (template_info)); in write_nested_name()
1000 write_template_args (TI_ARGS (template_info)); in write_prefix()
1661 (TI_ARGS (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO (type))); in write_type()
HDcp-tree.h2163 #define TI_ARGS(NODE) (TREE_VALUE (NODE)) macro
2245 #define DECL_TI_ARGS(NODE) TI_ARGS (DECL_TEMPLATE_INFO (NODE))
2257 #define CLASSTYPE_TI_ARGS(NODE) TI_ARGS (CLASSTYPE_TEMPLATE_INFO (NODE))
2274 (TI_ARGS (TYPE_TEMPLATE_INFO (NODE)))
HDerror.c1216 tree args = info ? TI_ARGS (info) : NULL_TREE; in dump_template_parms()
HDdecl2.c1767 tree args = TI_ARGS (tinfo); in determine_visibility()
HDpt.c5484 new_friend_args = TI_ARGS (new_friend_template_info); in tsubst_friend_function()