Searched defs:ScopedHandle (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cc152 struct ScopedHandle { struct in namespace:__sanitizer::__anon3344
153 ScopedHandle() : h_(nullptr) {} function in struct:__sanitizer::__anon3344::ScopedHandle
154 explicit ScopedHandle(HANDLE h) : h_(h) {} function in struct:__sanitizer::__anon3344::ScopedHandle
155 ~ScopedHandle() {
172 ScopedHandle stdin_read, stdin_write;
173 ScopedHandle stdout_read, stdout_write;
/external/llvm/lib/Support/Windows/
H A DWindowsSupport.h67 class ScopedHandle { class
71 ScopedHandle(const ScopedHandle &other); // = delete;
72 void operator=(const ScopedHandle &other); // = delete;
74 ScopedHandle() function in class:ScopedHandle
77 explicit ScopedHandle(handle_type h) function in class:ScopedHandle
80 ~ScopedHandle() {
91 ScopedHandle &operator=(handle_type h) {
154 typedef ScopedHandle<CommonHandleTraits> ScopedCommonHandle;
155 typedef ScopedHandle<FileHandleTrait
[all...]
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp79 class ScopedHandle { class in namespace:__anon13264
85 ScopedHandle() function in class:__anon13264::ScopedHandle
88 explicit ScopedHandle(handle_type handle) function in class:__anon13264::ScopedHandle
91 ~ScopedHandle() {
95 ScopedHandle& operator=(handle_type handle) {
166 typedef ScopedHandle<FileMappingHandle> FileMappingScopedHandle;
167 typedef ScopedHandle<MappedViewOfFileHandle> MappedViewOfFileScopedHandle;
168 typedef ScopedHandle<ProcessHandle> ProcessScopedHandle;
169 typedef ScopedHandle<ThreadHandle> ThreadScopedHandle;
170 typedef ScopedHandle<TokenHandl
[all...]

Completed in 114 milliseconds