OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_caf_ref
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc
152
gfc_ref *ref = caf_expr->ref, *
last_caf_ref
= NULL;
local
160
last_caf_ref
= ref;
164
if (
last_caf_ref
== NULL)
167
tree comp =
last_caf_ref
->u.c.component->caf_token, caf;
169
bool comp_ref = !
last_caf_ref
->u.c.component->attr.dimension;
173
gfc_free_ref_list (
last_caf_ref
->next);
174
last_caf_ref
->next = NULL;
175
caf_expr->rank = comp_ref ? 0 :
last_caf_ref
->u.c.component->as->rank;
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc
152
gfc_ref *ref = caf_expr->ref, *
last_caf_ref
= NULL;
local
160
last_caf_ref
= ref;
164
if (
last_caf_ref
== NULL)
167
tree comp =
last_caf_ref
->u.c.component->caf_token, caf;
169
bool comp_ref = !
last_caf_ref
->u.c.component->attr.dimension;
173
gfc_free_ref_list (
last_caf_ref
->next);
174
last_caf_ref
->next = NULL;
175
caf_expr->rank = comp_ref ? 0 :
last_caf_ref
->u.c.component->as->rank;
Completed in 40 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026