Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCUDA.cpp102 return CFT_Device; in IdentifyCUDATarget()
131 return CFT_Device; in IdentifyCUDATarget()
168 case CFT_Device: in IdentifyCUDATarget()
221 (CallerTarget == CFT_Global || CallerTarget == CFT_Device)) in IdentifyCUDAPreference()
231 (CallerTarget == CFT_Global && CalleeTarget == CFT_Device)) in IdentifyCUDAPreference()
237 if ((getLangOpts().CUDAIsDevice && CalleeTarget == CFT_Device) || in IdentifyCUDAPreference()
250 if ((CallerTarget == CFT_Host && CalleeTarget == CFT_Device) || in IdentifyCUDAPreference()
251 (CallerTarget == CFT_Device && CalleeTarget == CFT_Host) || in IdentifyCUDAPreference()
447 if (InferredTarget.value() == CFT_Device) in inferCUDATargetForImplicitSpecialMember()
736 case CFT_Device: in CUDADiagIfDeviceCode()
H A DSemaExpr.cpp16523 if (T == CFT_Global || T == CFT_Device || T == CFT_HostDevice) in BuildVAArgExpr()
18209 (UserTarget == Sema::CFT_Device || UserTarget == Sema::CFT_HostDevice || in MarkVarDeclODRUsed()
H A DSemaDeclAttr.cpp5200 case CFT_Device: in CheckCallingConvAttr()
H A DSemaDecl.cpp19313 (T == Sema::CFT_Device || T == Sema::CFT_Global)) in getEmissionStatus()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h12673 CFT_Device, enumerator