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

1 2

  /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}}
17 g = (global int*) l; // expected-error {{casting '__local int *' to type '__global int *' changes address space of pointer}}
18 g = (global int*) c; // expected-error {{casting '__constant int *' to type '__global int *' changes address space of pointer}}
19 g = (global int*) p; // expected-error {{casting 'int *' to type '__global int *' changes address space of pointer}}
21 l = (local int*) g; // expected-error {{casting '__global int *' to type '__local int *' changes address space of pointer}}
25 c = (constant int*) g; // expected-error {{casting '__global int *' to type '__constant int *' changes address space of pointer}}
29 p = (private int*) g; // expected-error {{casting '__global int *' to type '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/
kernel-arg-info.cl 3 kernel void foo(__global int * restrict X, const int Y,
22 kernel void foo3(__global half * X) {
address-spaces.cl 6 void f__g(__global int *arg) { }
  /external/chromium_org/third_party/skia/tools/skpdiff/
SkDifferentPixelsMetric_opencl.cpp 21 " __global int* result) { \n"
  /external/pixman/pixman/
pixman-compiler.h 97 # define PIXMAN_EXPORT __global
  /external/skia/tools/skpdiff/
SkDifferentPixelsMetric_opencl.cpp 21 " __global int* result) { \n"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xfuncproto.h 92 # define _X_EXPORT __global
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xfuncproto.h 92 # define _X_EXPORT __global
  /external/clang/include/clang/Basic/
TokenKinds.def 464 KEYWORD(__global , KEYOPENCL)
468 ALIAS("global", __global , KEYOPENCL)
Attr.td 604 let Spellings = [Keyword<"__global">, Keyword<"global">];
    [all...]
DiagnosticSemaKinds.td     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
platform.h 713 # define U_EXPORT __global
  /external/icu/icu4c/source/common/unicode/
platform.h 717 # define U_EXPORT __global
  /external/libcxx/include/
__locale 107 static locale& __global();
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__locale 100 static locale& __global();
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
__locale 100 static locale& __global();
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
  /external/libcxx/src/
locale.cpp 486 locale::__global() function in class:locale
493 : __locale_(__global().__locale_)
577 locale& g = __global();
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 490 locale::__global() function in class:locale
497 : __locale_(__global().__locale_)
581 locale& g = __global();
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /prebuilts/clang/linux-x86/3.1/
clang 
clang++ 
  /prebuilts/clang/linux-x86/host/3.4/bin/
clang 

Completed in 3768 milliseconds

1 2