Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/Windows/
DWindowsSupport.h82 typedef typename HandleTraits::handle_type handle_type; typedef
83 handle_type Handle;
91 explicit ScopedHandle(handle_type h) in ScopedHandle()
99 handle_type take() { in take()
100 handle_type t = Handle; in take()
105 ScopedHandle &operator=(handle_type h) {
117 operator handle_type() const { in handle_type() function
123 typedef HANDLE handle_type; typedef
125 static handle_type GetInvalid() { in GetInvalid()
129 static void Close(handle_type h) { in Close()
[all …]
/openbsd/src/gnu/llvm/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp79 typedef typename HandleType::handle_type handle_type; typedef in __anon17886ae50111::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 …]
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepotbase.h37 typedef typename Node::handle_type handle_type; typedef
Dsanitizer_chained_origin_depot.cpp56 typedef Handle handle_type; typedef
Dsanitizer_stackdepot.cpp50 typedef StackDepotHandle handle_type; typedef
Dsanitizer_platform_limits_posix.h449 int handle_type; member
Dsanitizer_common_interceptors.inc7513 ctx, &sanitizer_handle->handle_type,
7514 sizeof(sanitizer_handle->handle_type));
7539 ctx, &sanitizer_handle->handle_type,
7540 sizeof(sanitizer_handle->handle_type));
/openbsd/src/gnu/usr.bin/perl/os2/
Dos2.c5134 ULONG timeout, handle_type, flag_word; in my_flock() local
5154 if ((DosQueryHType(handle, &handle_type, &flag_word) != 0) || in my_flock()
5155 (handle_type & 0xFF)) in my_flock()