Searched refs:EmitCompoundAssignLValue (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 225 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E, 817 EmitCompoundAssignLValue(const CompoundAssignOperator *E, in EmitCompoundAssignLValue() function in ComplexExprEmitter 888 LValue LV = EmitCompoundAssignLValue(E, Func, Val); in EmitCompoundAssign() 1088 return ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitComplexCompoundAssignmentLValue() 1096 LValue Ret = ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitScalarCompoundAssignWithComplex()
|
D | CGExprScalar.cpp | 499 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E, 2101 LValue ScalarExprEmitter::EmitCompoundAssignLValue( in EmitCompoundAssignLValue() function in ScalarExprEmitter 2216 LValue LHS = EmitCompoundAssignLValue(E, Func, RHS); in EmitCompoundAssign() 3523 return Scalar.EmitCompoundAssignLValue(E, &ScalarExprEmitter::Emit##Op, \ in EmitCompoundAssignmentLValue()
|