Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceCompileServer.h54 virtual ErrorCode &getErrorCode() { return LastError; } in getErrorCode()
55 void transferErrorCode(ErrorCodes Code) { LastError.assign(Code); } in transferErrorCode()
66 ErrorCode LastError; member in Ice::CompileServer
H A DIceBrowserCompileServer.cpp276 // LastError is not EC_None. We don't know the type of error so just pick in getErrorCode()
278 LastError.assign(EC_Translation); in getErrorCode()
280 return LastError; in getErrorCode()
H A DIceBrowserCompileServer.h71 LastError.assign(Ctx->getErrorStatus()->value()); in waitForCompileThread()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp169 Optional<Error> LastError; member in __anon24150::TypeStreamMerger
226 if (LastError) in remapIndexFallback()
227 LastError = joinErrors(std::move(*LastError), errorCorruptRecord()); in remapIndexFallback()
229 LastError = errorCorruptRecord(); in remapIndexFallback()
321 while (!LastError && NumBadIndices > 0) { in doit()
332 if (!LastError && NumBadIndices == BadIndicesRemaining) { in doit()
338 if (LastError) in doit()
339 return std::move(*LastError); in doit()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerIOWindows.cpp112 DWORD LastError = GetLastError(); in ListFilesInDirRecursive() local
113 if (LastError != ERROR_NO_MORE_FILES) in ListFilesInDirRecursive()
114 Printf("FindNextFileA failed (Error code: %lu).\n", LastError); in ListFilesInDirRecursive()
H A DFuzzerUtilWindows.cpp120 DWORD LastError = GetLastError(); in SetSignalHandler() local
122 LastError); in SetSignalHandler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H A DWindowsSupport.h76 DWORD LastError = GetLastError(); in MakeErrMsg() local
80 NULL, LastError, 0, (LPSTR)&buffer, 1, NULL); in MakeErrMsg()
85 *ErrMsg += " (0x" + llvm::utohexstr(LastError) + ")"; in MakeErrMsg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h62 instrprof_error LastError = instrprof_error::success; member in llvm::InstrProfReader
102 LastError = Err; in error()
115 bool isEOF() { return LastError == instrprof_error::eof; } in isEOF()
118 bool hasError() { return LastError != instrprof_error::success && !isEOF(); } in hasError()
123 return make_error<InstrProfError>(LastError); in getError()
/third_party/mesa3d/src/egl/main/
H A Deglcurrent.c48 t->LastError = EGL_SUCCESS; in _eglInitThreadInfo()
102 t->LastError = errCode; in _eglInternalError()
H A Deglcurrent.h55 EGLint LastError; member
H A Deglapi.c1647 EGLint e = t->LastError; in eglGetError()
1648 t->LastError = EGL_SUCCESS; in eglGetError()

Completed in 9 milliseconds