Searched refs:__cuda_builtin_threadIdx_t (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Headers/ |
D | cuda_builtin_vars.h | 66 struct __cuda_builtin_threadIdx_t { struct 74 __CUDA_DISALLOW_BUILTINVAR_ACCESS(__cuda_builtin_threadIdx_t); 112 __CUDA_BUILTIN_VAR __cuda_builtin_threadIdx_t threadIdx;
|
D | __clang_cuda_runtime_wrapper.h | 273 __device__ inline __cuda_builtin_threadIdx_t::operator uint3() const { in uint3() 309 #define uint3 __cuda_builtin_threadIdx_t
|
/external/clang/test/SemaCUDA/ |
D | cuda-builtin-vars.cu | 40 …__cuda_builtin_threadIdx_t x; // expected-error {{calling a private constructor of class '__cuda_b… in kernel() 43 …__cuda_builtin_threadIdx_t y = threadIdx; // expected-error {{calling a private constructor of cla… in kernel()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/NVPTX/ |
D | debug-info.ll | 9088 !665 = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "__cuda_builtin_threadIdx_t", fi… 9098 !675 = !DISubprogram(name: "__cuda_builtin_threadIdx_t", scope: !665, file: !581, line: 74, type: !… 9102 !679 = !DISubprogram(name: "__cuda_builtin_threadIdx_t", scope: !665, file: !581, line: 74, type: !…
|