Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-typeck.c206 const char *type_code_string; in c_incomplete_type_error() local
223 type_code_string = "struct"; in c_incomplete_type_error()
227 type_code_string = "union"; in c_incomplete_type_error()
231 type_code_string = "enum"; in c_incomplete_type_error()
258 type_code_string, TYPE_NAME (type)); in c_incomplete_type_error()