OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_grp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-sra.cc
152
struct access *
next_grp
;
member in struct:access
466
for (; access; access = access->
next_grp
)
555
access = access->
next_grp
;
2508
prev_acc_ptr = &access->
next_grp
;
2654
*access = (*access)->
next_grp
;
2676
one, others are linked in a list by the
next_grp
field. Return false iff
2688
root->
next_grp
= access;
2750
root = root->
next_grp
;
2958
/* Analyze all access trees linked by
next_grp
by the means of
2970
access = access->
next_grp
;
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-sra.cc
151
struct access *
next_grp
;
member in struct:access
462
for (; access; access = access->
next_grp
)
551
access = access->
next_grp
;
2207
prev_acc_ptr = &access->
next_grp
;
2353
*access = (*access)->
next_grp
;
2375
one, others are linked in a list by the
next_grp
field. Return false iff
2387
root->
next_grp
= access;
2449
root = root->
next_grp
;
2652
/* Analyze all access trees linked by
next_grp
by the means of
2664
access = access->
next_grp
;
[
all
...]
Completed in 21 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026