/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | arith.cc | 1292 r = gfc_get_array_expr (op->ts.type, op->ts.kind, &op->where); in reduce_unary() 1296 r = gfc_get_array_expr (c->expr->ts.type, c->expr->ts.kind, in reduce_unary() 1341 r = gfc_get_array_expr (c->expr->ts.type, c->expr->ts.kind, in reduce_binary_ac() 1348 r = gfc_get_array_expr (op1->ts.type, op1->ts.kind, in reduce_binary_ac() 1393 r = gfc_get_array_expr (c->expr->ts.type, c->expr->ts.kind, in reduce_binary_ca() 1400 r = gfc_get_array_expr (op2->ts.type, op2->ts.kind, in reduce_binary_ca() 1454 r = gfc_get_array_expr (op1->ts.type, op1->ts.kind, &op1->where); in reduce_binary_aa() 1458 r = gfc_get_array_expr (c->expr->ts.type, c->expr->ts.kind, in reduce_binary_aa()
|
H A D | simplify.cc | 458 result = gfc_get_array_expr (type, kind, where); in transformational_result() 1406 result = gfc_get_array_expr (x->ts.type, x->ts.kind, &x->where); in gfc_simplify_bessel_n2() 2120 result = gfc_get_array_expr (array->ts.type, array->ts.kind, &array->where); in gfc_simplify_cshift() 2569 result = gfc_get_array_expr (array->ts.type, array->ts.kind, &array->where); in gfc_simplify_eoshift() 3010 result = gfc_get_array_expr (BT_INTEGER, actual_kind, &gfc_current_locus); in gfc_simplify_failed_or_stopped_images() 3034 result = gfc_get_array_expr (BT_INTEGER, gfc_default_integer_kind, &gfc_current_locus); in gfc_simplify_get_team() 4257 e = gfc_get_array_expr (BT_INTEGER, k, &array->where); in simplify_bound() 4764 result = gfc_get_array_expr (e.ts.type, e.ts.kind, &matrix_a->where); in gfc_simplify_matmul() 4768 result = gfc_get_array_expr (matrix_a->ts.type, matrix_a->ts.kind, in gfc_simplify_matmul() 4921 result = gfc_get_array_expr (tsource->ts.type, tsource->ts.kind, in gfc_simplify_merge() [all …]
|
H A D | array.cc | 1130 e = gfc_get_array_expr (BT_UNKNOWN, 0, &old_loc); in match_array_list() 1317 expr = gfc_get_array_expr (ts.type, ts.kind, &where); in gfc_match_array_constructor() 1357 expr = gfc_get_array_expr (BT_UNKNOWN, 0, &where); in gfc_match_array_constructor()
|
H A D | module.cc | 7143 expr = gfc_get_array_expr (BT_INTEGER, \ in use_iso_fortran_env_module() 7208 expr = gfc_get_array_expr (BT_INTEGER, gfc_default_integer_kind, \ in use_iso_fortran_env_module()
|
H A D | gfortran.h | 3605 gfc_expr *gfc_get_array_expr (bt type, int kind, locus *);
|
H A D | ChangeLog-2010 | 4516 * array.c (gfc_start_constructor): Removed, use gfc_get_array_expr 4594 (gfc_get_array_expr): New prototype. 4602 expr.c (gfc_get_array_expr). Split gfc_typespec argument to type 4613 (gfc_get_array_expr): New.
|
H A D | decl.cc | 895 expr = gfc_get_array_expr (ts->type, ts->kind, &where); in match_clist_expr() 2244 array = gfc_get_array_expr (init->ts.type, init->ts.kind, in add_init_expr_to_sym()
|
H A D | frontend-passes.cc | 2283 *e = gfc_get_array_expr (fn->ts.type, fn->ts.kind, &fn->where); in optimize_minmaxloc()
|
H A D | expr.cc | 62 gfc_get_array_expr (bt type, int kind, locus *where) in gfc_get_array_expr() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | simplify.c | 426 result = gfc_get_array_expr (type, kind, where); in transformational_result() 1374 result = gfc_get_array_expr (x->ts.type, x->ts.kind, &x->where); in gfc_simplify_bessel_n2() 2088 result = gfc_get_array_expr (array->ts.type, array->ts.kind, &array->where); in gfc_simplify_cshift() 2536 result = gfc_get_array_expr (array->ts.type, array->ts.kind, &array->where); in gfc_simplify_eoshift() 2977 result = gfc_get_array_expr (BT_INTEGER, actual_kind, &gfc_current_locus); in gfc_simplify_failed_or_stopped_images() 3001 result = gfc_get_array_expr (BT_INTEGER, gfc_default_integer_kind, &gfc_current_locus); in gfc_simplify_get_team() 4224 e = gfc_get_array_expr (BT_INTEGER, k, &array->where); in simplify_bound() 4656 result = gfc_get_array_expr (e.ts.type, e.ts.kind, &matrix_a->where); in gfc_simplify_matmul() 4660 result = gfc_get_array_expr (matrix_a->ts.type, matrix_a->ts.kind, in gfc_simplify_matmul() 4807 result = gfc_get_array_expr (tsource->ts.type, tsource->ts.kind, in gfc_simplify_merge() [all …]
|
H A D | arith.c | 1285 r = gfc_get_array_expr (c->expr->ts.type, c->expr->ts.kind, in reduce_unary() 1325 r = gfc_get_array_expr (c->expr->ts.type, c->expr->ts.kind, in reduce_binary_ac() 1365 r = gfc_get_array_expr (c->expr->ts.type, c->expr->ts.kind, in reduce_binary_ca() 1415 r = gfc_get_array_expr (c->expr->ts.type, c->expr->ts.kind, in reduce_binary_aa()
|
H A D | array.c | 1118 e = gfc_get_array_expr (BT_UNKNOWN, 0, &old_loc); in match_array_list() 1305 expr = gfc_get_array_expr (ts.type, ts.kind, &where); in gfc_match_array_constructor() 1345 expr = gfc_get_array_expr (BT_UNKNOWN, 0, &where); in gfc_match_array_constructor()
|
H A D | gfortran.h | 3314 gfc_expr *gfc_get_array_expr (bt type, int kind, locus *);
|
H A D | module.c | 6932 expr = gfc_get_array_expr (BT_INTEGER, \ in use_iso_fortran_env_module() 6997 expr = gfc_get_array_expr (BT_INTEGER, gfc_default_integer_kind, \ in use_iso_fortran_env_module()
|
H A D | decl.c | 895 expr = gfc_get_array_expr (ts->type, ts->kind, &where); in match_clist_expr() 2154 array = gfc_get_array_expr (init->ts.type, init->ts.kind, in add_init_expr_to_sym()
|
H A D | frontend-passes.c | 2282 *e = gfc_get_array_expr (fn->ts.type, fn->ts.kind, &fn->where); in optimize_minmaxloc()
|
H A D | expr.c | 62 gfc_get_array_expr (bt type, int kind, locus *where) in gfc_get_array_expr() function
|