Searched refs:EmitCompoundAssignLValue (Results 1 – 2 of 2) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGExprComplex.cpp | 220 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E, 636 EmitCompoundAssignLValue(const CompoundAssignOperator *E, in EmitCompoundAssignLValue() function in ComplexExprEmitter 690 LValue LV = EmitCompoundAssignLValue(E, Func, Val); in EmitCompoundAssign() 888 return ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitComplexCompoundAssignmentLValue() 896 LValue Ret = ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitScalarCompooundAssignWithComplex()
|
| HD | CGExprScalar.cpp | 457 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E, 1983 LValue ScalarExprEmitter::EmitCompoundAssignLValue( in EmitCompoundAssignLValue() function in ScalarExprEmitter 2097 LValue LHS = EmitCompoundAssignLValue(E, Func, RHS); in EmitCompoundAssign() 3319 return Scalar.EmitCompoundAssignLValue(E, &ScalarExprEmitter::Emit##Op, \ in EmitCompoundAssignmentLValue()
|