OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapWindowsError
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
WindowsError.h
15
std::error_code
mapWindowsError
(unsigned EV);
/src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Path.inc
88
return
mapWindowsError
(::GetLastError());
163
return
mapWindowsError
(::GetLastError());
201
return
mapWindowsError
(::GetLastError());
220
return
mapWindowsError
(::GetLastError());
237
return
mapWindowsError
(LastError);
254
return
mapWindowsError
(::GetLastError());
287
std::error_code EC =
mapWindowsError
(::GetLastError());
309
return
mapWindowsError
(Err);
363
return
mapWindowsError
(GetLastError());
413
return
mapWindowsError
(::GetLastError())
[
all
...]
Memory.inc
142
EC =
mapWindowsError
(::GetLastError());
162
return
mapWindowsError
(::GetLastError());
179
return
mapWindowsError
(::GetLastError());
Program.inc
104
return
mapWindowsError
(::GetLastError());
Signals.inc
738
return
mapWindowsError
(::GetLastError());
801
return
mapWindowsError
(::GetLastError());
/src/external/apache2/llvm/dist/llvm/lib/Support/
ErrorHandling.cpp
246
std::error_code llvm::
mapWindowsError
(unsigned EV) {
/src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp
173
static std::error_code windows_error(DWORD E) { return
mapWindowsError
(E); }
Completed in 34 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026