reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 3951     auto &&Gen = [&CGF, &NewVVal, UE, ExprRValue, XRValExpr, ERValExpr,
 3953       CodeGenFunction::OpaqueValueMapping MapExpr(CGF, ERValExpr, ExprRValue);
 3960         XLValue, ExprRValue, BOUE->getOpcode(), IsXLHSInRHSPart, AO, Loc, Gen);
 3969         CodeGenFunction::OpaqueValueMapping MapExpr(CGF, ERValExpr, ExprRValue);
 3977     ExprRValue = convertToType(CGF, ExprRValue, E->getType(),
 3977     ExprRValue = convertToType(CGF, ExprRValue, E->getType(),
 3979     auto &&Gen = [&NewVVal, ExprRValue](RValue XRValue) {
 3981       return ExprRValue;
 3985         XLValue, ExprRValue, /*BO=*/BO_Assign, /*IsXLHSInRHSPart=*/false, AO,
 3989       NewVVal = IsPostfixUpdate ? Res.second : ExprRValue;