Lines Matching defs:EmitStoreOfComplex
83 /// EmitStoreOfComplex - Store the specified real/imag parts into the
85 void EmitStoreOfComplex(ComplexPairTy Val, LValue LV, bool isInit);
448 /// EmitStoreOfComplex - Store the specified real/imag parts into the
450 void ComplexExprEmitter::EmitStoreOfComplex(ComplexPairTy Val, LValue lvalue,
1294 EmitStoreOfComplex(ResVal, LHS, /*isInit*/ false);
1339 EmitStoreOfComplex(Val, LHS, /*isInit*/ false);
1480 Emitter.EmitStoreOfComplex(Val, dest, isInit);
1483 /// EmitStoreOfComplex - Store a complex number into the specified l-value.
1484 void CodeGenFunction::EmitStoreOfComplex(ComplexPairTy V, LValue dest,
1486 ComplexExprEmitter(*this).EmitStoreOfComplex(V, dest, isInit);