Searched refs:var_overflow (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-array.c | 5944 tree var_overflow = NULL_TREE; in gfc_array_allocate() local 6069 var_overflow = gfc_create_var (integer_type_node, "overflow"); in gfc_array_allocate() 6070 gfc_add_modify (&se->pre, var_overflow, overflow); in gfc_array_allocate() 6138 logical_type_node, var_overflow, integer_zero_node), in gfc_array_allocate()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-array.cc | 6054 tree var_overflow = NULL_TREE; in gfc_array_allocate() local 6179 var_overflow = gfc_create_var (integer_type_node, "overflow"); in gfc_array_allocate() 6180 gfc_add_modify (&se->pre, var_overflow, overflow); in gfc_array_allocate() 6248 logical_type_node, var_overflow, integer_zero_node), in gfc_array_allocate()
|