Home
last modified time | relevance | path

Searched refs:get_fnode (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dformat.c215 get_fnode (format_data *fmt, fnode **head, fnode **tail, format_token t) in get_fnode() function
636 get_fnode (fmt, &head, &tail, FMT_LPAREN); in parse_format_list()
656 get_fnode (fmt, &head, &tail, FMT_LPAREN); in parse_format_list()
666 get_fnode (fmt, &head, &tail, FMT_SLASH); in parse_format_list()
671 get_fnode (fmt, &head, &tail, FMT_X); in parse_format_list()
684 get_fnode (fmt, &head, &tail, FMT_LPAREN); in parse_format_list()
703 get_fnode (fmt, &head, &tail, FMT_P); in parse_format_list()
744 get_fnode (fmt, &head, &tail, FMT_X); in parse_format_list()
750 get_fnode (fmt, &head, &tail, FMT_STRING); in parse_format_list()
764 get_fnode (fmt, &head, &tail, t); in parse_format_list()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dformat.c216 get_fnode (format_data *fmt, fnode **head, fnode **tail, format_token t) in get_fnode() function
636 get_fnode (fmt, &head, &tail, FMT_LPAREN); in parse_format_list()
656 get_fnode (fmt, &head, &tail, FMT_LPAREN); in parse_format_list()
666 get_fnode (fmt, &head, &tail, FMT_SLASH); in parse_format_list()
671 get_fnode (fmt, &head, &tail, FMT_X); in parse_format_list()
684 get_fnode (fmt, &head, &tail, FMT_LPAREN); in parse_format_list()
703 get_fnode (fmt, &head, &tail, FMT_P); in parse_format_list()
744 get_fnode (fmt, &head, &tail, FMT_X); in parse_format_list()
750 get_fnode (fmt, &head, &tail, FMT_STRING); in parse_format_list()
764 get_fnode (fmt, &head, &tail, t); in parse_format_list()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2005392 (next_char, unget_char, get_fnode, format_lex, parse_format_list,