Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp181 struct ScopedHandle { struct
182 ScopedHandle() : h_(nullptr) {} in ScopedHandle() argument
183 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle() function
184 ~ScopedHandle() { in ~ScopedHandle()
188 HANDLE get() { return h_; } in get()
189 HANDLE *receive() { return &h_; } in receive()
190 HANDLE release() { in release()
195 HANDLE h_;
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp270 struct ScopedHandle { in CrashHandler() struct
271 ~ScopedHandle() { _zx_handle_close(Handle); } in CrashHandler() argument
272 Handlefuzzer::__anon6525acf10111::CrashHandler::ScopedHandle CrashHandler() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DRandomNumberGenerator.cpp73 ScopedCryptContext ScopedHandle(hProvider); getRandomBytes() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h88 ScopedHandle() in ScopedHandle() function
91 explicit ScopedHandle(handle_type h) in ScopedHandle() function