| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/Windows/ |
| H A D | WindowsSupport.h | 79 typedef typename HandleTraits::handle_type handle_type; typedef 80 handle_type Handle; 88 explicit ScopedHandle(handle_type h) in ScopedHandle() 96 handle_type take() { in take() 97 handle_type t = Handle; in take() 102 ScopedHandle &operator=(handle_type h) { 114 operator handle_type() const { in handle_type() function 120 typedef HANDLE handle_type; typedef 122 static handle_type GetInvalid() { in GetInvalid() 126 static void Close(handle_type h) { in Close() [all …]
|
| /netbsd-src/external/bsd/atf/dist/tools/ |
| H A D | io.hpp | 78 typedef int handle_type; typedef in tools::io::file_handle 104 file_handle(handle_type h); 179 handle_type disown(void); 191 handle_type get(void) const; 215 void posix_remap(handle_type h); 226 mutable handle_type m_handle; 236 static handle_type invalid_value(void); 262 typedef int handle_type; typedef in tools::io::systembuf 278 explicit systembuf(handle_type h, std::size_t bufsize = 8192); 285 handle_type m_handle;
|
| H A D | io.cpp | 57 impl::file_handle::file_handle(handle_type h) : in file_handle() 101 impl::file_handle::handle_type 106 handle_type h = m_handle; in disown() 111 impl::file_handle::handle_type 121 impl::file_handle::posix_remap(handle_type h) in posix_remap() 141 impl::file_handle::handle_type 151 impl::systembuf::systembuf(handle_type h, std::size_t bufsize) : in systembuf()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/ |
| H A D | KillTheDoctor.cpp | 79 typedef typename HandleType::handle_type handle_type; typedef in __anon46c0b0140111::ScopedHandle 81 handle_type Handle; 87 explicit ScopedHandle(handle_type handle) in ScopedHandle() 94 ScopedHandle& operator=(handle_type handle) { in operator =() 106 operator handle_type() { in operator handle_type() 113 typedef HANDLE handle_type; typedef 115 static handle_type GetInvalidHandle() { in GetInvalidHandle() 119 static void Destruct(handle_type Handle) { in Destruct() 123 static bool isValid(handle_type Handle) { in isValid() 129 typedef HANDLE handle_type; typedef [all …]
|
| /netbsd-src/external/bsd/libarchive/dist/libarchive/ |
| H A D | archive_check_magic.c | 132 const char *handle_type; in __archive_check_magic() local 139 handle_type = archive_handle_type_name(a->magic); in __archive_check_magic() 141 if (!handle_type) { in __archive_check_magic() 153 handle_type); in __archive_check_magic()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_stackdepotbase.h | 28 typedef typename Node::handle_type handle_type; typedef 30 handle_type Put(args_type args, bool *inserted = nullptr); 97 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::handle_type 101 if (!Node::is_valid(args)) return handle_type(); in Put()
|
| H A D | sanitizer_stackdepot.cc | 85 typedef StackDepotHandle handle_type; typedef
|
| H A D | sanitizer_platform_limits_posix.h | 433 int handle_type; member
|
| H A D | sanitizer_common_interceptors.inc | 6930 ctx, &sanitizer_handle->handle_type, 6931 sizeof(sanitizer_handle->handle_type)); 6956 ctx, &sanitizer_handle->handle_type, 6957 sizeof(sanitizer_handle->handle_type));
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_stackdepotbase.h | 26 typedef typename Node::handle_type handle_type; typedef 28 handle_type Put(args_type args, bool *inserted = nullptr); 95 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::handle_type 99 if (!Node::is_valid(args)) return handle_type(); in Put()
|
| H A D | sanitizer_stackdepot.cc | 83 typedef StackDepotHandle handle_type; typedef
|
| H A D | sanitizer_platform_limits_posix.h | 489 int handle_type; member
|
| H A D | sanitizer_common_interceptors.inc | 7201 ctx, &sanitizer_handle->handle_type, 7202 sizeof(sanitizer_handle->handle_type)); 7227 ctx, &sanitizer_handle->handle_type, 7228 sizeof(sanitizer_handle->handle_type));
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_stackdepotbase.h | 37 typedef typename Node::handle_type handle_type; typedef
|
| H A D | sanitizer_chained_origin_depot.cpp | 57 typedef Handle handle_type; typedef
|
| H A D | sanitizer_stackdepot.cpp | 50 typedef StackDepotHandle handle_type; typedef
|
| H A D | sanitizer_platform_limits_posix.h | 428 int handle_type; member
|
| H A D | sanitizer_common_interceptors.inc | 7404 ctx, &sanitizer_handle->handle_type, 7405 sizeof(sanitizer_handle->handle_type)); 7430 ctx, &sanitizer_handle->handle_type, 7431 sizeof(sanitizer_handle->handle_type));
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | coroutines.cc | 88 tree handle_type; /* The cached coroutine handle for this function. */ member 399 tree handle_type in instantiate_coro_handle_for_promise_type() local 405 if (handle_type == error_mark_node) in instantiate_coro_handle_for_promise_type() 412 return handle_type; in instantiate_coro_handle_for_promise_type() 529 tree handle_type = in coro_promise_type_found_p() local 531 if (handle_type == NULL_TREE) in coro_promise_type_found_p() 535 coro_info->handle_type = complete_type_or_else (handle_type, fndecl); in coro_promise_type_found_p() 538 if (!coro_info->handle_type) in coro_promise_type_found_p() 545 coro_info->handle_type); in coro_promise_type_found_p() 615 return info->handle_type; in get_coroutine_handle_type() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | coroutines.cc | 88 tree handle_type; /* The cached coroutine handle for this function. */ member 376 tree handle_type in instantiate_coro_handle_for_promise_type() local 382 if (handle_type == error_mark_node) in instantiate_coro_handle_for_promise_type() 389 return handle_type; in instantiate_coro_handle_for_promise_type() 500 tree handle_type = in coro_promise_type_found_p() local 502 if (handle_type == NULL_TREE) in coro_promise_type_found_p() 506 coro_info->handle_type = complete_type_or_else (handle_type, fndecl); in coro_promise_type_found_p() 509 if (!coro_info->handle_type) in coro_promise_type_found_p() 516 coro_info->handle_type); in coro_promise_type_found_p() 586 return info->handle_type; in get_coroutine_handle_type() [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| H A D | msan_chained_origin_depot.cc | 100 typedef Handle handle_type; typedef
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| H A D | vmwgfx_surface.c | 934 enum drm_vmw_handle_type handle_type, in vmw_surface_handle_reference() argument 943 if (handle_type == DRM_VMW_HANDLE_PRIME) { in vmw_surface_handle_reference() 963 if (handle_type != DRM_VMW_HANDLE_PRIME) { in vmw_surface_handle_reference() 1001 if (handle_type == DRM_VMW_HANDLE_PRIME) in vmw_surface_handle_reference() 1031 req->handle_type, &base); in vmw_surface_reference_ioctl() 1775 req->handle_type, &base); in vmw_gb_surface_reference_internal()
|
| /netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
| H A D | vmwgfx_drm.h | 215 enum drm_vmw_handle_type handle_type; member
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | pdb.c | 2340 handle_type (uint8_t *data, struct type_entry **map, uint32_t type_num, in handle_type() function 3613 if (!handle_type (data + off, *map, type_num, *num_types, types, ids, in handle_debugt_section()
|