Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DError.cpp22 FileError, enumerator
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DError.h162 friend class FileError; variable
1197 FileError(std::string F, std::unique_ptr<ErrorInfoBase> E) { in FileError() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp81 enum FileKind { FileError = 0, Basename, Dirname, Fullpath }; enumerator