/src/usr.bin/xlint/lint1/ |
decl.c | 839 * Workaround until the type parser (see add_function, add_array, 1280 * add_function, add_array, add_pointer), the intermediate type 1394 add_function(sym_t *decl, parameter_list params) function in typeref:typename:sym_t * 1427 * end_declaration_level after add_function. To be able to restore them 1433 * of params and is removed after add_function.) 1453 debug_step("add_function: '%s'", type_name(decl->s_type));
|
decl.c | 839 * Workaround until the type parser (see add_function, add_array, 1280 * add_function, add_array, add_pointer), the intermediate type 1394 add_function(sym_t *decl, parameter_list params) function in typeref:typename:sym_t * 1427 * end_declaration_level after add_function. To be able to restore them 1433 * of params and is removed after add_function.) 1453 debug_step("add_function: '%s'", type_name(decl->s_type));
|