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

  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 8174 tree global_decl = identifier_global_value (declarator->u.id.id);
8177 if (global_decl
8178 && global_decl != visible_decl
8179 && VAR_OR_FUNCTION_DECL_P (global_decl)
8180 && !TREE_PUBLIC (global_decl))
8228 tree global_decl = identifier_global_value (declarator->u.id.id);
8231 if (global_decl
8232 && global_decl != visible_decl
8233 && VAR_P (global_decl)
8234 && !TREE_PUBLIC (global_decl))
8148 tree global_decl = identifier_global_value (declarator->u.id.id); local
8202 tree global_decl = identifier_global_value (declarator->u.id.id); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 7726 tree global_decl = identifier_global_value (declarator->u.id.id);
7729 if (global_decl
7730 && global_decl != visible_decl
7731 && VAR_P (global_decl)
7732 && !TREE_PUBLIC (global_decl))
7700 tree global_decl = identifier_global_value (declarator->u.id.id); local

Completed in 121 milliseconds