Searched refs:width_char (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.h82 (controlled by width_char and precision_char); details of whether
247 int width_char; member in struct:format_kind_info
H A Dc-format.c2236 if (!fki->width_char)
2241 flag_chars.add_char (fki->width_char);
2321 flag_chars.add_char (fki->width_char);
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.h82 (controlled by width_char and precision_char); details of whether
247 int width_char; member in struct:format_kind_info
H A Dc-format.cc2229 if (!fki->width_char)
2234 flag_chars.add_char (fki->width_char);
2314 flag_chars.add_char (fki->width_char);

Completed in 214 milliseconds