Home
last modified time | relevance | path

Searched refs:last_error (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp126 DWORD last_error = GetLastError(); in RunThread() local
129 thread_entry.th32ThreadID, last_error); in RunThread()
H A Dsanitizer_win.cpp169 error_t last_error = GetLastError(); in ReturnNullptrOnOOMOrDie() local
170 if (last_error == ERROR_NOT_ENOUGH_MEMORY) in ReturnNullptrOnOOMOrDie()
172 ReportMmapFailureAndDie(size, mem_type, mmap_type, last_error); in ReturnNullptrOnOOMOrDie()
740 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *last_error) { in OpenFile() argument
755 if (res == kInvalidFd && last_error) in OpenFile()
756 *last_error = GetLastError(); in OpenFile()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp404 DWORD last_error = ::GetLastError(); in GetMemoryRegionInfo() local
405 if (last_error == ERROR_INVALID_PARAMETER) { in GetMemoryRegionInfo()
417 error.SetError(last_error, eErrorTypeWin32); in GetMemoryRegionInfo()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc361 const int last_error = errno; in FailFromInternalError() local
363 << GetLastErrnoDescription() << " [" << last_error << "]"; in FailFromInternalError()