Lines Matching defs:ER
71 RValue ER;
72 ER.V1.setPointer(V);
73 ER.V1.setInt(Scalar);
74 ER.V2.setInt(false);
75 return ER;
78 RValue ER;
79 ER.V1.setPointer(V1);
80 ER.V2.setPointer(V2);
81 ER.V1.setInt(Complex);
82 ER.V2.setInt(false);
83 return ER;
92 RValue ER;
93 ER.V1.setPointer(V);
94 ER.V1.setInt(Aggregate);
95 ER.V2.setInt(Volatile);
96 return ER;