HomeSort by: relevance | last modified time | path
    Searched refs:t_proto (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.bin/xlint/lint2/
lint2.h 43 bool t_proto:1; /* function is a prototype */ member in struct:lint2_type
chk.c 113 TP(sym->s_type)->t_proto) {
361 } else if (decl != NULL && TP(decl->s_type)->t_proto) {
400 } else if (*ap2 != NULL && tp1->t_proto && tp1->t_vararg) {
460 * != NULL && TP(decl->s_type)->t_proto), we compare the call with this
472 asgn = def != NULL || (decl != NULL && TP(decl->s_type)->t_proto);
1136 } else if (decl != NULL && TP(decl->s_type)->t_proto) {
1150 if (sym == sym1 || !TP(sym->s_type)->t_proto)
1302 if (tp1->t_proto && tp2->t_proto) {
1305 } else if (tp1->t_proto) {
    [all...]
emit2.c 68 if (ts == FUNC && tp->t_args != NULL && !tp->t_proto)
read.c 697 tp->t_proto = true;
  /src/usr.bin/xlint/lint1/
decl.c 912 if (t == FUNC && !tp->t_proto &&
1329 tp->t_proto = proto;
1983 dsym->s_type->t_tspec == FUNC && dsym->s_type->t_proto) {
2004 bool redec = rdsym->s_osdef && dsym->s_type->t_proto &&
2024 if (rdsym->s_osdef && !dsym->s_type->t_proto) {
2031 if (rdsym->s_type->t_proto && !dsym->s_type->t_proto)
2302 if (tp1->t_proto && tp2->t_proto) {
2305 } else if ((tp1->t_proto || tp2->t_proto
    [all...]
emit1.c 123 } else if (ts == FUNC && tp->t_proto) {
func.c 222 if (!fsym->s_type->t_proto && fsym->u.s_old_style_params == NULL)
299 if (fsym->s_osdef && rdsym->s_type->t_proto)
311 if (fsym->s_osdef && !fsym->s_type->t_proto) {
lint1.h 138 bool t_proto:1; /* function prototype (u.params valid) */ member in struct:lint1_type
155 sym_t *params; /* if t_proto */
tree.c 4591 if (ftp->t_proto && npar != narg && !(ftp->t_vararg && npar < narg)) {
  /src/usr.bin/xlint/common/
tyname.c 168 if (tp->t_proto) {

Completed in 25 milliseconds