Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DPath.inc165 return mapWindowsError(::GetLastError());
237 return mapWindowsError(LastError);
309 return mapWindowsError(Err);
363 return mapWindowsError(GetLastError());
428 return mapWindowsError(Error);
580 return mapWindowsError(LastError);
662 return mapWindowsError(Err);
698 return mapWindowsError(LastError);
961 return mapWindowsError(LastError);
999 return mapWindowsError(LastError);
[all …]
H A DMemory.inc111 EC = mapWindowsError(::GetLastError());
130 return mapWindowsError(::GetLastError());
147 return mapWindowsError(::GetLastError());
H A DProcess.inc206 return mapWindowsError(GetLastError());
214 return mapWindowsError(GetLastError());
219 return mapWindowsError(ERROR_INSUFFICIENT_BUFFER);
H A DSignals.inc718 return mapWindowsError(::GetLastError());
779 return mapWindowsError(::GetLastError());
H A DProgram.inc96 return mapWindowsError(::GetLastError());
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DWindowsError.h16 std::error_code mapWindowsError(unsigned EV);
/freebsd-12.1/contrib/llvm/lib/Support/
H A DErrorHandling.cpp255 std::error_code llvm::mapWindowsError(unsigned EV) { in mapWindowsError() function in llvm