OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__host__
(Results
1 - 8
of
8
) 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
...]
cuda.h
8
#define
__host__
__attribute__((host))
macro
13
__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__
)
/development/ndk/sources/android/libportable/common/include/asm-generic/
portability.h
20
#if !defined(
__HOST__
)
/frameworks/compile/libbcc/include/bcc/Config/
Config.h
16
#if defined(
__HOST__
)
20
#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 156 milliseconds