HomeSort by: relevance | last modified time | path
    Searched defs:not_tmpl (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 1655 tree not_tmpl = STRIP_TEMPLATE (origin); local
1656 if (!DECL_LANG_SPECIFIC (not_tmpl)
1657 || !DECL_MODULE_IMPORT_P (not_tmpl))
3719 tree not_tmpl = STRIP_TEMPLATE (decl);
3720 if ((TREE_CODE (not_tmpl) == FUNCTION_DECL
3721 || VAR_P (not_tmpl))
3722 && DECL_THIS_STATIC (not_tmpl))
3726 bool is_attached = (DECL_LANG_SPECIFIC (not_tmpl)
3727 && DECL_MODULE_ATTACH_P (not_tmpl));
decl.cc 2294 tree not_tmpl = STRIP_TEMPLATE (olddecl);
2295 if (DECL_LANG_SPECIFIC (not_tmpl)
2296 && DECL_MODULE_ATTACH_P (not_tmpl)
2302 && !DECL_MODULE_EXPORT_P (not_tmpl))
2311 DECL_MODULE_EXPORT_P (not_tmpl) = true;
16668 tree not_tmpl = STRIP_TEMPLATE (decl);
16669 if (DECL_LANG_SPECIFIC (not_tmpl)
16670 && DECL_MODULE_ATTACH_P (not_tmpl)
16671 && !DECL_MODULE_EXPORT_P (not_tmpl)
2289 tree not_tmpl = STRIP_TEMPLATE (olddecl); local
pt.cc 11519 tree not_tmpl = new_friend;
11526 not_tmpl = DECL_TEMPLATE_RESULT (new_friend);
11527 new_friend_result_template_info = DECL_TEMPLATE_INFO (not_tmpl);
11518 tree not_tmpl = new_friend; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 1650 tree not_tmpl = STRIP_TEMPLATE (origin); local
1651 if (!DECL_LANG_SPECIFIC (not_tmpl)
1652 || !DECL_MODULE_IMPORT_P (not_tmpl))
3489 tree not_tmpl = STRIP_TEMPLATE (decl);
3490 if ((TREE_CODE (not_tmpl) == FUNCTION_DECL
3491 || TREE_CODE (not_tmpl) == VAR_DECL)
3492 && DECL_THIS_STATIC (not_tmpl))

Completed in 162 milliseconds