Lines Matching refs:ER
70 RValue ER; in get() local
71 ER.V1.setPointer(V); in get()
72 ER.V1.setInt(Scalar); in get()
73 ER.V2.setInt(false); in get()
74 return ER; in get()
77 RValue ER; in getComplex() local
78 ER.V1.setPointer(V1); in getComplex()
79 ER.V2.setPointer(V2); in getComplex()
80 ER.V1.setInt(Complex); in getComplex()
81 ER.V2.setInt(false); in getComplex()
82 return ER; in getComplex()
91 RValue ER; variable
92 ER.V1.setPointer(V);
93 ER.V1.setInt(Aggregate);
94 ER.V2.setInt(Volatile);
95 return ER;