Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCUDA.cpp99 return CFT_HostDevice; in IdentifyCUDATarget()
130 return CFT_HostDevice; in IdentifyCUDATarget()
138 return CFT_HostDevice; in IdentifyCUDATarget()
166 case CFT_HostDevice: in IdentifyCUDATarget()
225 if (CalleeTarget == CFT_HostDevice) in IdentifyCUDAPreference()
235 if (CallerTarget == CFT_HostDevice) { in IdentifyCUDAPreference()
311 if (Target1 == Sema::CFT_HostDevice) { in resolveCalleeCUDATargetConflict()
313 } else if (Target2 == Sema::CFT_HostDevice) { in resolveCalleeCUDATargetConflict()
736 case CFT_HostDevice: in CUDADiagIfDeviceCode()
765 case CFT_HostDevice: in CUDADiagIfHostCode()
[all …]
H A DSemaExpr.cpp16792 if (T == CFT_Global || T == CFT_Device || T == CFT_HostDevice) in BuildVAArgExpr()
18517 (UserTarget == Sema::CFT_Device || UserTarget == Sema::CFT_HostDevice || in MarkVarDeclODRUsed()
18532 UserTarget == Sema::CFT_HostDevice)) { in MarkVarDeclODRUsed()
H A DSemaDeclAttr.cpp5311 case CFT_HostDevice: in CheckCallingConvAttr()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h13049 CFT_HostDevice, enumerator