Searched refs:res_desc (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-expr.c8313 tree res_desc; local
8329 res_desc = gfc_evaluate_now (desc, &se->pre);
8330 gfc_conv_descriptor_data_set (&se->pre, res_desc, null_pointer_node);
8331 se->expr = gfc_build_addr_expr (NULL_TREE, res_desc);
8343 tmp = gfc_conv_descriptor_data_get (res_desc);
8351 tmp1 = gfc_conv_descriptor_lbound_get (res_desc, gfc_rank_cst[n]);
8357 tmp1 = gfc_conv_descriptor_ubound_get (res_desc, gfc_rank_cst[n]);
8387 tmp = gfc_conv_descriptor_ubound_get (res_desc, gfc_rank_cst[n]);
8396 tmp = gfc_conv_descriptor_stride_get (res_desc, gfc_rank_cst[n]);

Completed in 157 milliseconds