Home
last modified time | relevance | path

Searched defs:format_wanted_type (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c446 struct format_wanted_type struct
449 tree wanted_type;
451 const char *wanted_type_name;
453 int scalar_identity_flag;
455 int pointer_count;
480 struct format_wanted_type *next; argument
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc444 struct format_wanted_type struct
447 tree wanted_type;
449 const char *wanted_type_name;
451 int scalar_identity_flag;
453 int pointer_count;
478 struct format_wanted_type *next; argument