Home
last modified time | relevance | path

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

/netbsd/usr.bin/xlint/lint1/
H A Ddecl.c605 dcs->d_nonempty_decl = false; in dcs_begin_type()
1545 dcs->d_enclosing->d_nonempty_decl = true; in new_tag()
1552 dcs->d_enclosing->d_nonempty_decl = true; in new_tag()
1564 dcs->d_enclosing->d_nonempty_decl = true; in new_tag()
1574 dcs->d_enclosing->d_nonempty_decl = true; in new_tag()
1576 dcs->d_enclosing->d_nonempty_decl = true; in new_tag()
1608 dcs->d_enclosing->d_nonempty_decl = true; in make_tag_type()
1634 dcs->d_enclosing->d_nonempty_decl = true; in make_tag_type()
H A Dcgram.y818 } else if (!dcs->d_nonempty_decl) {
2143 if (!dcs->d_nonempty_decl) {
2153 if (dcs->d_nonempty_decl) {
H A Dlint1.h385 bool d_nonempty_decl:1; /* in a function declaration, whether at member
H A Ddebug.c442 debug_word(dl->d_nonempty_decl, "nonempty_decl"); in debug_decl_level()