Home | History | Annotate | Download | only in Sema

Lines Matching refs:CallerTarget

11341 bool Sema::CheckCUDATarget(CUDAFunctionTarget CallerTarget,
11345 if (CallerTarget == CFT_Host && CalleeTarget == CFT_Device)
11352 if ((CallerTarget == CFT_Device || CallerTarget == CFT_Global) &&
11356 if (CallerTarget == CFT_HostDevice && CalleeTarget != CFT_HostDevice)