Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp131 DWORD LastError = GetLastError(); in SetSignalHandler() local
/openbsd-src/gnu/llvm/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp419 DWORD LastError = ::GetLastError(); in main() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp170 std::optional<Error> LastError; member in __anon935fbd1e0111::TypeStreamMerger
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h88 instrprof_error LastError = instrprof_error::success; variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp153 std::string LastError; member