OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_sharing_asm_name
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/lto/
lto-symtab.cc
450
for (e = first; e; e = e->
next_sharing_asm_name
)
467
for (e = prevailing->
next_sharing_asm_name
; e; e = e->
next_sharing_asm_name
)
481
for (e = first; e; e = e->
next_sharing_asm_name
)
503
for (e = first; e; e = e->
next_sharing_asm_name
)
629
if (!prevailing->
next_sharing_asm_name
)
634
for (e = prevailing->
next_sharing_asm_name
; e; e = next)
636
next = e->
next_sharing_asm_name
;
652
this_prevailing = this_prevailing->
next_sharing_asm_name
)
670
else if (e == prevailing->
next_sharing_asm_name
)
[
all
...]
lto-partition.cc
1083
s; s = s->
next_sharing_asm_name
)
1121
else s = s->
next_sharing_asm_name
;
1123
else s = s->
next_sharing_asm_name
;
/src/external/gpl3/gcc.old/dist/gcc/
symtab.cc
168
&& !node->
next_sharing_asm_name
);
185
node->
next_sharing_asm_name
= (symtab_node *)*aslot;
211
if (node->
next_sharing_asm_name
)
212
node->
next_sharing_asm_name
->previous_sharing_asm_name
216
node->previous_sharing_asm_name->
next_sharing_asm_name
217
= node->
next_sharing_asm_name
;
231
if (!node->
next_sharing_asm_name
)
234
*slot = node->
next_sharing_asm_name
;
236
node->
next_sharing_asm_name
= NULL;
989
if (
next_sharing_asm_name
)
[
all
...]
cgraph.h
124
order (false),
next_sharing_asm_name
(NULL),
618
symtab_node *
next_sharing_asm_name
;
variable
cgraph.cc
665
node = node->
next_sharing_asm_name
)
Completed in 34 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026