Home | History | Annotate | Download | only in Sema

Lines Matching refs:CalleeTarget

11342                            CUDAFunctionTarget CalleeTarget) {
11345 if (CallerTarget == CFT_Host && CalleeTarget == CFT_Device)
11353 (CalleeTarget == CFT_Host || CalleeTarget == CFT_Global))
11356 if (CallerTarget == CFT_HostDevice && CalleeTarget != CFT_HostDevice)