Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dformat.c65 if (u->format_hash_table[i].hashed_fmt != NULL) in free_format_hash_table()
67 free_format_data (u->format_hash_table[i].hashed_fmt); in free_format_hash_table()
72 u->format_hash_table[i].hashed_fmt = NULL; in free_format_hash_table()
144 if (u->format_hash_table[hash].hashed_fmt != NULL) in save_parsed_format()
145 free_format_data (u->format_hash_table[hash].hashed_fmt); in save_parsed_format()
146 u->format_hash_table[hash].hashed_fmt = NULL; in save_parsed_format()
152 u->format_hash_table[hash].hashed_fmt = dtp->u.p.fmt; in save_parsed_format()
173 return u->format_hash_table[hash].hashed_fmt; in find_parsed_format()
H A Dio.h135 struct format_data *hashed_fmt; member
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dformat.c66 if (u->format_hash_table[i].hashed_fmt != NULL) in free_format_hash_table()
68 free_format_data (u->format_hash_table[i].hashed_fmt); in free_format_hash_table()
73 u->format_hash_table[i].hashed_fmt = NULL; in free_format_hash_table()
145 if (u->format_hash_table[hash].hashed_fmt != NULL) in save_parsed_format()
146 free_format_data (u->format_hash_table[hash].hashed_fmt); in save_parsed_format()
147 u->format_hash_table[hash].hashed_fmt = NULL; in save_parsed_format()
153 u->format_hash_table[hash].hashed_fmt = dtp->u.p.fmt; in save_parsed_format()
174 return u->format_hash_table[hash].hashed_fmt; in find_parsed_format()
H A Dio.h131 struct format_data *hashed_fmt; member