Home | History | Annotate | Download | only in Sema

Lines Matching refs:CalleeTarget

13038                            CUDAFunctionTarget CalleeTarget) {
13041 if (CallerTarget == CFT_Host && CalleeTarget == CFT_Device)
13049 (CalleeTarget == CFT_Host || CalleeTarget == CFT_Global))
13052 if (CallerTarget == CFT_HostDevice && CalleeTarget != CFT_HostDevice)