Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp182 struct ScopedHandle { in ScopedHandle() argument
183 ScopedHandle() : h_(nullptr) {} in ScopedHandle() argument
184 explicit ScopedHandle(HANDLE h) : h_(h) {} in ~ScopedHandle() argument
181 struct ScopedHandle { global() struct
188 get__sanitizer::__anon757edbfb0211::ScopedHandle get() argument
189 receive__sanitizer::__anon757edbfb0211::ScopedHandle receive() argument
190 release__sanitizer::__anon757edbfb0211::ScopedHandle release() argument
195 h___sanitizer::__anon757edbfb0211::ScopedHandle global() argument
/llvm-project/llvm/lib/Support/
H A DRandomNumberGenerator.cpp75 ScopedCryptContext ScopedHandle(hProvider); in getRandomBytes() local
/llvm-project/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp78 class ScopedHandle { class
84 ScopedHandle() in ScopedHandle() function in __anon41724efc0111::ScopedHandle
87 explicit ScopedHandle(handle_type handle) in ScopedHandle() function in __anon41724efc0111::ScopedHandle
/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::__anon40c503320111::CrashHandler::ScopedHandle CrashHandler() argument
/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h88 ScopedHandle() ScopedHandle() function
91 explicit ScopedHandle(handle_type h) ScopedHandle() function
[all...]