Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.cpp711 return emitCompoundAssignmentLValue(cast<CompoundAssignOperator>(e)); in emitLValue()
H A DCIRGenFunction.h830 LValue emitCompoundAssignmentLValue(const clang::CompoundAssignOperator *e);
H A DCIRGenExprScalar.cpp1190 CIRGenFunction::emitCompoundAssignmentLValue(const CompoundAssignOperator *e) { in emitCompoundAssignmentLValue() function in CIRGenFunction