debug.c | 394 debug_word(bool flag, const char *name) function in typeref:typename:void 411 debug_word(sym->s_keyword != NULL, "keyword"); 412 debug_word(sym->s_bitfield, "bit-field"); 413 debug_word(sym->s_set, "set"); 414 debug_word(sym->s_used, "used"); 415 debug_word(sym->s_param, "parameter"); 416 debug_word(sym->s_register, "register"); 417 debug_word(sym->s_defparam, "old-style-undefined"); 418 debug_word(sym->s_return_type_implicit_int, "return-int"); 419 debug_word(sym->s_osdef, "old-style") [all...] |