Home
last modified time | relevance | path

Searched refs:LastError (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp169 Optional<Error> LastError; member in __anone53701d20111::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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h73 instrprof_error LastError = instrprof_error::success; variable
115 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc235 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 …]
H A DProgram.inc113 DWORD LastError = GetLastError();
117 NULL, LastError, 0, (LPSTR)&buffer, 1, NULL);
122 *ErrMsg += " (0x" + llvm::utohexstr(LastError) + ")";
/netbsd-src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp425 DWORD LastError = ::GetLastError(); in main() local
426 ec = windows_error(LastError); in main()
428 if (LastError == ERROR_SEM_TIMEOUT || LastError == WSAETIMEDOUT) { in main()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerIOWindows.cpp134 DWORD LastError = GetLastError(); in ListFilesInDirRecursive() local
135 if (LastError != ERROR_NO_MORE_FILES) in ListFilesInDirRecursive()
136 Printf("FindNextFileA failed (Error code: %lu).\n", LastError); in ListFilesInDirRecursive()
H A DFuzzerUtilWindows.cpp123 DWORD LastError = GetLastError(); in SetSignalHandler() local
125 LastError); in SetSignalHandler()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp36 : State(&State), ErrorStream(LastError), in YamlContext()
175 std::string LastError; member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200131973 LastError.