Searched refs:atom_int (Results 1 – 3 of 3) sorted by relevance
1188 static HOST_WIDE_INT atom_int; variable1332 atom_int = 0; in parse_integer()1340 atom_int = c - '0'; in parse_integer()1353 atom_int = 10 * atom_int + c - '0'; in parse_integer()1356 atom_int *= sign; in parse_integer()1857 *ip = atom_int; in mio_integer()1869 *hwi = atom_int; in mio_hwi()1888 *op = (gfc_intrinsic_op) atom_int; in mio_intrinsic_op()2984 ar->dimen_type[i] = (enum gfc_array_ref_dimen_type) atom_int; in mio_array_ref()3018 p = add_fixup (atom_int, gp); in mio_pointer_ref()[all …]
2779 * module.c (atom_int): Change type from int to HOST_WIDE_INT.
1182 static HOST_WIDE_INT atom_int; variable1317 atom_int = c - '0'; in parse_integer()1328 atom_int = 10 * atom_int + c - '0'; in parse_integer()1811 *ip = atom_int; in mio_integer()1823 *hwi = atom_int; in mio_hwi()1842 *op = (gfc_intrinsic_op) atom_int; in mio_intrinsic_op()2833 ar->dimen_type[i] = (enum gfc_array_ref_dimen_type) atom_int; in mio_array_ref()2867 p = add_fixup (atom_int, gp); in mio_pointer_ref()3109 p = get_integer (atom_int); in mio_symtree_ref()4945 pointer_info *p = get_integer (atom_int); in load_omp_udrs()[all …]