Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCUDA.cpp54 return CFT_Device; in IdentifyCUDATarget()
110 (CallerTarget == CFT_Global || CallerTarget == CFT_Device || in IdentifyCUDAPreference()
121 (CallerTarget == CFT_Global && CalleeTarget == CFT_Device)) in IdentifyCUDAPreference()
127 if ((getLangOpts().CUDAIsDevice && CalleeTarget == CFT_Device) || in IdentifyCUDAPreference()
140 if ((CallerTarget == CFT_Host && CalleeTarget == CFT_Device) || in IdentifyCUDAPreference()
141 (CallerTarget == CFT_Device && CalleeTarget == CFT_Host) || in IdentifyCUDAPreference()
337 if (InferredTarget.getValue() == CFT_Device) { in inferCUDATargetForImplicitSpecialMember()
DSemaExpr.cpp12221 if (T == CFT_Global || T == CFT_Device || T == CFT_HostDevice) in BuildVAArgExpr()
/external/llvm-project/clang/lib/Sema/
DSemaCUDA.cpp94 return CFT_Device; in IdentifyCUDATarget()
123 return CFT_Device; in IdentifyCUDATarget()
178 (CallerTarget == CFT_Global || CallerTarget == CFT_Device)) in IdentifyCUDAPreference()
188 (CallerTarget == CFT_Global && CalleeTarget == CFT_Device)) in IdentifyCUDAPreference()
194 if ((getLangOpts().CUDAIsDevice && CalleeTarget == CFT_Device) || in IdentifyCUDAPreference()
207 if ((CallerTarget == CFT_Host && CalleeTarget == CFT_Device) || in IdentifyCUDAPreference()
208 (CallerTarget == CFT_Device && CalleeTarget == CFT_Host) || in IdentifyCUDAPreference()
407 if (InferredTarget.getValue() == CFT_Device) in inferCUDATargetForImplicitSpecialMember()
649 case CFT_Device: in CUDADiagIfDeviceCode()
DSemaDeclAttr.cpp4747 case CFT_Device: in CheckCallingConvAttr()
DSemaDecl.cpp18367 (T == Sema::CFT_Device || T == Sema::CFT_Global)) in getEmissionStatus()
DSemaExpr.cpp15515 if (T == CFT_Global || T == CFT_Device || T == CFT_HostDevice) in BuildVAArgExpr()
/external/clang/include/clang/Sema/
DSema.h9093 CFT_Device, enumerator
/external/llvm-project/clang/include/clang/Sema/
DSema.h11845 CFT_Device, enumerator