Searched refs:gfc_constructor_lookup_expr (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | constructor.h | 63 gfc_expr *gfc_constructor_lookup_expr (gfc_constructor_base base, int n);
|
H A D | constructor.cc | 206 gfc_constructor_lookup_expr (gfc_constructor_base base, int offset) in gfc_constructor_lookup_expr() function
|
H A D | simplify.cc | 406 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 D | target-memory.cc | 188 ptr += gfc_target_encode_expr (gfc_constructor_lookup_expr (ctor, i), in encode_array()
|
H A D | check.cc | 4734 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 D | ChangeLog-2010 | 4521 (gfc_get_array_element): Removed, use gfc_constructor_lookup_expr
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | constructor.h | 65 gfc_expr *gfc_constructor_lookup_expr (gfc_constructor_base base, int n);
|
H A D | constructor.c | 205 gfc_constructor_lookup_expr (gfc_constructor_base base, int offset) in gfc_constructor_lookup_expr() function
|
H A D | simplify.c | 374 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 D | target-memory.c | 189 ptr += gfc_target_encode_expr (gfc_constructor_lookup_expr (ctor, i), in encode_array()
|
H A D | check.c | 4715 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()
|