Searched refs:EmitCompoundAssignLValue (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 227 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E, 824 EmitCompoundAssignLValue(const CompoundAssignOperator *E, in EmitCompoundAssignLValue() function in ComplexExprEmitter 897 LValue LV = EmitCompoundAssignLValue(E, Func, Val); in EmitCompoundAssign() 1098 return ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitComplexCompoundAssignmentLValue() 1106 LValue Ret = ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitScalarCompoundAssignWithComplex()
|
D | CGExprScalar.cpp | 498 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E, 2092 LValue ScalarExprEmitter::EmitCompoundAssignLValue( in EmitCompoundAssignLValue() function in ScalarExprEmitter 2211 LValue LHS = EmitCompoundAssignLValue(E, Func, RHS); in EmitCompoundAssign() 3504 return Scalar.EmitCompoundAssignLValue(E, &ScalarExprEmitter::Emit##Op, \ in EmitCompoundAssignmentLValue()
|