Home
last modified time | relevance | path

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

/freebsd/contrib/pkgconf/doc/
H A Dextract.py36 class FileError(Exception): class
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp22 FileError, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp286 std::error_code FileError; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1373 FileError(const Twine &F, std::optional<size_t> LineNum, in FileError() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp87 enum FileKind { FileError = 0, Basename, Dirname, Fullpath }; enumerator