Home
last modified time | relevance | path

Searched refs:type_unknown (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h76 type_unknown enumerator
1334 file_type Type = file_type::type_unknown; // Most platforms can provide this.
1340 file_type Type = file_type::type_unknown,
1359 if (Type != file_type::type_unknown) in type()
1362 return S ? S->type() : file_type::type_unknown; in type()
H A DVirtualFileSystem.h130 llvm::sys::fs::file_type Type = llvm::sys::fs::file_type::type_unknown;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp89 ft == fs::file_type::type_unknown) { in LoadPluginCallback()
132 ft == fs::file_type::symlink_file || ft == fs::file_type::type_unknown) { in LoadPluginCallback()
H A DDebugger.cpp541 ft == fs::file_type::type_unknown) { in LoadPluginCallback()
556 ft == fs::file_type::type_unknown) { in LoadPluginCallback()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp229 case file_type::type_unknown: in LocateMacOSXFilesUsingDebugSymbols()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp603 case sys::fs::file_type::type_unknown: in expandBundle()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp917 sys::fs::file_type Type = sys::fs::file_type::type_unknown; in setCurrentEntry()
1063 sys::fs::file_type Type = sys::fs::file_type::type_unknown; in incrementImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc712 return file_type::type_unknown;
905 return file_type::type_unknown;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc700 Result = file_status(file_type::type_unknown);
732 Result = file_status(file_type::type_unknown);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2840 st.type() == fs::file_type::type_unknown || in LoadScriptingModule()