Home
last modified time | relevance | path

Searched refs:gfc_constructor_lookup_expr (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dconstructor.h63 gfc_expr *gfc_constructor_lookup_expr (gfc_constructor_base base, int n);
H A Dconstructor.cc206 gfc_constructor_lookup_expr (gfc_constructor_base base, int offset) in gfc_constructor_lookup_expr() function
H A Dsimplify.cc406 a = gfc_constructor_lookup_expr (matrix_a->value.constructor, offset_a); in compute_dot_product()
407 b = gfc_constructor_lookup_expr (matrix_b->value.constructor, offset_b); in compute_dot_product()
435 a = gfc_constructor_lookup_expr (matrix_a->value.constructor, offset_a); in compute_dot_product()
438 b = gfc_constructor_lookup_expr (matrix_b->value.constructor, offset_b); in compute_dot_product()
6832 e = gfc_constructor_lookup_expr (shape_exp->value.constructor, rank); in gfc_simplify_reshape()
6885 e = gfc_constructor_lookup_expr (order_exp->value.constructor, i); in gfc_simplify_reshape()
6968 e = gfc_constructor_lookup_expr (source->value.constructor, j); in gfc_simplify_reshape()
6978 e = gfc_constructor_lookup_expr (pad->value.constructor, j); in gfc_simplify_reshape()
8205 gfc_expr *e = gfc_constructor_lookup_expr (matrix->value.constructor, in gfc_simplify_transpose()
H A Dtarget-memory.cc188 ptr += gfc_target_encode_expr (gfc_constructor_lookup_expr (ctor, i), in encode_array()
H A Dcheck.cc4734 e = gfc_constructor_lookup_expr (shape->value.constructor, i); in gfc_check_reshape()
4791 e = gfc_constructor_lookup_expr (order->value.constructor, i-1); in gfc_check_reshape()
H A DChangeLog-20104521 (gfc_get_array_element): Removed, use gfc_constructor_lookup_expr
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dconstructor.h65 gfc_expr *gfc_constructor_lookup_expr (gfc_constructor_base base, int n);
H A Dconstructor.c205 gfc_constructor_lookup_expr (gfc_constructor_base base, int offset) in gfc_constructor_lookup_expr() function
H A Dsimplify.c374 a = gfc_constructor_lookup_expr (matrix_a->value.constructor, offset_a); in compute_dot_product()
375 b = gfc_constructor_lookup_expr (matrix_b->value.constructor, offset_b); in compute_dot_product()
403 a = gfc_constructor_lookup_expr (matrix_a->value.constructor, offset_a); in compute_dot_product()
406 b = gfc_constructor_lookup_expr (matrix_b->value.constructor, offset_b); in compute_dot_product()
6700 e = gfc_constructor_lookup_expr (shape_exp->value.constructor, rank); in gfc_simplify_reshape()
6753 e = gfc_constructor_lookup_expr (order_exp->value.constructor, i); in gfc_simplify_reshape()
6827 e = gfc_constructor_lookup_expr (source->value.constructor, j); in gfc_simplify_reshape()
6837 e = gfc_constructor_lookup_expr (pad->value.constructor, j); in gfc_simplify_reshape()
8062 gfc_expr *e = gfc_constructor_lookup_expr (matrix->value.constructor, in gfc_simplify_transpose()
H A Dtarget-memory.c189 ptr += gfc_target_encode_expr (gfc_constructor_lookup_expr (ctor, i), in encode_array()
H A Dcheck.c4715 e = gfc_constructor_lookup_expr (shape->value.constructor, i); in gfc_check_reshape()
4772 e = gfc_constructor_lookup_expr (order->value.constructor, i-1); in gfc_check_reshape()