Home
last modified time | relevance | path

Searched refs:VectorExp (Results 76 – 100 of 166) sorted by relevance

1234567

/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/
H A Dd-builtins.cc394 return VectorExp::create (loc, e, type); in d_eval_constant_expression()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/
H A Dd-builtins.cc362 return VectorExp::create (Loc (), e, type); in d_eval_constant_expression()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/
H A Dd-builtins.cc392 return VectorExp::create (Loc (), e, type); in d_eval_constant_expression()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/
H A Dd-builtins.cc362 return VectorExp::create (Loc (), e, type); in d_eval_constant_expression()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/
H A Dd-builtins.cc394 return VectorExp::create (loc, e, type); in d_eval_constant_expression()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/
H A Dd-builtins.cc392 return VectorExp::create (Loc (), e, type); in d_eval_constant_expression()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dmtype.c3876 VectorExp *ve = new VectorExp(loc, e, this); in defaultInit()
3887 VectorExp *ve = new VectorExp(loc, e, this); in defaultInitLiteral()
H A Ddcast.c1435 result = new VectorExp(e->loc, result, tob); in castTo()
2090 Expression *ev = new VectorExp(e->loc, ae, tb); in castTo()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dmtype.c3876 VectorExp *ve = new VectorExp(loc, e, this); in defaultInit()
3887 VectorExp *ve = new VectorExp(loc, e, this); in defaultInitLiteral()
H A Ddcast.c1435 result = new VectorExp(e->loc, result, tob); in castTo()
2087 Expression *ev = new VectorExp(e->loc, ae, tb); in castTo()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dmtype.c3876 VectorExp *ve = new VectorExp(loc, e, this); in defaultInit()
3887 VectorExp *ve = new VectorExp(loc, e, this); in defaultInitLiteral()
H A Ddcast.c1435 result = new VectorExp(e->loc, result, tob); in castTo()
2087 Expression *ev = new VectorExp(e->loc, ae, tb); in castTo()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Ddcast.c1433 result = new VectorExp(e->loc, result, tob); in castTo()
2085 Expression *ev = new VectorExp(e->loc, ae, tb); in castTo()
H A Dmtype.c3788 VectorExp *ve = new VectorExp(loc, e, this); in defaultInit()
3799 VectorExp *ve = new VectorExp(loc, e, this); in defaultInitLiteral()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Ddcast.c1433 result = new VectorExp(e->loc, result, tob); in castTo()
2085 Expression *ev = new VectorExp(e->loc, ae, tb); in castTo()
H A Dmtype.c3816 VectorExp *ve = new VectorExp(loc, e, this); in defaultInit()
3827 VectorExp *ve = new VectorExp(loc, e, this); in defaultInitLiteral()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Ddcast.c1433 result = new VectorExp(e->loc, result, tob); in castTo()
2085 Expression *ev = new VectorExp(e->loc, ae, tb); in castTo()
H A Dmtype.c3788 VectorExp *ve = new VectorExp(loc, e, this); in defaultInit()
3799 VectorExp *ve = new VectorExp(loc, e, this); in defaultInitLiteral()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Ddcast.c1433 result = new VectorExp(e->loc, result, tob); in castTo()
2085 Expression *ev = new VectorExp(e->loc, ae, tb); in castTo()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Ddcast.c1433 result = new VectorExp(e->loc, result, tob); in castTo()
2088 Expression *ev = new VectorExp(e->loc, ae, tb); in castTo()
H A Dmtype.c3791 VectorExp *ve = new VectorExp(loc, e, this); in defaultInit()
3802 VectorExp *ve = new VectorExp(loc, e, this); in defaultInitLiteral()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Ddcast.c1433 result = new VectorExp(e->loc, result, tob); in castTo()
2088 Expression *ev = new VectorExp(e->loc, ae, tb); in castTo()
H A Dmtype.c3819 VectorExp *ve = new VectorExp(loc, e, this); in defaultInit()
3830 VectorExp *ve = new VectorExp(loc, e, this); in defaultInitLiteral()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Ddinterpret.d4037 else if (VectorExp ve = e1.isVectorExp()) in interpretAssignToSlice()
5059 static Expression interpretVectorToArray(UnionExp* pue, VectorExp e) in interpretVectorToArray()
5079 override void visit(VectorExp e) in visit()
5102 emplaceExp!(VectorExp)(pue, e.loc, e1, e.to); in visit()
H A Ddcast.d1633 result = new VectorExp(e.loc, result, tob); in visit()
2315 Expression ev = new VectorExp(e.loc, ae, tb); in visit()

1234567