Lines Matching refs:TP
112 TP(sym->s_type)->t_tspec == FUNC &&
113 TP(sym->s_type)->t_proto) {
189 if (TP(sym->s_type)->t_tspec == FUNC)
254 t1 = (tp1 = TP(def->s_type)->t_subt)->t_tspec;
256 tp2 = TP(call->f_type)->t_subt;
304 const type_t *tp1 = TP(def->s_type);
308 const type_t *tp2 = TP(sym->s_type);
358 if ((tp1 = TP(def->s_type))->t_tspec != FUNC)
361 } else if (decl != NULL && TP(decl->s_type)->t_proto) {
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)
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);
607 const type_t *tp;
661 if ((tp = *ap++) == NULL) {
666 if ((t1 = tp->t_tspec) != INT && (hflag || t1 != UINT))
680 if ((tp = *ap++) == NULL) {
685 if (tp->t_tspec != INT)
719 if ((tp = *ap++) == NULL) {
724 if ((t1 = tp->t_tspec) == PTR)
725 t2 = tp->t_subt->t_tspec;
835 const type_t *tp = NULL;
885 if ((tp = *ap++) == NULL) {
890 if ((t1 = tp->t_tspec) == PTR)
891 t2 = tp->t_subt->t_tspec;
907 } else if (tp->t_subt->t_const) {
1005 } else if (tp->t_subt->t_subt->t_tspec!=VOID) {
1136 } else if (decl != NULL && TP(decl->s_type)->t_proto) {
1141 if (TP(sym1->s_type)->t_tspec != FUNC)
1150 if (sym == sym1 || !TP(sym->s_type)->t_proto)
1152 ap1 = TP(sym1->s_type)->t_args;
1153 ap2 = TP(sym->s_type)->t_args;
1171 tp1 = TP(sym1->s_type);
1172 tp2 = TP(sym->s_type);
1354 matches_no_arg_function(const type_t *tp, bool *dowarn)
1356 if (tp->t_vararg && dowarn != NULL)
1358 for (const type_t **arg = tp->t_args; *arg != NULL; arg++) {