Searched refs:NewVVal (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGStmtOpenMP.cpp | 1934 RValue NewVVal; in EmitOMPAtomicCaptureExpr() local 1956 auto &&Gen = [&CGF, &NewVVal, UE, ExprRValue, XRValExpr, ERValExpr, in EmitOMPAtomicCaptureExpr() 1961 NewVVal = IsPostfixUpdate ? XRValue : Res; in EmitOMPAtomicCaptureExpr() 1970 NewVVal = Res.second; in EmitOMPAtomicCaptureExpr() 1976 NewVVal = CGF.EmitAnyExpr(UE); in EmitOMPAtomicCaptureExpr() 1984 auto &&Gen = [&CGF, &NewVVal, ExprRValue](RValue XRValue) -> RValue { in EmitOMPAtomicCaptureExpr() 1985 NewVVal = XRValue; in EmitOMPAtomicCaptureExpr() 1994 NewVVal = IsPostfixUpdate ? Res.second : ExprRValue; in EmitOMPAtomicCaptureExpr() 1998 emitSimpleStore(CGF, VLValue, NewVVal, NewVValType); in EmitOMPAtomicCaptureExpr()
|