OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 24 milliseconds
Indexes created Thu Jul 30 00:24:59 UTC 2026