Home
last modified time | relevance | path

Searched refs:handle_type (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h79 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 Dio.hpp78 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 Dio.cpp57 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 DKillTheDoctor.cpp79 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 Darchive_check_magic.c132 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 Dsanitizer_stackdepotbase.h28 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 Dsanitizer_stackdepot.cc85 typedef StackDepotHandle handle_type; typedef
H A Dsanitizer_platform_limits_posix.h433 int handle_type; member
H A Dsanitizer_common_interceptors.inc6930 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 Dsanitizer_stackdepotbase.h26 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 Dsanitizer_stackdepot.cc83 typedef StackDepotHandle handle_type; typedef
H A Dsanitizer_platform_limits_posix.h489 int handle_type; member
H A Dsanitizer_common_interceptors.inc7201 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 Dsanitizer_stackdepotbase.h37 typedef typename Node::handle_type handle_type; typedef
H A Dsanitizer_chained_origin_depot.cpp57 typedef Handle handle_type; typedef
H A Dsanitizer_stackdepot.cpp50 typedef StackDepotHandle handle_type; typedef
H A Dsanitizer_platform_limits_posix.h428 int handle_type; member
H A Dsanitizer_common_interceptors.inc7404 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 Dcoroutines.cc88 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 Dcoroutines.cc88 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 Dmsan_chained_origin_depot.cc100 typedef Handle handle_type; typedef
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_surface.c934 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 Dvmwgfx_drm.h215 enum drm_vmw_handle_type handle_type; member
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dpdb.c2340 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()