Home
last modified time | relevance | path

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

/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Ddcast.c1403 const bool tob_isA = ((tob->isintegral() || tob->isfloating()) && tob->ty != Tvector); in castTo() local
1456 if ((tob_isA && (t1b_isA || t1b->ty == Tpointer)) || in castTo()
1457 (t1b_isA && (tob_isA || tob->ty == Tpointer))) in castTo()
1463 if ((tob_isA && (t1b_isR || t1b_isFV)) || in castTo()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Ddcast.c1403 const bool tob_isA = ((tob->isintegral() || tob->isfloating()) && tob->ty != Tvector); in castTo() local
1456 if ((tob_isA && (t1b_isA || t1b->ty == Tpointer)) || in castTo()
1457 (t1b_isA && (tob_isA || tob->ty == Tpointer))) in castTo()
1463 if ((tob_isA && (t1b_isR || t1b_isFV)) || in castTo()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Ddcast.c1405 const bool tob_isA = ((tob->isintegral() || tob->isfloating()) && tob->ty != Tvector); in castTo() local
1458 if ((tob_isA && (t1b_isA || t1b->ty == Tpointer)) || in castTo()
1459 (t1b_isA && (tob_isA || tob->ty == Tpointer))) in castTo()
1465 if ((tob_isA && (t1b_isR || t1b_isFV)) || in castTo()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Ddcast.c1405 const bool tob_isA = ((tob->isintegral() || tob->isfloating()) && tob->ty != Tvector); in castTo() local
1458 if ((tob_isA && (t1b_isA || t1b->ty == Tpointer)) || in castTo()
1459 (t1b_isA && (tob_isA || tob->ty == Tpointer))) in castTo()
1465 if ((tob_isA && (t1b_isR || t1b_isFV)) || in castTo()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Ddcast.c1403 const bool tob_isA = ((tob->isintegral() || tob->isfloating()) && tob->ty != Tvector); in castTo() local
1456 if ((tob_isA && (t1b_isA || t1b->ty == Tpointer)) || in castTo()
1457 (t1b_isA && (tob_isA || tob->ty == Tpointer))) in castTo()
1463 if ((tob_isA && (t1b_isR || t1b_isFV)) || in castTo()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Ddcast.c1403 const bool tob_isA = ((tob->isintegral() || tob->isfloating()) && tob->ty != Tvector); in castTo() local
1456 if ((tob_isA && (t1b_isA || t1b->ty == Tpointer)) || in castTo()
1457 (t1b_isA && (tob_isA || tob->ty == Tpointer))) in castTo()
1463 if ((tob_isA && (t1b_isR || t1b_isFV)) || in castTo()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Ddcast.c1403 const bool tob_isA = ((tob->isintegral() || tob->isfloating()) && tob->ty != Tvector); in castTo() local
1456 if ((tob_isA && (t1b_isA || t1b->ty == Tpointer)) || in castTo()
1457 (t1b_isA && (tob_isA || tob->ty == Tpointer))) in castTo()
1463 if ((tob_isA && (t1b_isR || t1b_isFV)) || in castTo()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Ddcast.c1405 const bool tob_isA = ((tob->isintegral() || tob->isfloating()) && tob->ty != Tvector); in castTo() local
1458 if ((tob_isA && (t1b_isA || t1b->ty == Tpointer)) || in castTo()
1459 (t1b_isA && (tob_isA || tob->ty == Tpointer))) in castTo()
1465 if ((tob_isA && (t1b_isR || t1b_isFV)) || in castTo()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Ddcast.c1403 const bool tob_isA = ((tob->isintegral() || tob->isfloating()) && tob->ty != Tvector); in castTo() local
1456 if ((tob_isA && (t1b_isA || t1b->ty == Tpointer)) || in castTo()
1457 (t1b_isA && (tob_isA || tob->ty == Tpointer))) in castTo()
1463 if ((tob_isA && (t1b_isR || t1b_isFV)) || in castTo()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Ddcast.d1592 const(bool) tob_isA = ((tob.isintegral() || tob.isfloating()) && tob.ty != Tvector); in visit()
1656 … if (tob_isA && (t1b_isA || t1b.ty == Tpointer) || t1b_isA && (tob_isA || tob.ty == Tpointer)) in visit()
1662 if (tob_isA && (t1b_isR || t1b_isFV) || t1b_isA && (tob_isR || tob_isFV)) in visit()