Home
last modified time | relevance | path

Searched refs:regular_file (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Support/
DFileOutputBuffer.cpp46 case sys::fs::file_type::regular_file: { in create()
DMemoryBuffer.cpp333 if (Type != sys::fs::file_type::regular_file && in getOpenFileImpl()
DPath.cpp794 return status.type() == file_type::regular_file; in is_regular_file()
/external/llvm/include/llvm/Support/
DFileSystem.h58 regular_file, enumerator
/external/llvm/lib/Support/Unix/
DPath.inc480 Type = file_type::regular_file;
/external/llvm/lib/Support/Windows/
DPath.inc609 : file_type::regular_file;