Lines Matching refs:Tvoid
316 if (tb->ty == Tvoid) in implicitConvTo()
535 if (!e->committed && t->ty == Tpointer && t->nextOf()->ty == Tvoid) in implicitConvTo()
668 if (typen->ty != Tvoid) in implicitConvTo()
1552 if (t1b->ty == Tvoid && tob->ty != Tvoid) in castTo()
1635 if (!e->committed && t->ty == Tpointer && t->nextOf()->ty == Tvoid) in castTo()
2015 … if (tb->nextOf()->toBasetype()->ty == Tvoid && typeb->nextOf()->toBasetype()->ty != Tvoid) in castTo()
2019 else if (typeb->ty == Tsarray && typeb->nextOf()->toBasetype()->ty == Tvoid) in castTo()
2107 tb->nextOf()->toBasetype()->ty != Tvoid) in castTo()
2571 t->nextOf()->ty == Tvoid && in isVoidArrayLiteral()
2709 else if (t1n->ty == Tvoid) // pointers to void are always compatible in typeMerge()
2711 else if (t2n->ty == Tvoid) in typeMerge()
2809 ((e2->op == TOKnull && t2->ty == Tpointer && t2->nextOf()->ty == Tvoid) || in typeMerge()
2810 …(e2->op == TOKarrayliteral && t2->ty == Tsarray && t2->nextOf()->ty == Tvoid && ((TypeSArray *)t2)… in typeMerge()
2824 ((e1->op == TOKnull && t1->ty == Tpointer && t1->nextOf()->ty == Tvoid) || in typeMerge()
2825 …(e1->op == TOKarrayliteral && t1->ty == Tsarray && t1->nextOf()->ty == Tvoid && ((TypeSArray *)t1)… in typeMerge()
3318 case Tvoid: in integralPromotions()
3359 (t1->nextOf()->ty != Tvoid && t2->nextOf()->ty != Tvoid)) in arrayTypeCompatible()