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_lhs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-sra.cc
283
struct assign_link *next_rhs, *
next_lhs
;
member in struct:assign_link
594
lacc->last_lhs_link->
next_lhs
= link;
597
link->
next_lhs
= NULL;
634
gcc_assert (!new_acc->last_lhs_link->
next_lhs
);
636
|| !old_acc->last_lhs_link->
next_lhs
);
638
new_acc->last_lhs_link->
next_lhs
= old_acc->first_lhs_link;
3365
for (link = lacc->first_lhs_link; link; link = link->
next_lhs
)
/src/external/gpl3/gcc.old/dist/gcc/
tree-sra.cc
282
struct assign_link *next_rhs, *
next_lhs
;
member in struct:assign_link
590
lacc->last_lhs_link->
next_lhs
= link;
593
link->
next_lhs
= NULL;
630
gcc_assert (!new_acc->last_lhs_link->
next_lhs
);
632
|| !old_acc->last_lhs_link->
next_lhs
);
634
new_acc->last_lhs_link->
next_lhs
= old_acc->first_lhs_link;
3059
for (link = lacc->first_lhs_link; link; link = link->
next_lhs
)
Completed in 19 milliseconds
Indexes created Fri Apr 03 00:24:04 UTC 2026