Searched refs:EmitCompoundAssignLValue (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 262 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E, 1039 EmitCompoundAssignLValue(const CompoundAssignOperator *E, in EmitCompoundAssignLValue() function in ComplexExprEmitter 1146 LValue LV = EmitCompoundAssignLValue(E, Func, Val); in EmitCompoundAssign() 1351 return ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitComplexCompoundAssignmentLValue() 1359 LValue Ret = ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitScalarCompoundAssignWithComplex()
|
| H A D | CGExprScalar.cpp | 809 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E, 3222 LValue ScalarExprEmitter::EmitCompoundAssignLValue( in EmitCompoundAssignLValue() function in ScalarExprEmitter 3371 LValue LHS = EmitCompoundAssignLValue(E, Func, RHS); in EmitCompoundAssign() 5113 return Scalar.EmitCompoundAssignLValue(E, &ScalarExprEmitter::Emit##Op, \ in EmitCompoundAssignmentLValue()
|