OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:derived_array
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc
709
The optional argument '
derived_array
' is used to preserve the parmse
716
tree *
derived_array
)
846
if (
derived_array
849
*
derived_array
= gfc_create_var (TREE_TYPE (parmse->expr),
851
gfc_add_modify (&block, *
derived_array
, parmse->expr);
871
if (
derived_array
&& *
derived_array
!= NULL_TREE)
872
gfc_conv_descriptor_data_set (&block, *
derived_array
,
6474
tree
derived_array
= NULL_TREE;
local
6589
&
derived_array
);
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc
696
The optional argument '
derived_array
' is used to preserve the parmse
703
tree *
derived_array
)
833
if (
derived_array
836
*
derived_array
= gfc_create_var (TREE_TYPE (parmse->expr),
838
gfc_add_modify (&block, *
derived_array
, parmse->expr);
858
if (
derived_array
&& *
derived_array
!= NULL_TREE)
859
gfc_conv_descriptor_data_set (&block, *
derived_array
,
6129
tree
derived_array
= NULL_TREE;
local
6241
&
derived_array
);
[
all
...]
Completed in 38 milliseconds
Indexes created Thu Sep 17 00:24:55 UTC 2026