Home
last modified time | relevance | path

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

/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp174 static std::error_code windows_error(DWORD E) { return mapWindowsError(E); } in windows_error() function
/external/llvm-project/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp173 static std::error_code windows_error(DWORD E) { return mapWindowsError(E); } in windows_error() function
/external/fmtlib/include/fmt/
Dos.h197 windows_error(int error_code, string_view message, const Args&... args) { in windows_error() function