Home
last modified time | relevance | path

Searched refs:mapWindowsError (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DWindowsError.h16 std::error_code mapWindowsError(unsigned EV);
/minix3/external/bsd/llvm/dist/llvm/lib/Support/Windows/
H A DMemory.inc103 EC = mapWindowsError(::GetLastError());
122 return mapWindowsError(::GetLastError());
139 return mapWindowsError(::GetLastError());
H A DProcess.inc160 return mapWindowsError(E);
H A DProgram.inc87 return mapWindowsError(::GetLastError());
H A DPath.inc50 return mapWindowsError(E);
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DErrorHandling.cpp150 std::error_code llvm::mapWindowsError(unsigned EV) { in mapWindowsError() function in llvm
/minix3/external/bsd/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp173 static std::error_code windows_error(DWORD E) { return mapWindowsError(E); } in windows_error()