Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
738 case CFT_HostDevice: in CUDADiagIfDeviceCode()
767 case CFT_HostDevice: in CUDADiagIfHostCode()
[all …]
H A DSemaExpr.cpp16523 if (T == CFT_Global || T == CFT_Device || T == CFT_HostDevice) in BuildVAArgExpr()
18209 (UserTarget == Sema::CFT_Device || UserTarget == Sema::CFT_HostDevice || in MarkVarDeclODRUsed()
18224 UserTarget == Sema::CFT_HostDevice)) { in MarkVarDeclODRUsed()
H A DSemaDeclAttr.cpp5193 case CFT_HostDevice: in CheckCallingConvAttr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h12676 CFT_HostDevice, enumerator