Searched defs:is_regular_file (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DFileSystem.h461 bool is_regular_file(file_status status);
470 std::error_code is_regular_file(const Twine &path, bool &result);
472 /// @brief Simpler version of is_regular_file for clients that don't need to
474 inline bool is_regular_file(const Twine &Path) { function in namespace:llvm::sys::fs
476 if (is_regular_file(Path, Result))
485 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s)

Completed in 96 milliseconds