OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:store_motion_mems
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
store-motion.cc
49
-
store_motion_mems
should be a vec instead of a list.
84
static struct st_expr *
store_motion_mems
= NULL;
variable in typeref:struct:st_expr
147
ptr->next =
store_motion_mems
;
155
store_motion_mems
= ptr;
181
while (
store_motion_mems
)
183
struct st_expr * tmp =
store_motion_mems
;
184
store_motion_mems
=
store_motion_mems
->next;
187
store_motion_mems
= NULL;
198
for (ptr =
store_motion_mems
; ptr != NULL; ptr = ptr->next
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
store-motion.cc
49
-
store_motion_mems
should be a vec instead of a list.
84
static struct st_expr *
store_motion_mems
= NULL;
variable in typeref:struct:st_expr
147
ptr->next =
store_motion_mems
;
155
store_motion_mems
= ptr;
181
while (
store_motion_mems
)
183
struct st_expr * tmp =
store_motion_mems
;
184
store_motion_mems
=
store_motion_mems
->next;
187
store_motion_mems
= NULL;
198
for (ptr =
store_motion_mems
; ptr != NULL; ptr = ptr->next
[
all
...]
Completed in 21 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026