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

  /external/clang/test/SemaOpenCL/
event_t_overload.cl 3 void __attribute__((overloadable)) foo(event_t, __local char *); // expected-note {{candidate function not viable: no known conversion from '__global int *' to '__local char *' for 2nd argument}}
4 void __attribute__((overloadable)) foo(event_t, __local float *); // expected-note {{candidate function not viable: no known conversion from '__global int *' to '__local float *' for 2nd argument}}
6 void kernel ker(__local char *src1, __local float *src2, __global int *src3) {
address-spaces.cl 5 __kernel void foo(__global int *gip) {
10 ip = gip; // expected-error {{assigning '__global int *' to 'int *' changes address space of pointer}}
sampler_t.cl 8 local sampler_t smp; // expected-error {{sampler type cannot be used with the __local and __global address space qualifiers}}
  /external/clang/test/CodeGenOpenCL/
address-spaces.cl 6 void f__g(__global int *arg) { }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xfuncproto.h 94 # define _X_EXPORT __global
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xfuncproto.h 94 # define _X_EXPORT __global
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xfuncproto.h 94 # define _X_EXPORT __global
  /external/clang/include/clang/Basic/
TokenKinds.def 439 KEYWORD(__global , KEYOPENCL)
442 ALIAS("global", __global , KEYOPENCL)
DiagnosticSemaKinds.td     [all...]
  /external/icu4c/common/unicode/
platform.h 711 # define U_EXPORT __global
  /ndk/sources/cxx-stl/llvm-libc++/include/
__locale 98 static locale& __global();
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/src/
locale.cpp 456 locale::__global() function in class:locale
463 : __locale_(__global().__locale_)
547 locale& g = __global();
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /prebuilts/clang/linux-x86/3.1/
clang 
clang++ 
  /prebuilts/sdk/tools/linux/
libclang.so 

Completed in 603 milliseconds