Searched defs:EmitStoreOfComplex (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp78 /// EmitStoreOfComplex - Store the specified real/imag parts into the
80 void EmitStoreOfComplex(ComplexPairTy Val, LValue LV, bool isInit);
327 /// EmitStoreOfComplex - Store the specified real/imag parts into the
329 void ComplexExprEmitter::EmitStoreOfComplex(ComplexPairTy Val, function in class:ComplexExprEmitter
674 EmitStoreOfComplex(ResVal, LHS, /*isInit*/ false);
719 EmitStoreOfComplex(Val, LHS, /*isInit*/ false);
852 Emitter.EmitStoreOfComplex(Val, dest, isInit);
855 /// EmitStoreOfComplex - Store a complex number into the specified l-value.
856 void CodeGenFunction::EmitStoreOfComplex(ComplexPairTy V, LValue dest, function in class:CodeGenFunction
858 ComplexExprEmitter(*this).EmitStoreOfComplex(
[all...]

Completed in 50 milliseconds