Home
last modified time | relevance | path

Searched refs:EmitCompoundAssignmentLValue (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.h3904 LValue EmitCompoundAssignmentLValue(const CompoundAssignOperator *E);
H A DCGExprScalar.cpp5106 LValue CodeGenFunction::EmitCompoundAssignmentLValue( in EmitCompoundAssignmentLValue() function in CodeGenFunction
H A DCGExpr.cpp1292 return EmitCompoundAssignmentLValue(cast<CompoundAssignOperator>(E)); in EmitLValue()