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

/external/clang/lib/CodeGen/
H A DCGExpr.cpp167 EmitStoreThroughLValue(RV, LV);
1340 /// EmitStoreThroughLValue - Store the specified rvalue into the specified
1343 void CodeGenFunction::EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit) { function in class:CodeGenFunction
2953 EmitStoreThroughLValue(RV, LV);

Completed in 42 milliseconds