Searched refs:gfc_int4_type_node (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-io.c301 tree types[IOPARM_type_num], pad_idx, gfc_int4_type_node; local
307 types[IOPARM_type_int4] = gfc_int4_type_node = gfc_get_int_type (4);
310 types[IOPARM_type_pint4] = build_pointer_type (gfc_int4_type_node);
336 void_type_node, 3, dt_parm_type, pvoid_type_node, gfc_int4_type_node);
340 void_type_node, 3, dt_parm_type, pvoid_type_node, gfc_int4_type_node);
344 void_type_node, 3, dt_parm_type, pvoid_type_node, gfc_int4_type_node);
348 void_type_node, 3, dt_parm_type, pvoid_type_node, gfc_int4_type_node);
352 void_type_node, 3, dt_parm_type, pvoid_type_node, gfc_int4_type_node);
356 void_type_node, 3, dt_parm_type, pvoid_type_node, gfc_int4_type_node);
361 gfc_charlen_type_node, gfc_int4_type_node);
1632 tree gfc_int4_type_node = gfc_get_int_type (4); local
[all...]
H A Dtrans-decl.c2944 tree gfc_int4_type_node = gfc_get_int_type (4); local
2945 tree gfc_pint4_type_node = build_pointer_type (gfc_int4_type_node);
3129 gfc_int4_type_node, 2, gfc_charlen_type_node, pchar_type_node);
3135 gfc_int4_type_node, 1, pvoid_type_node);
3141 gfc_int4_type_node, 3, pvoid_type_node, pvoid_type_node,
3218 gfc_int4_type_node, 3, gfc_int4_type_node, gfc_int4_type_node,
3219 gfc_int4_type_node);
3225 gfc_int8_type_node, 3, gfc_int8_type_node, gfc_int4_type_node,
3303 tree gfc_int4_type_node = gfc_get_int_type (4); local
[all...]
H A Dtrans-stmt.c589 tree gfc_int4_type_node = gfc_get_int_type (4); local
600 tmp = build_int_cst (gfc_int4_type_node, 0);
610 fold_convert (gfc_int4_type_node, se.expr));
634 tree gfc_int4_type_node = gfc_get_int_type (4); local
644 tmp = build_int_cst (gfc_int4_type_node, 0);
666 fold_convert (gfc_int4_type_node, se.expr));
5323 tree gfc_int4_type_node = gfc_get_int_type (4); local
5324 stat = gfc_create_var (gfc_int4_type_node, "stat");
6206 tree gfc_int4_type_node = gfc_get_int_type (4); local
6208 stat = gfc_create_var (gfc_int4_type_node, "sta
[all...]
H A Dtrans-expr.c2736 tree gfc_int4_type_node; local
2758 gfc_int4_type_node = gfc_get_int_type (4);
2776 rse.expr = convert (gfc_int4_type_node, rse.expr);
2801 lse.expr = convert (gfc_int4_type_node, lse.expr);

Completed in 197 milliseconds