Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp183 struct ScopedHandle { struct
184 ScopedHandle() : h_(nullptr) {} in ScopedHandle() function
185 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle() argument
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_;
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp223 struct ScopedHandle { in CrashHandler() struct
224 ~ScopedHandle() { _zx_handle_close(Handle); } in CrashHandler()
225 zx_handle_t Handle = ZX_HANDLE_INVALID; in CrashHandler()
/openbsd-src/gnu/llvm/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp78 class ScopedHandle { class
84 ScopedHandle() in ScopedHandle() function in __anon8e01e2600111::ScopedHandle
87 explicit ScopedHandle(handle_type handle) in ScopedHandle() function in __anon8e01e2600111::ScopedHandle
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h88 ScopedHandle() in ScopedHandle() function
91 explicit ScopedHandle(handle_type h) in ScopedHandle() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DRandomNumberGenerator.cpp73 ScopedCryptContext ScopedHandle(hProvider); in getRandomBytes() local