Home
last modified time | relevance | path

Searched defs:ScopedHandle (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cc180 struct ScopedHandle { struct
181 ScopedHandle() : h_(nullptr) {} in ScopedHandle() argument
182 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle() function
183 ~ScopedHandle() { in ~ScopedHandle()
187 HANDLE get() { return h_; } in get()
188 HANDLE *receive() { return &h_; } in receive()
189 HANDLE release() { in release()
194 HANDLE h_;
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp183 struct ScopedHandle { struct
184 ScopedHandle() : h_(nullptr) {} in ScopedHandle() argument
185 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle() function
186 ~ScopedHandle() { in ~ScopedHandle()
190 HANDLE get() { return h_; } in get()
191 HANDLE *receive() { return &h_; } in receive()
192 HANDLE release() { in release()
197 HANDLE h_;
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_win.cc178 struct ScopedHandle { struct
179 ScopedHandle() : h_(nullptr) {} in ScopedHandle() argument
180 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle() function
181 ~ScopedHandle() { in ~ScopedHandle()
185 HANDLE get() { return h_; } in get()
186 HANDLE *receive() { return &h_; } in receive()
187 HANDLE release() { in release()
192 HANDLE h_;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp216 struct ScopedHandle { in CrashHandler() struct
217 ~ScopedHandle() { _zx_handle_close(Handle); } in CrashHandler()
218 zx_handle_t Handle = ZX_HANDLE_INVALID; in CrashHandler()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DRandomNumberGenerator.cpp63 ScopedCryptContext ScopedHandle(hProvider); in getRandomBytes() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp78 class ScopedHandle { class
84 ScopedHandle() in ScopedHandle() function in __anon46c0b0140111::ScopedHandle
87 explicit ScopedHandle(handle_type handle) in ScopedHandle() function in __anon46c0b0140111::ScopedHandle
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h85 ScopedHandle() in ScopedHandle() function
88 explicit ScopedHandle(handle_type h) in ScopedHandle() function