Searched refs:last_component_ref_tree (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-intrinsic.c | 1194 tree last_component_ref_tree = NULL_TREE; in conv_expr_ref_to_caf_ref() local 1199 last_component_ref_tree = expr->symtree->n.sym->backend_decl; in conv_expr_ref_to_caf_ref() 1323 last_component_ref_tree = ref_static_array in conv_expr_ref_to_caf_ref() 1407 last_component_ref_tree, i), in conv_expr_ref_to_caf_ref() 1409 last_component_ref_tree, i)); in conv_expr_ref_to_caf_ref() 1432 last_component_ref_tree, in conv_expr_ref_to_caf_ref() 1443 last_component_ref_tree, in conv_expr_ref_to_caf_ref() 1451 stride = gfc_conv_array_stride (last_component_ref_tree, in conv_expr_ref_to_caf_ref() 1487 last_component_ref_tree, in conv_expr_ref_to_caf_ref()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-intrinsic.cc | 1202 tree last_component_ref_tree = NULL_TREE; in conv_expr_ref_to_caf_ref() local 1207 last_component_ref_tree = expr->symtree->n.sym->backend_decl; in conv_expr_ref_to_caf_ref() 1331 last_component_ref_tree = ref_static_array in conv_expr_ref_to_caf_ref() 1415 last_component_ref_tree, i), in conv_expr_ref_to_caf_ref() 1417 last_component_ref_tree, i)); in conv_expr_ref_to_caf_ref() 1440 last_component_ref_tree, in conv_expr_ref_to_caf_ref() 1451 last_component_ref_tree, in conv_expr_ref_to_caf_ref() 1459 stride = gfc_conv_array_stride (last_component_ref_tree, in conv_expr_ref_to_caf_ref() 1495 last_component_ref_tree, in conv_expr_ref_to_caf_ref()
|