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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.h83 '*' can be used for these (width_type and precision_type); details
266 tree *width_type; member in struct:format_kind_info
H A Dc-format.c2239 if (fki->width_type != NULL && *format_chars == '*')
2281 width_wanted_type.wanted_type = *fki->width_type;
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.h83 '*' can be used for these (width_type and precision_type); details
266 tree *width_type; member in struct:format_kind_info
H A Dc-format.cc2232 if (fki->width_type != NULL && *format_chars == '*')
2274 width_wanted_type.wanted_type = *fki->width_type;

Completed in 212 milliseconds