Home | History | Annotate | Download | only in lint2

Lines Matching refs:FUNC

112 		    TP(sym->s_type)->t_tspec == FUNC &&
189 if (TP(sym->s_type)->t_tspec == FUNC)
310 bool is_func = tp1->t_tspec == FUNC && tp2->t_tspec == FUNC;
358 if ((tp1 = TP(def->s_type))->t_tspec != FUNC)
362 if ((tp1 = TP(decl->s_type))->t_tspec != FUNC)
369 if ((tp1 = TP(call1->f_type))->t_tspec != FUNC)
376 if ((tp2 = TP(call->f_type))->t_tspec != FUNC)
1141 if (TP(sym1->s_type)->t_tspec != FUNC)
1301 if (t == FUNC) {