Home
last modified time | relevance | path

Searched refs:atom_string (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dmodule.c1301 atom_string = XRESIZEVEC (char, atom_string, cursz); in parse_string()
1307 atom_string = XRESIZEVEC (char, atom_string, len + 1); in parse_string()
1637 p = atom_string; in read_string()
1638 atom_string = NULL; in read_string()
3378 atom_string[0] = '-'; in mio_gmp_real()
3379 atom_string[1] = '0'; in mio_gmp_real()
3380 atom_string[2] = '.'; in mio_gmp_real()
3702 free (atom_string); in mio_expr()
4053 free (atom_string); in mio_full_typebound_tree()
4557 free (atom_string);
[all …]
H A Dmodule.cc1309 atom_string = XRESIZEVEC (char, atom_string, cursz); in parse_string()
1315 atom_string = XRESIZEVEC (char, atom_string, len + 1); in parse_string()
1678 p = atom_string; in read_string()
1679 atom_string = NULL; in read_string()
3524 atom_string[0] = '-'; in mio_gmp_real()
3525 atom_string[1] = '0'; in mio_gmp_real()
3526 atom_string[2] = '.'; in mio_gmp_real()
3848 free (atom_string); in mio_expr()
4199 free (atom_string); in mio_full_typebound_tree()
4703 free (atom_string); in skip_list()
[all …]
H A DChangeLog-2010916 * module.c (gfc_use_module): Free atom_string when done with it.
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmodule.c1301 atom_string = XRESIZEVEC (char, atom_string, cursz); in parse_string()
1307 atom_string = XRESIZEVEC (char, atom_string, len + 1); in parse_string()
1637 p = atom_string; in read_string()
1638 atom_string = NULL; in read_string()
3378 atom_string[0] = '-'; in mio_gmp_real()
3379 atom_string[1] = '0'; in mio_gmp_real()
3380 atom_string[2] = '.'; in mio_gmp_real()
3702 free (atom_string); in mio_expr()
4053 free (atom_string); in mio_full_typebound_tree()
4557 free (atom_string);
[all …]