Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc4158 tree not_tmpl = t; in nested_name() local
4165 if (not_tmpl in nested_name()
4166 && DECL_P (not_tmpl) in nested_name()
4167 && DECL_LANG_SPECIFIC (not_tmpl) in nested_name()
4511 if (not_tmpl != decl) in assert_definition()
7478 if (!DECL_LANG_SPECIFIC (not_tmpl) in install_entity()
7481 retrofit_lang_decl (not_tmpl); in install_entity()
12465 if (DECL_LANG_SPECIFIC (not_tmpl) in make_dependency()
12498 || !DECL_LANG_SPECIFIC (not_tmpl) in make_dependency()
18425 if (DECL_LANG_SPECIFIC (not_tmpl) && DECL_MODULE_IMPORT_P (not_tmpl)) in module_may_redeclare()
[all …]
H A 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()
H A Dpt.cc11345 tree not_tmpl = new_friend; in tsubst_friend_function() local
11352 not_tmpl = DECL_TEMPLATE_RESULT (new_friend); in tsubst_friend_function()
11353 new_friend_result_template_info = DECL_TEMPLATE_INFO (not_tmpl); in tsubst_friend_function()
H A DChangeLog-20213737 not_tmpl var.