Searched refs:t_proto (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint2/
H A Dlint2.h46 u_int t_proto : 1; /* this is a prototype */ member in struct:type
H A Dchk.c108 TP(sym->s_type)->t_proto) {
362 } else if (decl != NULL && TP(decl->s_type)->t_proto) {
399 } else if (*ap2 != NULL && tp1->t_proto && tp1->t_vararg) {
459 * (decl != NULL && TP(decl->s_type)->t_proto), we compair the call
472 asgn = def != NULL || (decl != NULL && TP(decl->s_type)->t_proto);
1133 } else if (decl != NULL && TP(decl->s_type)->t_proto) {
1147 if (sym == sym1 || !TP(sym->s_type)->t_proto)
1303 if (tp1->t_proto && tp2->t_proto) {
1306 } else if (tp1->t_proto) {
[all...]
H A Demit2.c86 if (tp->t_args != NULL && !tp->t_proto) {
H A Dread.c656 tp->t_proto = 1;
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Ddecl.c982 if (t == FUNC && !tp->t_proto &&
1383 if ((tp->t_proto = dcs->d_proto) != 0)
1877 dsym->s_type->t_tspec == FUNC && dsym->s_type->t_proto) {
1895 if (rdsym->s_osdef && dsym->s_type->t_proto) {
1913 if (rdsym->s_osdef && !dsym->s_type->t_proto) {
1925 if (rdsym->s_type->t_proto && !dsym->s_type->t_proto) {
2122 if (tp1->t_proto && tp2->t_proto) {
2125 } else if (tp1->t_proto) {
[all...]
H A Dfunc.c235 if (!fsym->s_type->t_proto && fsym->s_args == NULL)
309 if (fsym->s_osdef && rdsym->s_type->t_proto)
326 if (fsym->s_osdef && !fsym->s_type->t_proto) {
H A Dlint1.h151 u_int t_proto : 1; /* function prototype (t_args valid) */ member in struct:type
161 struct sym *_t_args; /* arguments (if t_proto) */
H A Demit1.c146 } else if (ts == FUNC && tp->t_proto) {
H A Dtree.c3206 if (ftp->t_proto && npar != narg && !(ftp->t_vararg && npar < narg)) {

Completed in 75 milliseconds