Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h3835 LValue EmitCompoundAssignmentLValue(const CompoundAssignOperator *E);
H A DCGExprScalar.cpp4848 LValue CodeGenFunction::EmitCompoundAssignmentLValue( in EmitCompoundAssignmentLValue() function in CodeGenFunction
H A DCGExpr.cpp1304 return EmitCompoundAssignmentLValue(cast<CompoundAssignOperator>(E)); in EmitLValue()