Home
last modified time | relevance | path

Searched refs:CFT_Device (Results 1 – 3 of 3) 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/clang/include/clang/Sema/
DSema.h9093 CFT_Device, enumerator