Searched refs:EmitCompoundAssignLValue (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 257 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E, 899 EmitCompoundAssignLValue(const CompoundAssignOperator *E, in EmitCompoundAssignLValue() function in ComplexExprEmitter 973 LValue LV = EmitCompoundAssignLValue(E, Func, Val); in EmitCompoundAssign() 1178 return ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitComplexCompoundAssignmentLValue() 1186 LValue Ret = ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitScalarCompoundAssignWithComplex()
|
H A D | CGExprScalar.cpp | 791 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E, 2992 LValue ScalarExprEmitter::EmitCompoundAssignLValue( in EmitCompoundAssignLValue() function in ScalarExprEmitter 3127 LValue LHS = EmitCompoundAssignLValue(E, Func, RHS); in EmitCompoundAssign() 4855 return Scalar.EmitCompoundAssignLValue(E, &ScalarExprEmitter::Emit##Op, \ in EmitCompoundAssignmentLValue()
|