Searched refs:VLValue (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 2856 LValue VLValue = CGF.EmitLValue(V); in EmitOMPAtomicReadExpr() local 2870 CGF.emitOMPSimpleStore(VLValue, Res, X->getType().getNonReferenceType(), Loc); in EmitOMPAtomicReadExpr() 3066 LValue VLValue = CGF.EmitLValue(V); in EmitOMPAtomicCaptureExpr() local 3130 CGF.emitOMPSimpleStore(VLValue, NewVVal, NewVValType, Loc); in EmitOMPAtomicCaptureExpr()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 4975 LValue VLValue = CGF.EmitLValue(V); in emitOMPAtomicReadExpr() local 4995 CGF.emitOMPSimpleStore(VLValue, Res, X->getType().getNonReferenceType(), Loc); in emitOMPAtomicReadExpr() 5218 LValue VLValue = CGF.EmitLValue(V); in emitOMPAtomicCaptureExpr() local 5282 CGF.emitOMPSimpleStore(VLValue, NewVVal, NewVValType, Loc); in emitOMPAtomicCaptureExpr()
|