Home
last modified time | relevance | path

Searched defs:CommonHandle (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp113 struct CommonHandle { struct
114 typedef HANDLE handle_type;
116 static handle_type GetInvalidHandle() { in GetInvalidHandle()
120 static void Destruct(handle_type Handle) { in Destruct()
124 static bool isValid(handle_type Handle) { in isValid()
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
DKillTheDoctor.cpp108 struct CommonHandle { struct
109 typedef HANDLE handle_type;
111 static handle_type GetInvalidHandle() { in GetInvalidHandle()
115 static void Destruct(handle_type Handle) { in Destruct()
119 static bool isValid(handle_type Handle) { in isValid()