Home
last modified time | relevance | path

Searched refs:__local (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/SemaOpenCL/
Devent_t_overload.cl3 …)) foo(event_t, __local char *); // expected-note {{candidate function not viable: no known conver…
4 …)) foo(event_t, __local float *); // expected-note {{candidate function not viable: no known conve…
6 void kernel ker(__local char *src1, __local float *src2, __global int *src3) {
Daddress-spaces.cl6 __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 pointe…
17 …g = (global int*) l; // expected-error {{casting '__local int *' to type '__global int *' chang…
22 …l = (local int*) g; // expected-error {{casting '__global int *' to type '__local int *' chang…
23 …l = (local int*) c; // expected-error {{casting '__constant int *' to type '__local int *' cha…
24 …l = (local int*) cc; // expected-error {{casting 'const __constant int *' to type '__local int …
25 …l = (local int*) p; // expected-error {{casting 'int *' to type '__local int *' changes addres…
28 …c = (constant int*) l; // expected-error {{casting '__local int *' to type '__constant int *' cha…
32 …p = (private int*) l; // expected-error {{casting '__local int *' to type 'int *' changes addres…
Daddress-spaces-conversions-cl2.0.cl63 …{{initializing '__{{global|constant}} int *' with an expression of type '__local int *' changes ad…
88 // expected-error-re@-2{{casting '__local int *' to type '__{{global|constant}} int *' changes addr…
114 // expected-error-re@-2{{assigning '__local int *' to '__{{global|constant}} int *' changes address…
139 // expected-error-re@-2{{casting '__local int *' to type '__{{global|constant}} int *' changes addr…
165 // expected-error-re@-2{{comparison between ('__{{global|constant}} int *' and '__local int *') wh…
191 …tic operation with operands of type ('__{{global|constant}} int *' and '__local int *') which are…
214 …-re{{passing '__{{global|constant|generic}} int *' to parameter of type '__local int *' changes ad…
Dsampler_t.cl8 …local sampler_t smp; // expected-error {{sampler type cannot be used with the __local and __global…
/external/clang/test/CodeGenOpenCL/
Dlocal-initializer-undef.cl15 __local int lds_int;
16 __local int lds_int_arr[128];
17 __local Foo lds_struct;
18 __local Foo lds_struct_arr[64];
Dlocal.cl7 __local int i;
Daddress-spaces.cl9 void f__l(__local int *arg) { }
/external/valgrind/drd/tests/
Dstd_thread.cpp31 std::thread::__shared_base_type __local; in execute_native_thread_routine() local
32 __local.swap(__t->_M_this_ptr); in execute_native_thread_routine()
Dstd_thread2.cpp36 std::thread::__shared_base_type __local; in execute_native_thread_routine() local
37 __local.swap(__t->_M_this_ptr); in execute_native_thread_routine()
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
Dlocal.py131 if not hasattr(self.__local, '__release_local__'):
132 return self.__local()
134 return getattr(self.__local, self.__name__)
/external/clang/include/clang/Basic/
DTokenKinds.def470 KEYWORD(__local , KEYOPENCL)
475 ALIAS("local", __local , KEYOPENCL)
DAttrDocs.td1352 __generic(generic), __global(global), __local(local), __private(private),
1360 __local int* l;
1410 let Heading = "__local(local)";
DAttr.td647 let Spellings = [Keyword<"__local">, Keyword<"local">];
DDiagnosticSemaKinds.td4177 "'__local' variable cannot have an initializer">;
7333 "sampler type cannot be used with the __local and __global address space qualifiers">;
/external/mesa3d/include/CL/
Dcl.hpp2278 __local(::size_t size) in __local() function