Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3838 QualType NewVValType; in emitOMPAtomicCaptureExpr() local
3853 NewVValType = XRValExpr->getType(); in emitOMPAtomicCaptureExpr()
3880 NewVValType = X->getType().getNonReferenceType(); in emitOMPAtomicCaptureExpr()
3897 CGF.emitOMPSimpleStore(VLValue, NewVVal, NewVValType, Loc); in emitOMPAtomicCaptureExpr()