Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-format.c374 typedef struct format_wanted_type struct
377 tree wanted_type;
379 const char *wanted_type_name;
381 int scalar_identity_flag;
405 struct format_wanted_type *next; argument
406 } format_wanted_type; typedef
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-format.c389 struct format_wanted_type struct
392 tree wanted_type;
394 const char *wanted_type_name;
396 int scalar_identity_flag;
398 int pointer_count;
423 struct format_wanted_type *next; argument