Home
last modified time | relevance | path

Searched refs:__private (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/SemaOpenCL/
Dinvalid-kernel.cl5 …nel void no_privateptr(__private int *i) { } // expected-error {{kernel parameter cannot be declar…
7 … void no_privatearray(__private int i[]) { } // expected-error {{kernel parameter cannot be declar…
Devent_t.cl13 …constant event_t const_evt; // expected-error {{the event_t type can only be used with __private a…
/external/nos/host/generic/nugget/include/
Dapplication.h28 typedef const void * const __private; typedef
124 __private priv);
143 __private priv);
/external/clang/lib/Headers/
Dopencl-c.h8319 float __ovld fract(float x, __private float *iptr);
8320 float2 __ovld fract(float2 x, __private float2 *iptr);
8321 float3 __ovld fract(float3 x, __private float3 *iptr);
8322 float4 __ovld fract(float4 x, __private float4 *iptr);
8323 float8 __ovld fract(float8 x, __private float8 *iptr);
8324 float16 __ovld fract(float16 x, __private float16 *iptr);
8338 double __ovld fract(double x, __private double *iptr);
8339 double2 __ovld fract(double2 x, __private double2 *iptr);
8340 double3 __ovld fract(double3 x, __private double3 *iptr);
8341 double4 __ovld fract(double4 x, __private double4 *iptr);
[all …]
/external/clang/test/CodeGenOpenCL/
Daddress-spaces.cl5 void f__p(__private int *arg) {}
/external/clang/include/clang/Basic/
DTokenKinds.def505 KEYWORD(__private , KEYOPENCL)
510 ALIAS("private", __private , KEYOPENCL)
DAttr.td719 let Spellings = [Keyword<"__private">, Keyword<"private">];
DAttrDocs.td1763 __generic(generic), __global(global), __local(local), __private(private),
DDiagnosticSemaKinds.td7844 "kernel parameter cannot be declared as a pointer to the __private address space">;
7866 "the event_t type can only be used with __private address space qualifier">;
/external/python/cpython2/Misc/
DHISTORY1581 that have __private names in their __slots__.
/external/python/cpython3/Misc/
DHISTORY18965 that have __private names in their __slots__.