Home
last modified time | relevance | path

Searched refs:t_proto (Results 1 – 10 of 10) sorted by relevance

/netbsd/usr.bin/xlint/lint2/
H A Dchk.c108 TP(sym->s_type)->t_proto) { in check_name()
354 } else if (decl != NULL && TP(decl->s_type)->t_proto) { in chkfaui()
393 } else if (*ap2 != NULL && tp1->t_proto && tp1->t_vararg) { in chkfaui()
464 asgn = def != NULL || (decl != NULL && TP(decl->s_type)->t_proto); in chkau()
1123 } else if (decl != NULL && TP(decl->s_type)->t_proto) { in check_argument_declarations()
1137 if (sym == sym1 || !TP(sym->s_type)->t_proto) in check_argument_declarations()
1288 if (tp1->t_proto && tp2->t_proto) { in types_compatible()
1291 } else if (tp1->t_proto) { in types_compatible()
1294 } else if (tp2->t_proto) { in types_compatible()
H A Dlint2.h46 bool t_proto:1; /* this is a prototype */ member
H A Demit2.c73 if (ts == FUNC && tp->t_args != NULL && !tp->t_proto) in outtype()
H A Dread.c698 tp->t_proto = true; in inptype()
/netbsd/usr.bin/xlint/lint1/
H A Ddecl.c844 if (t == FUNC && !tp->t_proto && in check_type()
1268 tp->t_proto = proto; in block_derive_function()
1960 bool redec = rdsym->s_osdef && dsym->s_type->t_proto && in declare_extern()
1980 if (rdsym->s_osdef && !dsym->s_type->t_proto) { in declare_extern()
1987 if (rdsym->s_type->t_proto && !dsym->s_type->t_proto) in declare_extern()
2245 if (tp1->t_proto && tp2->t_proto) { in types_compatible()
2248 } else if (tp1->t_proto) { in types_compatible()
2251 } else if (tp2->t_proto) { in types_compatible()
2292 if (!dst->t_proto && src->t_proto) { in complete_type()
2294 dst->t_proto = true; in complete_type()
[all …]
H A Dfunc.c238 if (!fsym->s_type->t_proto && fsym->u.s_old_style_args == NULL) in begin_function()
313 if (fsym->s_osdef && rdsym->s_type->t_proto) in begin_function()
328 if (fsym->s_osdef && !fsym->s_type->t_proto) { in begin_function()
H A Demit1.c125 } else if (ts == FUNC && tp->t_proto) { in outtype()
H A Dlint1.h159 bool t_proto:1; /* function prototype (t_args valid) */ member
H A Dtree.c4224 if (ftp->t_proto && npar != narg && !(ftp->t_vararg && npar < narg)) { in check_function_arguments()
/netbsd/usr.bin/xlint/common/
H A Dtyname.c156 if (tp->t_proto) { in type_name_of_function()