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

/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c169 const char *type_code_string;
186 type_code_string = "struct";
190 type_code_string = "union";
194 type_code_string = "enum";
221 type_code_string, TYPE_NAME (type));
167 const char *type_code_string; local

Completed in 62 milliseconds