Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3071 QualType NewVValType; in EmitOMPAtomicCaptureExpr() local
3086 NewVValType = XRValExpr->getType(); in EmitOMPAtomicCaptureExpr()
3113 NewVValType = X->getType().getNonReferenceType(); in EmitOMPAtomicCaptureExpr()
3130 CGF.emitOMPSimpleStore(VLValue, NewVVal, NewVValType, Loc); in EmitOMPAtomicCaptureExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp5221 QualType NewVValType; in emitOMPAtomicCaptureExpr() local
5236 NewVValType = XRValExpr->getType(); in emitOMPAtomicCaptureExpr()
5264 NewVValType = X->getType().getNonReferenceType(); in emitOMPAtomicCaptureExpr()
5282 CGF.emitOMPSimpleStore(VLValue, NewVVal, NewVValType, Loc); in emitOMPAtomicCaptureExpr()