Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/xlint/lint1/
Dfunc.c209 for (sym_t *sym = dcs->d_func_proto_syms; sym != NULL; in begin_function()
373 symtab_remove_level(dcs->d_func_proto_syms); in end_function()
Dlint1.h381 sym_t *d_func_proto_syms; /* symbols defined in prototype, such member
Ddecl.c550 *dl->d_last_dlsym = dcs->d_func_proto_syms; in end_declaration_level()
551 dcs->d_func_proto_syms = dl->d_first_dlsym; in end_declaration_level()
639 dcs->d_func_proto_syms = NULL; in dcs_begin_type()
1411 dcs->d_enclosing->d_func_proto_syms = dcs->d_first_dlsym; in add_function()
1541 dcs->d_func_proto_syms = NULL; in declarator_name()
Ddebug.c525 for (const sym_t *sym = dl->d_func_proto_syms; in debug_decl_level()