Lines Matching refs:Tstruct
65 if (t->ty == Tstruct) in needs_postblit()
81 if (t->ty == Tstruct) in needs_dtor()
301 else if (tb1->ty == Tstruct) in visit()
348 || (t1elem->ty == Tstruct && !((TypeStruct *)t1elem)->sym->xeq)) in visit()
369 if (t1elem->ty != Tstruct in visit()
435 else if (tb1->ty == Tstruct) in visit()
1065 if (tb1->ty == Tstruct) in visit()
1515 if (telem->ty == Tstruct) in visit()
1534 if (tnext->ty == Tstruct) in visit()
1660 if (tnext && tnext->ty == Tstruct) in visit()
1972 if (e->e1->type->toBasetype ()->ty != Tstruct) in visit()
2030 else if (tb1->ty == Tpointer && tb1->nextOf ()->ty == Tstruct) in visit()
2301 if (e->type->ty == Tstruct) in visit()
2398 else if (tb->ty == Tpointer && tb->nextOf ()->toBasetype ()->ty == Tstruct) in visit()
2402 gcc_assert (htype->ty == Tstruct); in visit()
2899 gcc_assert (tb->ty == Tstruct); in visit()