Home
last modified time | relevance | path

Searched refs:t1b_isFV (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddcast.c1392 const bool t1b_isFV = (t1b->ty == Tstruct || t1b->ty == Tsarray || t1b->ty == Tvector); in castTo() local
1463 if ((tob_isA && (t1b_isR || t1b_isFV)) || in castTo()
1470 if (tob_isFV && t1b_isFV) in castTo()
1482 (t1b_isFV && (tob->ty == Tnull || tob_isR))) in castTo()
H A Ddcast.d1585 const(bool) t1b_isFV = (t1b.ty == Tstruct || t1b.ty == Tsarray || t1b.ty == Tvector); in visit()
1666 if (tob_isA && (t1b_isR || t1b_isFV) || t1b_isA && (tob_isR || tob_isFV)) in visit()
1672 if (tob_isFV && t1b_isFV) in visit()
1691 if (tob_isFV && (t1b.ty == Tnull || t1b_isR) || t1b_isFV && (tob.ty == Tnull || tob_isR)) in visit()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddcast.c1392 const bool t1b_isFV = (t1b->ty == Tstruct || t1b->ty == Tsarray || t1b->ty == Tvector); in castTo() local
1463 if ((tob_isA && (t1b_isR || t1b_isFV)) || in castTo()
1470 if (tob_isFV && t1b_isFV) in castTo()
1482 (t1b_isFV && (tob->ty == Tnull || tob_isR))) in castTo()