Searched refs:LastError (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Support/Windows/
H A DPath.inc196 DWORD LastError = ::GetLastError();
197 if (LastError != ERROR_ALREADY_EXISTS || !IgnoreExisting)
198 return windows_error(LastError);
263 DWORD LastError = ::GetLastError();
264 ec = windows_error(LastError);
265 if (LastError != ERROR_ACCESS_DENIED)
295 DWORD LastError = ::GetLastError();
296 if (LastError != ERROR_FILE_NOT_FOUND &&
297 LastError != ERROR_PATH_NOT_FOUND)
298 return windows_error(LastError);
[all...]
/external/mesa3d/src/egl/main/
H A Deglcurrent.h53 EGLint LastError; member in struct:_egl_thread_info
H A Deglcurrent.c147 t->LastError = EGL_SUCCESS;
275 t->LastError = errCode;
H A Deglapi.c853 EGLint e = t->LastError;
855 t->LastError = EGL_SUCCESS;
/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h63 std::error_code LastError; member in class:llvm::InstrProfReader
66 InstrProfReader() : LastError(instrprof_error::success) {}
80 LastError = EC;
89 bool isEOF() { return LastError == instrprof_error::eof; }
91 bool hasError() { return LastError && !isEOF(); }
93 std::error_code getError() { return LastError; }
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp428 DWORD LastError = ::GetLastError(); local
429 ec = windows_error(LastError);
431 if (LastError == ERROR_SEM_TIMEOUT || LastError == WSAETIMEDOUT) {
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmslut.c1703 cmsFloat64Number error, LastError = 1E20; local
1742 if (error >= LastError)
1746 LastError = error;

Completed in 212 milliseconds