Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5671 QualType NewVValType; in emitOMPAtomicCaptureExpr() local
5686 NewVValType = XRValExpr->getType(); in emitOMPAtomicCaptureExpr()
5714 NewVValType = X->getType().getNonReferenceType(); in emitOMPAtomicCaptureExpr()
5732 CGF.emitOMPSimpleStore(VLValue, NewVVal, NewVValType, Loc); in emitOMPAtomicCaptureExpr()