Searched refs:node_template_info (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | module.cc | 3899 node_template_info (tree decl, int &use) in node_template_info() function 3922 node_template_info (ctx, use); in node_template_info() 4154 ti = node_template_info (t, use_tpl); in nested_name() 7518 if (tree ti = node_template_info (decl, use_tpl)) in decl_value() 8497 tree ti = node_template_info (decl, use_tpl); in decl_node() 10269 if (tree template_info = node_template_info (decl, use_tpl)) in decl_container() 11583 if (tree ti = node_template_info (member, use_tpl)) in member_owned_by_class() 13158 node_template_info (spec, use_tpl); in find_dependencies() 18353 if (tree ti = node_template_info (decl, use)) in get_originating_module_decl() 18430 if (tree ti = node_template_info (decl, use_tpl)) in module_may_redeclare() [all …]
|