enum Sema::CUDAVariableTarget

Declared at: clang/include/clang/Sema/Sema.h:12689

Enumerators

NameValueComment
CVT_Device0
CVT_Host1Emitted on device side with a shadow variable on host side
CVT_Both2Emitted on host side only
CVT_Unified3Emitted on both sides with different addresses