Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddcast.c1399 … const bool tob_isR = (tob_isFR || tob->ty == Tpointer || tob->ty == Taarray || tob->ty == Tclass); in castTo() local
1464 (t1b_isA && (tob_isR || tob_isFV))) in castTo()
1482 (t1b_isFV && (tob->ty == Tnull || tob_isR))) in castTo()
1521 if (tob->ty == t1b->ty && tob_isR && t1b_isR) in castTo()
1533 if ((tob_isFR && t1b_isR) || (t1b_isFR && tob_isR)) in castTo()
H A Ddcast.d1592 … const(bool) tob_isR = (tob_isFR || tob.ty == Tpointer || tob.ty == Taarray || tob.ty == Tclass); in visit()
1666 if (tob_isA && (t1b_isR || t1b_isFV) || t1b_isA && (tob_isR || tob_isFV)) in visit()
1691 if (tob_isFV && (t1b.ty == Tnull || t1b_isR) || t1b_isFV && (tob.ty == Tnull || tob_isR)) in visit()
1740 if (tob.ty == t1b.ty && tob_isR && t1b_isR) in visit()
1752 if (tob_isFR && t1b_isR || t1b_isFR && tob_isR) in visit()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddcast.c1399 … const bool tob_isR = (tob_isFR || tob->ty == Tpointer || tob->ty == Taarray || tob->ty == Tclass); in castTo() local
1464 (t1b_isA && (tob_isR || tob_isFV))) in castTo()
1482 (t1b_isFV && (tob->ty == Tnull || tob_isR))) in castTo()
1521 if (tob->ty == t1b->ty && tob_isR && t1b_isR) in castTo()
1533 if ((tob_isFR && t1b_isR) || (t1b_isFR && tob_isR)) in castTo()