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

/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp75 /// EmitStoreThroughLValue - Given an l-value of complex type, store
77 void EmitStoreThroughLValue(ComplexPairTy Val, LValue LV) { function in class:__anon45::ComplexExprEmitter
631 EmitStoreThroughLValue(Result, LHS);
669 EmitStoreThroughLValue(Val, LHS);
H A DCGExpr.cpp155 EmitStoreThroughLValue(RV, LV);
444 CGF.EmitStoreThroughLValue(CGF.EmitLoadOfLValue(LV), TempLV);
1265 /// EmitStoreThroughLValue - Store the specified rvalue into the specified
1268 void CodeGenFunction::EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit) { function in class:CodeGenFunction
2681 EmitStoreThroughLValue(RV, LV);

Completed in 168 milliseconds