Home
last modified time | relevance | path

Searched refs:__global__ (Results 1 – 17 of 17) sorted by relevance

/external/clang/test/SemaCUDA/
Damdgpu-num-gpr-attr.cu6 __global__ void test_num_vgpr() { } // expected-error {{'amdgpu_num_vgpr' attribute only applies to… in test_num_vgpr()
9 __global__ void test_num_sgpr() { } // expected-error {{'amdgpu_num_sgpr' attribute only applies to… in test_num_sgpr()
14 __global__ void test_num_vgpr_num_sgpr() { } in test_num_vgpr_num_sgpr()
Dqualifiers.cu5 __global__ void g1(int x) {} in g1()
6 __global__ int g2(int x) { // expected-error {{must have void return type}} in g2()
Dfunction-target.cu9 __global__ void h1g(void);
26 __global__ void d1g(void); // expected-note {{'d1g' declared here}}
Dkernel-call.cu5 __global__ void g1(int x) {} in g1()
Dfunction-target-disabled-check.cu11 #define __global__ __attribute__((global)) macro
Dfunction-target-hd.cu36 __global__ void hd1g(void); // expected-note {{'hd1g' declared here}}
/external/clang/test/CodeGenCUDA/
Dlaunch-bounds.cu10 __global__ void
23 __global__ void
Dkernel-call.cu5 __global__ void g1(int x) {} in g1()
Ddevice-stub.cu13 __global__ void kernelfunc(int i, int j, int k) {} in kernelfunc()
Dptx-kernels.cu11 __global__ void global_function() { in global_function()
Dhost-device-calls-host.cu27 __global__ void global_function() { in global_function()
Dfilter-decl.cu40 __global__ void globalfunc(void) {} in globalfunc()
/external/clang/test/PCH/
Dcuda-kernel-call.cu14 __global__ void kern() { in kern()
/external/clang/test/CodeGenCUDA/Inputs/
Dcuda.h7 #define __global__ __attribute__((global)) macro
/external/clang/test/PCH/Inputs/
Dcuda.h7 #define __global__ __attribute__((global)) macro
/external/clang/test/SemaCUDA/Inputs/
Dcuda.h7 #define __global__ __attribute__((global)) macro
/external/clang/include/clang/Basic/
DDiagnosticSemaKinds.td3132 "%select{__device__|__global__|__host__|__host__ __device__|invalid}1 function from"
3133 " %select{__device__|__global__|__host__|__host__ __device__|invalid}2 function">;
3142 "%select{__device__|__global__|__host__|__host__ __device__}1 and "
3143 "%select{__device__|__global__|__host__|__host__ __device__}2 members">;
6121 "reference to %select{__device__|__global__|__host__|__host__ __device__}0 "
6122 "function %1 in %select{__device__|__global__|__host__|__host__ __device__}2 function">;