Searched refs:EmitStoreThroughBitfieldLValue (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp1750 CGF.EmitStoreThroughBitfieldLValue(RValue::get(value), LV, &value);
2097 CGF.EmitStoreThroughBitfieldLValue(RValue::get(Result), LHSLV, &Result);
2858 CGF.EmitStoreThroughBitfieldLValue(RValue::get(RHS), LHS, &RHS);
H A DCGExprAgg.cpp1085 // EmitStoreThroughBitfieldLValue for ARC types.
1087 CGF.EmitStoreThroughBitfieldLValue(RValue::get(null), lv);
H A DCGExpr.cpp1407 return EmitStoreThroughBitfieldLValue(Src, Dst);
1472 void CodeGenFunction::EmitStoreThroughBitfieldLValue(RValue Src, LValue Dst, function in class:CodeGenFunction
H A DCodeGenFunction.h2015 /// EmitStoreThroughBitfieldLValue - Store Src into Dst with same constraints
2021 void EmitStoreThroughBitfieldLValue(RValue Src, LValue Dst,

Completed in 151 milliseconds