HomeSort by relevance Sort by last modified time
    Searched full:__local (Results 1 - 25 of 27) 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 6 __local int li;
7 __local int lj = 2; // expected-error {{'__local' variable cannot have an initializer}}
11 ip = &li; // expected-error {{assigning '__local 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}}
21 l = (local int*) g; // expected-error {{casting '__global int *' to type '__local int *' changes address space of pointer}}
22 l = (local int*) c; // expected-error {{casting '__constant int *' to type '__local int *' changes address space of pointer}}
23 l = (local int*) p; // expected-error {{casting 'int *' to type '__local int *' changes address space of pointer}}
26 c = (constant int*) l; // expected-error {{casting '__local int *' to type '__constant int *' changes address space of pointer}}
30 p = (private int*) l; // expected-error {{casting '__local int *' to type 'int *' changes address space of pointer}
    [all...]
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/
local.cl 5 __local int i;
address-spaces.cl 9 void f__l(__local int *arg) { }
  /external/clang/include/clang/Basic/
TokenKinds.def 465 KEYWORD(__local , KEYOPENCL)
469 ALIAS("local", __local , KEYOPENCL)
Attr.td 609 let Spellings = [Keyword<"__local">, Keyword<"local">];
    [all...]
DiagnosticSemaKinds.td     [all...]
  /ndk/build/core/
definitions.mk 509 $(foreach __local,$(modules-LOCALS),\
510 $(eval __ndk_modules.$1.$(__local) := $(LOCAL_$(__local)))\
566 $(foreach __local,$(modules-LOCALS),\
567 $(eval LOCAL_$(__local) := $(__ndk_modules.$1.$(__local)))\
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/include/CL/
cl.hpp 2278 __local(::size_t size) function in namespace:cl
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/mesa3d/include/CL/
cl.hpp 2278 __local(::size_t size) function in namespace:cl
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/bin/
clang 
clang++ 
  /prebuilts/sdk/tools/linux/
libclang.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.16 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.18 
  /prebuilts/clang/linux-x86/3.1/
clang 
clang++ 

Completed in 640 milliseconds

1 2