Home
last modified time | relevance | path

Searched refs:gfc_get_array_expr (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Darith.cc1292 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 Dsimplify.cc458 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 Darray.cc1130 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 Dmodule.cc7143 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 Dgfortran.h3605 gfc_expr *gfc_get_array_expr (bt type, int kind, locus *);
H A DChangeLog-20104516 * 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 Ddecl.cc895 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 Dfrontend-passes.cc2283 *e = gfc_get_array_expr (fn->ts.type, fn->ts.kind, &fn->where); in optimize_minmaxloc()
H A Dexpr.cc62 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 Dsimplify.c426 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 Darith.c1285 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 Darray.c1118 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 Dgfortran.h3314 gfc_expr *gfc_get_array_expr (bt type, int kind, locus *);
H A Dmodule.c6932 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 Ddecl.c895 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 Dfrontend-passes.c2282 *e = gfc_get_array_expr (fn->ts.type, fn->ts.kind, &fn->where); in optimize_minmaxloc()
H A Dexpr.c62 gfc_get_array_expr (bt type, int kind, locus *where) in gfc_get_array_expr() function