Lines Matching defs:EmitStoreOfComplex
85 /// EmitStoreOfComplex - Store the specified real/imag parts into the
87 void EmitStoreOfComplex(ComplexPairTy Val, LValue LV, bool isInit);
463 /// EmitStoreOfComplex - Store the specified real/imag parts into the
465 void ComplexExprEmitter::EmitStoreOfComplex(ComplexPairTy Val, LValue lvalue,
1310 EmitStoreOfComplex(ResVal, LHS, /*isInit*/ false);
1355 EmitStoreOfComplex(Val, LHS, /*isInit*/ false);
1496 Emitter.EmitStoreOfComplex(Val, dest, isInit);
1499 /// EmitStoreOfComplex - Store a complex number into the specified l-value.
1500 void CodeGenFunction::EmitStoreOfComplex(ComplexPairTy V, LValue dest,
1502 ComplexExprEmitter(*this).EmitStoreOfComplex(V, dest, isInit);