OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:from_ref
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
check.cc
4289
gfc_ref *to_ref, *
from_ref
;
local
4291
from_ref
= from->ref;
4294
for (;
from_ref
&& to_ref;
4295
from_ref
=
from_ref
->next, to_ref = to_ref->next)
4301
&&
from_ref
->u.ar.type != AR_FULL)
4305
&& to_ref->u.c.component !=
from_ref
->u.c.component)
trans-expr.cc
1455
tree
from_ref
;
local
1533
from_ref
= gfc_get_class_array_ref (index, from, from_data,
1535
vec_safe_push (args,
from_ref
);
/src/external/gpl3/gcc.old/dist/gcc/fortran/
check.cc
4262
gfc_ref *to_ref, *
from_ref
;
local
4264
from_ref
= from->ref;
4267
for (;
from_ref
&& to_ref;
4268
from_ref
=
from_ref
->next, to_ref = to_ref->next)
4274
&&
from_ref
->u.ar.type != AR_FULL)
4278
&& to_ref->u.c.component !=
from_ref
->u.c.component)
trans-expr.cc
1426
tree
from_ref
;
local
1505
from_ref
= gfc_get_class_array_ref (index, from, from_data,
1507
vec_safe_push (args,
from_ref
);
Completed in 54 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026