Searched refs:__private (Results 1 – 11 of 11) sorted by relevance
/external/clang/test/SemaOpenCL/ |
D | invalid-kernel.cl | 5 …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…
|
D | event_t.cl | 13 …constant event_t const_evt; // expected-error {{the event_t type can only be used with __private a…
|
/external/nos/host/generic/nugget/include/ |
D | application.h | 28 typedef const void * const __private; typedef 124 __private priv); 143 __private priv);
|
/external/clang/lib/Headers/ |
D | opencl-c.h | 8319 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/ |
D | address-spaces.cl | 5 void f__p(__private int *arg) {}
|
/external/clang/include/clang/Basic/ |
D | TokenKinds.def | 505 KEYWORD(__private , KEYOPENCL) 510 ALIAS("private", __private , KEYOPENCL)
|
D | Attr.td | 719 let Spellings = [Keyword<"__private">, Keyword<"private">];
|
D | AttrDocs.td | 1763 __generic(generic), __global(global), __local(local), __private(private),
|
D | DiagnosticSemaKinds.td | 7844 "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/ |
D | HISTORY | 1581 that have __private names in their __slots__.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 18965 that have __private names in their __slots__.
|