Home
last modified time | relevance | path

Searched refs:CFT_Device (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp102 return CFT_Device; in IdentifyCUDATarget()
131 return CFT_Device; in IdentifyCUDATarget()
166 case CFT_Device: in IdentifyCUDATarget()
219 (CallerTarget == CFT_Global || CallerTarget == CFT_Device)) in IdentifyCUDAPreference()
229 (CallerTarget == CFT_Global && CalleeTarget == CFT_Device)) in IdentifyCUDAPreference()
235 if ((getLangOpts().CUDAIsDevice && CalleeTarget == CFT_Device) || in IdentifyCUDAPreference()
248 if ((CallerTarget == CFT_Host && CalleeTarget == CFT_Device) || in IdentifyCUDAPreference()
249 (CallerTarget == CFT_Device && CalleeTarget == CFT_Host) || in IdentifyCUDAPreference()
448 if (InferredTarget.getValue() == CFT_Device) in inferCUDATargetForImplicitSpecialMember()
734 case CFT_Device: in CUDADiagIfDeviceCode()
H A DSemaDeclAttr.cpp4883 case CFT_Device: in CheckCallingConvAttr()
H A DSemaExpr.cpp15755 if (T == CFT_Global || T == CFT_Device || T == CFT_HostDevice) in BuildVAArgExpr()
17314 (UserTarget == Sema::CFT_Device || UserTarget == Sema::CFT_HostDevice || in MarkVarDeclODRUsed()
H A DSemaDecl.cpp18566 (T == Sema::CFT_Device || T == Sema::CFT_Global)) in getEmissionStatus()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12154 CFT_Device, enumerator