Home
last modified time | relevance | path

Searched refs:not_tmpl (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmodule.cc4158 tree not_tmpl = t; in nested_name() local
4162 not_tmpl = DECL_TEMPLATE_RESULT (t); in nested_name()
4165 if (not_tmpl in nested_name()
4166 && DECL_P (not_tmpl) in nested_name()
4167 && DECL_LANG_SPECIFIC (not_tmpl) in nested_name()
4168 && DECL_MODULE_IMPORT_P (not_tmpl)) in nested_name()
4490 tree not_tmpl = STRIP_TEMPLATE (decl); in assert_definition() local
4506 || !DECL_LANG_SPECIFIC (not_tmpl) in assert_definition()
4507 || !DECL_MODULE_PURVIEW_P (not_tmpl) in assert_definition()
4508 || (!DECL_MODULE_IMPORT_P (not_tmpl) in assert_definition()
[all …]
Dname-lookup.cc1650 tree not_tmpl = STRIP_TEMPLATE (origin); in search_adl() local
1651 if (!DECL_LANG_SPECIFIC (not_tmpl) in search_adl()
1652 || !DECL_MODULE_IMPORT_P (not_tmpl)) in search_adl()
3489 tree not_tmpl = STRIP_TEMPLATE (decl); in maybe_record_mergeable_decl() local
3490 if ((TREE_CODE (not_tmpl) == FUNCTION_DECL in maybe_record_mergeable_decl()
3491 || TREE_CODE (not_tmpl) == VAR_DECL) in maybe_record_mergeable_decl()
3492 && DECL_THIS_STATIC (not_tmpl)) in maybe_record_mergeable_decl()
Dpt.cc11351 tree not_tmpl = new_friend; in tsubst_friend_function() local
11358 not_tmpl = DECL_TEMPLATE_RESULT (new_friend); in tsubst_friend_function()
11359 new_friend_result_template_info = DECL_TEMPLATE_INFO (not_tmpl); in tsubst_friend_function()
DChangeLog-20213737 not_tmpl var.