HomeSort by relevance Sort by last modified time
    Searched full:__global__ (Results 1 - 14 of 14) sorted by null

  /external/clang/test/SemaCUDA/
qualifiers.cu 5 __global__ void g1(int x) {}
6 __global__ int g2(int x) { // expected-error {{must have void return type}}
function-target.cu 8 __global__ void h1g(void);
25 __global__ void d1g(void); // expected-note {{'d1g' declared here}}
31 d1g<<<1, 1>>>(); // expected-error {{reference to __global__ function 'd1g' in __device__ function}}
37 __global__ void hd1g(void); // expected-note {{'hd1g' declared here}}
43 hd1g<<<1, 1>>>(); // expected-error {{reference to __global__ function 'hd1g' in __host__ __device__ function}}
kernel-call.cu 5 __global__ void g1(int x) {}
  /external/clang/test/CodeGenCUDA/
kernel-call.cu 5 __global__ void g1(int x) {}
launch-bounds.cu 10 __global__ void
23 __global__ void
device-stub.cu 13 __global__ void kernelfunc(int i, int j, int k) {}
ptx-kernels.cu 11 __global__ void global_function() {
filter-decl.cu 40 __global__ void globalfunc(void) {}
  /external/clang/test/PCH/
cuda-kernel-call.cu 14 __global__ void kern() {
  /external/clang/test/CodeGenCUDA/Inputs/
cuda.h 7 #define __global__ __attribute__((global)) macro
  /external/clang/test/PCH/Inputs/
cuda.h 7 #define __global__ __attribute__((global)) macro
  /external/clang/test/SemaCUDA/Inputs/
cuda.h 7 #define __global__ __attribute__((global)) macro
  /external/clang/include/clang/Basic/
DiagnosticSemaKinds.td     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 164 milliseconds