Searched refs:LastError (Results 1 – 7 of 7) sorted by relevance
169 Optional<Error> LastError; member in __anonfdb2716c0111::TypeStreamMerger241 if (LastError) in remapIndexFallback()242 LastError = joinErrors(std::move(*LastError), errorCorruptRecord()); in remapIndexFallback()244 LastError = errorCorruptRecord(); in remapIndexFallback()336 while (!LastError && NumBadIndices > 0) { in doit()347 if (!LastError && NumBadIndices == BadIndicesRemaining) { in doit()353 if (LastError) in doit()354 return std::move(*LastError); in doit()
63 instrprof_error LastError = instrprof_error::success; variable98 LastError = Err; in error()111 bool isEOF() { return LastError == instrprof_error::eof; } in isEOF()114 bool hasError() { return LastError != instrprof_error::success && !isEOF(); } in hasError()119 return make_error<InstrProfError>(LastError); in getError()
235 DWORD LastError = ::GetLastError();237 return mapWindowsError(LastError);577 DWORD LastError = ::GetLastError();580 return mapWindowsError(LastError);690 DWORD LastError = ::GetLastError();692 LastError == ERROR_PATH_NOT_FOUND)698 return mapWindowsError(LastError);961 return mapWindowsError(LastError);995 DWORD LastError = ::GetLastError();999 return mapWindowsError(LastError);[all …]
112 DWORD LastError = GetLastError();116 NULL, LastError, 0, (LPSTR)&buffer, 1, NULL);121 *ErrMsg += " (0x" + llvm::utohexstr(LastError) + ")";
134 DWORD LastError = GetLastError(); in ListFilesInDirRecursive() local135 if (LastError != ERROR_NO_MORE_FILES) in ListFilesInDirRecursive()136 Printf("FindNextFileA failed (Error code: %lu).\n", LastError); in ListFilesInDirRecursive()
123 DWORD LastError = GetLastError(); in SetSignalHandler() local125 LastError); in SetSignalHandler()
31973 LastError.