Home
last modified time | relevance | path

Searched refs:HostDevice (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp102 return CUDAFunctionTarget::HostDevice; in IdentifyTarget()
150 return CUDAFunctionTarget::HostDevice; in IdentifyTarget()
158 return CUDAFunctionTarget::HostDevice; in IdentifyTarget()
186 case CUDAFunctionTarget::HostDevice: in IdentifyTarget()
256 if (CalleeTarget == CUDAFunctionTarget::HostDevice) in IdentifyPreference()
273 CallerTarget == CUDAFunctionTarget::HostDevice) && in IdentifyPreference()
278 if (CallerTarget == CUDAFunctionTarget::HostDevice) { in IdentifyPreference()
359 if (Target1 == CUDAFunctionTarget::HostDevice) { in resolveCalleeCUDATargetConflict()
361 } else if (Target2 == CUDAFunctionTarget::HostDevice) { in resolveCalleeCUDATargetConflict()
696 InitFnTarget != CUDAFunctionTarget::HostDevice) { in checkAllowedInitializer()
[all …]
H A DSemaExpr.cpp16297 T == CUDAFunctionTarget::HostDevice) in BuildVAArgExpr()
18153 UserTarget == CUDAFunctionTarget::HostDevice || in MarkVarDeclODRUsed()
18170 UserTarget == CUDAFunctionTarget::HostDevice)) { in MarkVarDeclODRUsed()
H A DSemaDeclAttr.cpp4976 case CUDAFunctionTarget::HostDevice: in CheckCallingConvAttr()
H A DSemaType.cpp388 CUDAFunctionTarget CFT = CUDAFunctionTarget::HostDevice);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCuda.h144 HostDevice, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCUDA.h128 CUDAFunctionTarget Target = CUDAFunctionTarget::HostDevice;