Searched refs:LastError (Results 1 – 9 of 9) sorted by relevance
169 Optional<Error> LastError; member in __anone53701d20111::TypeStreamMerger226 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()
73 instrprof_error LastError = instrprof_error::success; variable115 LastError = Err; in error()128 bool isEOF() { return LastError == instrprof_error::eof; } in isEOF()131 bool hasError() { return LastError != instrprof_error::success && !isEOF(); } in hasError()136 return make_error<InstrProfError>(LastError); in getError()
235 DWORD LastError = ::GetLastError();236 if (LastError != ERROR_ALREADY_EXISTS || !IgnoreExisting)237 return mapWindowsError(LastError);616 DWORD LastError = ::GetLastError();617 if (LastError != ERROR_FILE_NOT_FOUND &&618 LastError != ERROR_PATH_NOT_FOUND)619 return mapWindowsError(LastError);732 DWORD LastError = ::GetLastError();733 if (LastError == ERROR_FILE_NOT_FOUND ||734 LastError == ERROR_PATH_NOT_FOUND)[all …]
113 DWORD LastError = GetLastError();117 NULL, LastError, 0, (LPSTR)&buffer, 1, NULL);122 *ErrMsg += " (0x" + llvm::utohexstr(LastError) + ")";
425 DWORD LastError = ::GetLastError(); in main() local426 ec = windows_error(LastError); in main()428 if (LastError == ERROR_SEM_TIMEOUT || LastError == WSAETIMEDOUT) { in main()
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()
36 : State(&State), ErrorStream(LastError), in YamlContext()175 std::string LastError; member
31973 LastError.