| /src/external/bsd/atf/dist/tools/ |
| io.hpp | 71 //! The \a handle_type type is used to transparently refer to file 78 typedef int handle_type; typedef in class: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 class:tools::io::systembuf 278 explicit systembuf(handle_type h, std::size_t bufsize = 8192) [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_check_magic.c | 139 const char *handle_type; local 146 handle_type = archive_handle_type_name(a->magic); 148 if (!handle_type) { 160 handle_type);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/Windows/ |
| WindowsSupport.h | 79 typedef typename HandleTraits::handle_type handle_type; typedef in class:llvm::ScopedHandle 80 handle_type Handle; 88 explicit ScopedHandle(handle_type h) 96 handle_type take() { 97 handle_type t = Handle; 102 ScopedHandle &operator=(handle_type h) { 114 operator handle_type() const { 120 typedef HANDLE handle_type; typedef in struct:llvm::CommonHandleTraits 122 static handle_type GetInvalid() 142 typedef HCRYPTPROV handle_type; typedef in struct:llvm::CryptContextTraits 158 typedef HKEY handle_type; typedef in struct:llvm::RegTraits [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/ |
| KillTheDoctor.cpp | 79 typedef typename HandleType::handle_type handle_type; typedef in class:__anon5748::ScopedHandle 81 handle_type Handle; 87 explicit ScopedHandle(handle_type handle) 94 ScopedHandle& operator=(handle_type handle) { 106 operator handle_type() { 113 typedef HANDLE handle_type; typedef in struct:__anon5748::CommonHandle 115 static handle_type GetInvalidHandle() { 119 static void Destruct(handle_type Handle) { 123 static bool isValid(handle_type Handle) 129 typedef HANDLE handle_type; typedef in struct:__anon5748::FileMappingHandle 145 typedef LPVOID handle_type; typedef in struct:__anon5748::MappedViewOfFileHandle [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| msan_chained_origin_depot.cc | 100 typedef Handle handle_type; typedef in struct:__msan::ChainedOriginDepotNode
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_stackdepotbase.h | 28 typedef typename Node::handle_type handle_type; typedef in class:__sanitizer::StackDepotBase 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();
|
| sanitizer_stackdepot.cc | 85 typedef StackDepotHandle handle_type; typedef in struct:__sanitizer::StackDepotNode
|
| sanitizer_platform_limits_posix.h | 433 int handle_type; member in struct:__sanitizer::__sanitizer_file_handle
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_chained_origin_depot.cpp | 56 typedef Handle handle_type; typedef in struct:__sanitizer::__anon14560::ChainedOriginDepotNode
|
| sanitizer_stackdepotbase.h | 37 typedef typename Node::handle_type handle_type; typedef in class:__sanitizer::StackDepotBase
|
| sanitizer_stackdepot.cpp | 50 typedef StackDepotHandle handle_type; typedef in struct:__sanitizer::StackDepotNode
|
| sanitizer_platform_limits_posix.h | 439 int handle_type; member in struct:__sanitizer::__sanitizer_file_handle
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_chained_origin_depot.cpp | 57 typedef Handle handle_type; typedef in struct:__sanitizer::__anon16966::ChainedOriginDepotNode
|
| sanitizer_stackdepot.cpp | 50 typedef StackDepotHandle handle_type; typedef in struct:__sanitizer::StackDepotNode
|
| sanitizer_stackdepotbase.h | 37 typedef typename Node::handle_type handle_type; typedef in class:__sanitizer::StackDepotBase
|
| sanitizer_platform_limits_posix.h | 428 int handle_type; member in struct:__sanitizer::__sanitizer_file_handle
|
| /src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
| vmwgfx_drm.h | 206 * @handle_type: Handle type for DRM_VMW_REF_SURFACE Ioctl. 215 enum drm_vmw_handle_type handle_type; member in struct:drm_vmw_surface_arg
|
| /src/external/gpl3/binutils/dist/ld/ |
| pdb.c | 540 in handle_type. */ 2423 handle_type (uint8_t *data, struct type_entry **map, uint32_t type_num, function 3653 found to handle_type. */ 3713 if (!handle_type (data + off, *map, type_num, *num_types, types, ids,
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| pdb.c | 540 in handle_type. */ 2424 handle_type (uint8_t *data, struct type_entry **map, uint32_t type_num, function 3654 found to handle_type. */ 3714 if (!handle_type (data + off, *map, type_num, *num_types, types, ids,
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| coroutines.cc | 89 tree handle_type; /* The cached coroutine handle for this function. */ variable 94 tree from_address; /* handle_type from_address function. */ 396 /* Get and validate HANDLE_TYPE::address. The resulting function, if any, will 401 get_handle_type_address (location_t kw, tree handle_type) 403 tree addr_getter = lookup_member (handle_type, coro_address_identifier, 1, 407 qualified_name_lookup_error (handle_type, coro_address_identifier, 443 /* Get and validate HANDLE_TYPE::from_address. The resulting function, if 445 returns HANDLE_TYPE. If that is not the case, signals an error and returns 449 get_handle_type_from_address (location_t kw, tree handle_type) 451 tree from_addr = lookup_member (handle_type, coro_from_address_identifier, 1 494 tree handle_type local 654 tree handle_type local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| coroutines.cc | 88 tree handle_type; /* The cached coroutine handle for this function. */ variable 399 tree handle_type local 405 if (handle_type == error_mark_node) 412 return handle_type; 529 tree handle_type = local 531 if (handle_type == NULL_TREE) 535 coro_info->handle_type = complete_type_or_else (handle_type, fndecl); 538 if (!coro_info->handle_type) 545 coro_info->handle_type); 2144 tree handle_type = get_coroutine_handle_type (orig); local 2582 tree handle_type; \/* The self-handle type for this coroutine. *\/ member in struct:susp_frame_data 4455 tree handle_type = get_coroutine_handle_type (orig); local [all...] |