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_cm
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc
2478
gfc_component *
from_cm
;
2490
from_cm
= from->components;
2498
for (; to_cm; to_cm = to_cm->next,
from_cm
=
from_cm
->next)
2500
to_cm->backend_decl =
from_cm
->backend_decl;
2501
to_cm->caf_token =
from_cm
->caf_token;
2502
if (
from_cm
->ts.type == BT_UNION)
2504
else if (
from_cm
->ts.type == BT_DERIVED
2505
&& (!
from_cm
->attr.pointer || from_gsym))
2507
else if (
from_cm
->ts.type == BT_CLAS
2467
gfc_component *
from_cm
;
local
[
all
...]
trans-types.cc
2478
gfc_component *
from_cm
;
2490
from_cm
= from->components;
2498
for (; to_cm; to_cm = to_cm->next,
from_cm
=
from_cm
->next)
2500
to_cm->backend_decl =
from_cm
->backend_decl;
2501
to_cm->caf_token =
from_cm
->caf_token;
2502
if (
from_cm
->ts.type == BT_UNION)
2504
else if (
from_cm
->ts.type == BT_DERIVED
2505
&& (!
from_cm
->attr.pointer || from_gsym))
2507
else if (
from_cm
->ts.type == BT_CLAS
2467
gfc_component *
from_cm
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc
2458
gfc_component *
from_cm
;
2470
from_cm
= from->components;
2478
for (; to_cm; to_cm = to_cm->next,
from_cm
=
from_cm
->next)
2480
to_cm->backend_decl =
from_cm
->backend_decl;
2481
to_cm->caf_token =
from_cm
->caf_token;
2482
if (
from_cm
->ts.type == BT_UNION)
2484
else if (
from_cm
->ts.type == BT_DERIVED
2485
&& (!
from_cm
->attr.pointer || from_gsym))
2487
else if (
from_cm
->ts.type == BT_CLAS
2447
gfc_component *
from_cm
;
local
[
all
...]
trans-types.cc
2458
gfc_component *
from_cm
;
2470
from_cm
= from->components;
2478
for (; to_cm; to_cm = to_cm->next,
from_cm
=
from_cm
->next)
2480
to_cm->backend_decl =
from_cm
->backend_decl;
2481
to_cm->caf_token =
from_cm
->caf_token;
2482
if (
from_cm
->ts.type == BT_UNION)
2484
else if (
from_cm
->ts.type == BT_DERIVED
2485
&& (!
from_cm
->attr.pointer || from_gsym))
2487
else if (
from_cm
->ts.type == BT_CLAS
2447
gfc_component *
from_cm
;
local
[
all
...]
Completed in 43 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026