Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp183 explicit ScopedHandle(HANDLE h) : h_(h) {} struct
184 ~ScopedHandle() { in ScopedHandle() argument
185 ScopedHandle__sanitizer::__anonf0e251c80211::ScopedHandle ScopedHandle() argument
186 ~ScopedHandle__sanitizer::__anonf0e251c80211::ScopedHandle ~ScopedHandle() argument
190 get__sanitizer::__anonf0e251c80211::ScopedHandle get() argument
191 receive__sanitizer::__anonf0e251c80211::ScopedHandle receive() argument
192 release__sanitizer::__anonf0e251c80211::ScopedHandle release() argument
197 h___sanitizer::__anonf0e251c80211::ScopedHandle global() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp270 struct ScopedHandle { in CrashHandler() struct
271 ~ScopedHandle() { _zx_handle_close(Handle); } in CrashHandler()
272 zx_handle_t Handle = ZX_HANDLE_INVALID; in CrashHandler()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DRandomNumberGenerator.cpp75 ScopedCryptContext ScopedHandle(hProvider); in getRandomBytes() local
/freebsd/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