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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2650 CGF.EmitStoreThroughBitfieldLValue(RValue::get(value), LV, &value);
3020 CGF.EmitStoreThroughBitfieldLValue(RValue::get(Result), LHSLV, &Result);
4027 CGF.EmitStoreThroughBitfieldLValue(RValue::get(RHS), LHS, &RHS);
H A DCGExprAgg.cpp1430 // EmitStoreThroughBitfieldLValue for ARC types.
1432 CGF.EmitStoreThroughBitfieldLValue(RValue::get(null), lv);
H A DCGExpr.cpp1952 return EmitStoreThroughBitfieldLValue(Src, Dst);
2027 void CodeGenFunction::EmitStoreThroughBitfieldLValue(RValue Src, LValue Dst, function in class:CodeGenFunction
H A DCodeGenFunction.h3491 /// EmitStoreThroughBitfieldLValue - Store Src into Dst with same constraints
3497 void EmitStoreThroughBitfieldLValue(RValue Src, LValue Dst,

Completed in 136 milliseconds