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

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dlint2.h46 u_int t_proto : 1; /* this is a prototype */ member in struct:type
H A Dchk.c105 TP(sym->s_type)->t_proto) {
356 } else if (decl != NULL && TP(decl->s_type)->t_proto) {
393 } else if (*ap2 != NULL && tp1->t_proto && tp1->t_vararg) {
453 * (decl != NULL && TP(decl->s_type)->t_proto), we compare the call
466 asgn = def != NULL || (decl != NULL && TP(decl->s_type)->t_proto);
1107 } else if (decl != NULL && TP(decl->s_type)->t_proto) {
1121 if (sym == sym1 || !TP(sym->s_type)->t_proto)
1273 if (tp1->t_proto && tp2->t_proto) {
1276 } else if (tp1->t_proto) {
[all...]
H A Demit2.c85 if (tp->t_args != NULL && !tp->t_proto) {
H A Dread.c634 tp->t_proto = 1;
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Ddecl.c878 if (t == FUNC && !tp->t_proto &&
1279 if ((tp->t_proto = dcs->d_proto) != 0)
1770 dsym->s_type->t_tspec == FUNC && dsym->s_type->t_proto) {
1788 if (rdsym->s_osdef && dsym->s_type->t_proto) {
1806 if (rdsym->s_osdef && !dsym->s_type->t_proto) {
1818 if (rdsym->s_type->t_proto && !dsym->s_type->t_proto) {
1993 if (tp1->t_proto && tp2->t_proto) {
1996 } else if (tp1->t_proto) {
[all...]
H A Dfunc.c233 if (!fsym->s_type->t_proto && fsym->s_args == NULL)
307 if (fsym->s_osdef && rdsym->s_type->t_proto)
324 if (fsym->s_osdef && !fsym->s_type->t_proto) {
H A Dlint1.h143 u_int t_proto : 1; /* function prototype (t_args valid) */ member in struct:type
152 struct sym *_t_args; /* arguments (if t_proto) */
H A Demit1.c135 } else if (ts == FUNC && tp->t_proto) {
H A Dtree.c3223 if (ftp->t_proto && npar != narg && !(ftp->t_vararg && npar < narg)) {

Completed in 121 milliseconds