Searched refs:ScopedHandle (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h78 class ScopedHandle { class in namespace:llvm
82 ScopedHandle(const ScopedHandle &other) = delete;
83 void operator=(const ScopedHandle &other) = delete;
85 ScopedHandle() function in class:llvm::ScopedHandle
88 explicit ScopedHandle(handle_type h) function in class:llvm::ScopedHandle
91 ~ScopedHandle() {
102 ScopedHandle &operator=(handle_type h) {
181 typedef ScopedHandle<CommonHandleTraits> ScopedCommonHandle;
182 typedef ScopedHandle<FileHandleTrait
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp182 struct ScopedHandle { struct in namespace:__sanitizer::__anon1033
183 ScopedHandle() : h_(nullptr) {} function in struct:__sanitizer::__anon1033::ScopedHandle
184 explicit ScopedHandle(HANDLE h) : h_(h) {} function in struct:__sanitizer::__anon1033::ScopedHandle
185 ~ScopedHandle() {
202 ScopedHandle stdin_read, stdin_write;
203 ScopedHandle stdout_read, stdout_write;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DRandomNumberGenerator.cpp63 ScopedCryptContext ScopedHandle(hProvider);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp248 struct ScopedHandle { struct
249 ~ScopedHandle() { _zx_handle_close(Handle); }
257 ScopedHandle Channel;
275 ScopedHandle Exception;
294 ScopedHandle Thread;

Completed in 86 milliseconds