Home
last modified time | relevance | path

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

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