Home
last modified time | relevance | path

Searched defs:LastError (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp101 DWORD LastError = GetLastError(); in FileSize() local
152 DWORD LastError = GetLastError(); in ListFilesInDirRecursive() local
181 DWORD LastError = GetLastError(); in IterateDirRecursive() local
204 DWORD LastError = GetLastError(); in IterateDirRecursive() local
H A DFuzzerUtilWindows.cpp136 DWORD LastError = GetLastError(); in SetSignalHandler() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DCodeGenDataReader.h26 cgdata_error LastError = cgdata_error::success; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp170 std::optional<Error> LastError; member in __anon294433670111::TypeStreamMerger
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h96 instrprof_error LastError = instrprof_error::success; variable