OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:to_expr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc
12336
gfc_expr *from_expr, *
to_expr
;
local
12345
to_expr
= code->ext.actual->next->expr;
12351
||
to_expr
->ts.type == BT_CLASS);
12364
if (
to_expr
->ts.type != BT_CLASS)
12365
to_expr2 =
to_expr
;
12368
to_expr2 = gfc_copy_expr (
to_expr
);
12381
true,
to_expr
,
to_expr
->ts);
12396
if (
to_expr
->ts.type == BT_CLASS)
12403
gfc_add_vptr_component (
to_expr
);
[
all
...]
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc
12634
gfc_expr *from_expr, *
to_expr
;
local
12643
to_expr
= code->ext.actual->next->expr;
12649
||
to_expr
->ts.type == BT_CLASS);
12662
if (
to_expr
->ts.type != BT_CLASS)
12663
to_expr2 =
to_expr
;
12666
to_expr2 = gfc_copy_expr (
to_expr
);
12679
true,
to_expr
,
to_expr
->ts);
12694
if (
to_expr
->ts.type == BT_CLASS)
12701
gfc_add_vptr_component (
to_expr
);
[
all
...]
Completed in 21 milliseconds
Indexes created Sun Apr 26 00:22:38 UTC 2026