Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_win.cc152 struct ScopedHandle { struct
153 ScopedHandle() : h_(nullptr) {} in ScopedHandle() argument
154 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle() argument
155 ~ScopedHandle() { in ~ScopedHandle()
159 HANDLE get() { return h_; } in get()
160 HANDLE *receive() { return &h_; } in receive()
161 HANDLE release() { in release()
166 HANDLE h_;
/external/llvm/lib/Support/Windows/
DWindowsSupport.h74 ScopedHandle() in ScopedHandle() function
77 explicit ScopedHandle(handle_type h) in ScopedHandle() function
/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp79 class ScopedHandle { class
85 ScopedHandle() in ScopedHandle() function in __anon6f5c5dec0111::ScopedHandle
88 explicit ScopedHandle(handle_type handle) in ScopedHandle() function in __anon6f5c5dec0111::ScopedHandle