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,
 3956       NewVVal = IsPostfixUpdate ? XRValue : Res;
 3965         NewVVal = Res.second;
 3971         NewVVal = CGF.EmitAnyExpr(UE);
 3979     auto &&Gen = [&NewVVal, ExprRValue](RValue XRValue) {
 3980       NewVVal = XRValue;
 3989       NewVVal = IsPostfixUpdate ? Res.second : ExprRValue;
 3993   CGF.emitOMPSimpleStore(VLValue, NewVVal, NewVValType, Loc);