Searched refs:__global (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | opencl-c.h | 7291 float __ovld fract(float, __global float *); 7292 float2 __ovld fract(float2, __global float2 *); 7293 float3 __ovld fract(float3, __global float3 *); 7294 float4 __ovld fract(float4, __global float4 *); 7295 float8 __ovld fract(float8, __global float8 *); 7296 float16 __ovld fract(float16, __global float16 *); 7310 double __ovld fract(double, __global double *); 7311 double2 __ovld fract(double2, __global double2 *); 7312 double3 __ovld fract(double3, __global double3 *); 7313 double4 __ovld fract(double4, __global double4 *); [all …]
|
H A D | opencl-c-base.h | 660 template <typename _Tp> struct __remove_address_space<__global _Tp> {
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/ |
H A D | export.h | 29 # define SODIUM_EXPORT __attribute__ (visibility(__global)) 31 # define SODIUM_EXPORT __attribute__ __global
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | visibility.h | 39 # define EVENT2_EXPORT_SYMBOL __global
|
/freebsd/contrib/libevent/include/event2/ |
H A D | visibility.h | 39 # define EVENT2_EXPORT_SYMBOL __global
|
/freebsd/contrib/libpcap/pcap/ |
H A D | funcattrs.h | 132 #define PCAP_API_DEF __global
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TokenKinds.def | 620 KEYWORD(__global , KEYOPENCLC | KEYOPENCLCXX) 625 ALIAS("global", __global , KEYOPENCLC | KEYOPENCLCXX)
|
H A D | AttrDocs.td | 3976 __generic(generic), __global(global), __local(local), __private(private), 4021 let Heading = "__global, global, [[clang::opencl_global]]"; 4040 a subset of the ``__global/opencl_global`` address space, the full address space 4050 ``__global/opencl_global`` address spaces it is allowed to convert 4052 ``__global/opencl_global`` address spaces (following ISO/IEC TR 18037 5.1.3
|
H A D | Attr.td | 1540 let Spellings = [CustomKeyword<"__global">, CustomKeyword<"global">,
|
H A D | DiagnosticSemaKinds.td | 10781 "pointer arguments to kernel functions must reside in '__global', " 10820 "sampler type cannot be used with the __local and __global address space qualifiers">;
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 508 locale& locale::__global() { in __global() function in locale 523 locale::locale() noexcept : __locale_(__global().__locale_) { __locale_->acquire(); } in locale() 569 locale& g = __global(); in global()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | __locale | 107 static locale& __global();
|