OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:other_queue
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gensupport.cc
96
static class queue_elem *
other_queue
;
variable in typeref:class:queue_elem
97
static class queue_elem **other_tail = &
other_queue
;
2846
for (elem =
other_queue
; elem ; elem = elem->next)
2850
process_substs_on_one_elem (elem,
other_queue
);
3224
cur =
other_queue
;
3266
else if (
other_queue
!= NULL)
3267
queue = &
other_queue
;
/src/external/gpl3/gcc.old/dist/gcc/
gensupport.cc
92
static class queue_elem *
other_queue
;
variable in typeref:class:queue_elem
93
static class queue_elem **other_tail = &
other_queue
;
2302
for (elem =
other_queue
; elem ; elem = elem->next)
2306
process_substs_on_one_elem (elem,
other_queue
);
2666
else if (
other_queue
!= NULL)
2667
queue = &
other_queue
;
Completed in 19 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026