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

  /external/clang/test/SemaCUDA/
function-target.cu 5 __host__ void h1h(void);
6 __device__ void h1d(void); // expected-note {{candidate function not viable: call to __device__ function from __host__ function}}
7 __host__ __device__ void h1hd(void);
11 __device__ h1ds(); // expected-note {{candidate constructor not viable: call to __device__ function from __host__ function}}
14 __host__ void h1(void) {
22 __host__ void d1h(void); // expected-note {{candidate function not viable: call to __host__ function from __device__ function}}
24 __host__ __device__ void d1hd(void);
34 __host__ void hd1h(void); // expected-note {{candidate function not viable: call to __host__ function from __host__ __device__ function}
    [all...]
  /external/clang/test/CodeGenCUDA/Inputs/
cuda.h 8 #define __host__ __attribute__((host)) macro
14 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {}
  /external/clang/test/PCH/Inputs/
cuda.h 8 #define __host__ __attribute__((host)) macro
14 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {}
  /external/clang/test/SemaCUDA/Inputs/
cuda.h 8 #define __host__ __attribute__((host)) macro
14 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {}
  /external/clang/test/CodeGenCUDA/
filter-decl.cu 28 __host__ void explicithostonlyfunc(void) {}
36 __host__ __device__ void hostdevicefunc(void) {}
  /frameworks/rs/cpu_ref/linkloader/utils/
rsl_assert.cpp 23 #if !defined(__HOST__)
31 #if defined(__HOST__)
  /frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp 107 #if defined(__HOST__) || defined(ARCH_ARM_HAVE_VFP)
109 #if !defined(__HOST__) && !defined(ARCH_ARM_HAVE_VFP_D32)
111 #endif // !__HOST__ && !ARCH_ARM_HAVE_VFP_D32
112 #endif // __HOST__ || ARCH_ARM_HAVE_VFP
114 #if defined(__HOST__) || defined(ARCH_ARM_HAVE_NEON)
119 #endif // __HOST__ || ARCH_ARM_HAVE_NEON
122 #if defined(__HOST__) || defined(ARCH_ARM_HAVE_NEON)
124 #endif // __HOST__ || ARCH_ARM_HAVE_NEON
  /development/ndk/sources/android/libportable/common/include/asm-generic/
portability.h 20 #if !defined(__HOST__)
  /frameworks/compile/libbcc/include/bcc/Config/
Config.h 14 #if defined(__HOST__)
18 #endif // defined(__HOST__)
  /development/ndk/sources/android/libportable/common/include/
log_portable.h 84 #if !defined(__HOST__)
  /external/clang/include/clang/Basic/
DiagnosticSemaKinds.td     [all...]

Completed in 254 milliseconds