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

/freebsd-11-stable/contrib/gcc/cp/
H A Dmangle.c164 static int decl_is_template_id (const tree, tree* const);
304 decl_is_template_id (const tree decl, tree* const template_info) function
745 if (decl_is_template_id (decl, NULL))
766 && decl_is_template_id (decl, NULL)),
811 if (decl_is_template_id (decl, &template_info))
930 if (decl_is_template_id (decl, &template_info))
978 decl_is_template_id (decl, &template_info);
1029 if (decl_is_template_id (decl, &template_info))
1111 if (decl_is_template_id (decl, NULL))

Completed in 110 milliseconds