OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:res_desc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc
11302
tree
res_desc
;
local
11320
res_desc
= gfc_evaluate_now (desc, &se->pre);
11321
gfc_conv_descriptor_data_set (&se->pre,
res_desc
, null_pointer_node);
11322
se->expr = gfc_build_addr_expr (NULL_TREE,
res_desc
);
11334
tmp = gfc_conv_descriptor_data_get (
res_desc
);
11346
tmp1 = gfc_conv_descriptor_lbound_get (
res_desc
, gfc_rank_cst[n]);
11352
tmp1 = gfc_conv_descriptor_ubound_get (
res_desc
, gfc_rank_cst[n]);
11391
tmp = gfc_conv_descriptor_ubound_get (
res_desc
, gfc_rank_cst[n]);
11400
tmp = gfc_conv_descriptor_stride_get (
res_desc
, gfc_rank_cst[n]);
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc
10746
tree
res_desc
;
local
10764
res_desc
= gfc_evaluate_now (desc, &se->pre);
10765
gfc_conv_descriptor_data_set (&se->pre,
res_desc
, null_pointer_node);
10766
se->expr = gfc_build_addr_expr (NULL_TREE,
res_desc
);
10778
tmp = gfc_conv_descriptor_data_get (
res_desc
);
10790
tmp1 = gfc_conv_descriptor_lbound_get (
res_desc
, gfc_rank_cst[n]);
10796
tmp1 = gfc_conv_descriptor_ubound_get (
res_desc
, gfc_rank_cst[n]);
10835
tmp = gfc_conv_descriptor_ubound_get (
res_desc
, gfc_rank_cst[n]);
10844
tmp = gfc_conv_descriptor_stride_get (
res_desc
, gfc_rank_cst[n]);
Completed in 42 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026