Home | History | Annotate | Download | only in Sema

Lines Matching refs:CallerTarget

13037 bool Sema::CheckCUDATarget(CUDAFunctionTarget CallerTarget,
13041 if (CallerTarget == CFT_Host && CalleeTarget == CFT_Device)
13048 CallerTarget == CFT_Device || CallerTarget == CFT_Global) &&
13052 if (CallerTarget == CFT_HostDevice && CalleeTarget != CFT_HostDevice)