HomeSort by relevance Sort by last modified time
    Searched full:__local (Results 1 - 22 of 22) 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 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}}
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 444 KEYWORD(__local , KEYOPENCL)
447 ALIAS("local", __local , KEYOPENCL)
DiagnosticSemaKinds.td     [all...]
  /ndk/build/core/
definitions.mk 496 $(foreach __local,$(modules-LOCALS),\
497 $(eval __ndk_modules.$1.$(__local) := $(LOCAL_$(__local)))\
553 $(foreach __local,$(modules-LOCALS),\
554 $(eval LOCAL_$(__local) := $(__ndk_modules.$1.$(__local)))\
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.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/mesa3d/include/CL/
cl.hpp 2278 __local(::size_t size) function in namespace:cl
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.13 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.16 
  /prebuilts/clang/linux-x86/3.1/
clang 
clang++ 
  /prebuilts/sdk/tools/linux/
libclang.so 

Completed in 583 milliseconds