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);
325 /// EmitStoreOfComplex - Store the specified real/imag parts into the
327 void ComplexExprEmitter::EmitStoreOfComplex(ComplexPairTy Val, function in class:ComplexExprEmitter
669 EmitStoreOfComplex(ResVal, LHS, /*isInit*/ false);
714 EmitStoreOfComplex(Val, LHS, /*isInit*/ false);
845 Emitter.EmitStoreOfComplex(Val, dest, isInit);
848 /// EmitStoreOfComplex - Store a complex number into the specified l-value.
849 void CodeGenFunction::EmitStoreOfComplex(ComplexPairTy V, LValue dest, function in class:CodeGenFunction
851 ComplexExprEmitter(*this).EmitStoreOfComplex(
[all...]

Completed in 41 milliseconds