Home
last modified time | relevance | path

Searched refs:t1b_isFR (Results 1 – 10 of 10) sorted by relevance

/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Ddcast.c1396 const bool t1b_isFR = (t1b->ty == Tarray || t1b->ty == Tdelegate); in castTo() local
1400 … const bool t1b_isR = (t1b_isFR || t1b->ty == Tpointer || t1b->ty == Taarray || t1b->ty == Tclass); in castTo()
1530 if ((tob_isFR && t1b_isR) || (t1b_isFR && tob_isR)) in castTo()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Ddcast.c1396 const bool t1b_isFR = (t1b->ty == Tarray || t1b->ty == Tdelegate); in castTo() local
1400 … const bool t1b_isR = (t1b_isFR || t1b->ty == Tpointer || t1b->ty == Taarray || t1b->ty == Tclass); in castTo()
1530 if ((tob_isFR && t1b_isR) || (t1b_isFR && tob_isR)) in castTo()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Ddcast.c1398 const bool t1b_isFR = (t1b->ty == Tarray || t1b->ty == Tdelegate); in castTo() local
1402 … const bool t1b_isR = (t1b_isFR || t1b->ty == Tpointer || t1b->ty == Taarray || t1b->ty == Tclass); in castTo()
1535 if ((tob_isFR && t1b_isR) || (t1b_isFR && tob_isR)) in castTo()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Ddcast.c1398 const bool t1b_isFR = (t1b->ty == Tarray || t1b->ty == Tdelegate); in castTo() local
1402 … const bool t1b_isR = (t1b_isFR || t1b->ty == Tpointer || t1b->ty == Taarray || t1b->ty == Tclass); in castTo()
1532 if ((tob_isFR && t1b_isR) || (t1b_isFR && tob_isR)) in castTo()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Ddcast.c1396 const bool t1b_isFR = (t1b->ty == Tarray || t1b->ty == Tdelegate); in castTo() local
1400 … const bool t1b_isR = (t1b_isFR || t1b->ty == Tpointer || t1b->ty == Taarray || t1b->ty == Tclass); in castTo()
1530 if ((tob_isFR && t1b_isR) || (t1b_isFR && tob_isR)) in castTo()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Ddcast.c1396 const bool t1b_isFR = (t1b->ty == Tarray || t1b->ty == Tdelegate); in castTo() local
1400 … const bool t1b_isR = (t1b_isFR || t1b->ty == Tpointer || t1b->ty == Taarray || t1b->ty == Tclass); in castTo()
1530 if ((tob_isFR && t1b_isR) || (t1b_isFR && tob_isR)) in castTo()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Ddcast.c1396 const bool t1b_isFR = (t1b->ty == Tarray || t1b->ty == Tdelegate); in castTo() local
1400 … const bool t1b_isR = (t1b_isFR || t1b->ty == Tpointer || t1b->ty == Taarray || t1b->ty == Tclass); in castTo()
1533 if ((tob_isFR && t1b_isR) || (t1b_isFR && tob_isR)) in castTo()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Ddcast.c1398 const bool t1b_isFR = (t1b->ty == Tarray || t1b->ty == Tdelegate); in castTo() local
1402 … const bool t1b_isR = (t1b_isFR || t1b->ty == Tpointer || t1b->ty == Taarray || t1b->ty == Tclass); in castTo()
1532 if ((tob_isFR && t1b_isR) || (t1b_isFR && tob_isR)) in castTo()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Ddcast.c1396 const bool t1b_isFR = (t1b->ty == Tarray || t1b->ty == Tdelegate); in castTo() local
1400 … const bool t1b_isR = (t1b_isFR || t1b->ty == Tpointer || t1b->ty == Taarray || t1b->ty == Tclass); in castTo()
1533 if ((tob_isFR && t1b_isR) || (t1b_isFR && tob_isR)) in castTo()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Ddcast.d1585 const(bool) t1b_isFR = (t1b.ty == Tarray || t1b.ty == Tdelegate); in visit()
1589 … const(bool) t1b_isR = (t1b_isFR || t1b.ty == Tpointer || t1b.ty == Taarray || t1b.ty == Tclass); in visit()
1747 if (tob_isFR && t1b_isR || t1b_isFR && tob_isR) in visit()