Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h4264 LValue EmitCompoundAssignmentLValue(const CompoundAssignOperator *E);
H A DCGExprScalar.cpp5563 LValue CodeGenFunction::EmitCompoundAssignmentLValue( in EmitCompoundAssignmentLValue() function in CodeGenFunction
H A DCGExpr.cpp1539 return EmitCompoundAssignmentLValue(cast<CompoundAssignOperator>(E)); in EmitLValueHelper()