Home
last modified time | relevance | path

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

/external/clang/test/SemaCUDA/
Dfunction-target.cu8 __global__ void h1g(void);
25 __global__ void d1g(void); // expected-note {{'d1g' declared here}}
37 __global__ void hd1g(void); // expected-note {{'hd1g' declared here}}
Dqualifiers.cu5 __global__ void g1(int x) {} in g1()
6 __global__ int g2(int x) { // expected-error {{must have void return type}} in g2()
Dkernel-call.cu5 __global__ void g1(int x) {} in g1()
Dcuda.h7 #define __global__ __attribute__((global)) macro
/external/clang/test/CodeGenCUDA/
Ddevice-stub.cu13 __global__ void kernelfunc(int i, int j, int k) {} in kernelfunc()
Dptx-kernels.cu9 __global__ void global_function() { in global_function()
Dkernel-call.cu5 __global__ void g1(int x) {} in g1()
Dfilter-decl.cu40 __global__ void globalfunc(void) {} in globalfunc()
/external/clang/test/PCH/
Dcuda-kernel-call.cu14 __global__ void kern() { in kern()
/external/clang/include/clang/Basic/
DDiagnosticSemaKinds.td2403 "%select{__device__|__global__|__host__|__host__ __device__}1 function from"
2404 " %select{__device__|__global__|__host__|__host__ __device__}2 function">;
4982 "reference to %select{__device__|__global__|__host__|__host__ __device__}0 "
4983 "function %1 in %select{__device__|__global__|__host__|__host__ __device__}2 function">;