OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sref
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/fortran/
symbol.cc
2416
gfc_ref *
sref
, *tmp;
local
2428
sref
= gfc_get_ref ();
2429
sref
->type = REF_COMPONENT;
2430
sref
->u.c.component = m;
2431
sref
->u.c.sym = m->ts.u.derived;
2432
sref
->next = tmp;
2434
*ref =
sref
;
2494
gfc_ref *
sref
= NULL, *tmp = NULL;
local
2523
sref
= gfc_get_ref ();
2524
sref
->type = REF_COMPONENT
[
all
...]
/src/external/gpl3/gcc/dist/gcc/fortran/
symbol.cc
2483
gfc_ref *
sref
, *tmp;
local
2495
sref
= gfc_get_ref ();
2496
sref
->type = REF_COMPONENT;
2497
sref
->u.c.component = m;
2498
sref
->u.c.sym = m->ts.u.derived;
2499
sref
->next = tmp;
2501
*ref =
sref
;
2561
gfc_ref *
sref
= NULL, *tmp = NULL;
local
2590
sref
= gfc_get_ref ();
2591
sref
->type = REF_COMPONENT
[
all
...]
Completed in 35 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026