Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h3476 LValue EmitCompoundAssignmentLValue(const CompoundAssignOperator *E);
H A DCGExprScalar.cpp4345 LValue CodeGenFunction::EmitCompoundAssignmentLValue( in EmitCompoundAssignmentLValue() function in CodeGenFunction
H A DCGExpr.cpp1255 return EmitCompoundAssignmentLValue(cast<CompoundAssignOperator>(E)); in EmitLValue()