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

/external/clang/lib/CodeGen/
H A DCGExpr.cpp191 EmitStoreThroughLValue(RV, LV);
1590 /// EmitStoreThroughLValue - Store the specified rvalue into the specified
1593 void CodeGenFunction::EmitStoreThroughLValue(RValue Src, LValue Dst, function in class:CodeGenFunction
3846 EmitStoreThroughLValue(RV, LV);

Completed in 153 milliseconds