/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | FileOutputBuffer.cpp | 161 if (Stat.type() == fs::file_type::regular_file) in create() 180 case fs::file_type::regular_file: in create()
|
D | MemoryBuffer.cpp | 386 if (Type != sys::fs::file_type::regular_file && in getReadWriteFile() 437 if (Type != sys::fs::file_type::regular_file && in getOpenFileImpl()
|
D | raw_ostream.cpp | 576 SupportsSeeking = !EC && Status.type() == sys::fs::file_type::regular_file; in raw_fd_ostream()
|
D | Path.cpp | 1042 return status.type() == file_type::regular_file; in is_regular_file()
|
/external/llvm/lib/Support/ |
D | FileOutputBuffer.cpp | 47 case sys::fs::file_type::regular_file: { in create()
|
D | MemoryBuffer.cpp | 358 if (Type != sys::fs::file_type::regular_file && in getOpenFileImpl()
|
D | raw_ostream.cpp | 533 SupportsSeeking = !EC && Status.type() == sys::fs::file_type::regular_file; in raw_fd_ostream()
|
D | Path.cpp | 949 return status.type() == file_type::regular_file; in is_regular_file()
|
/external/llvm/tools/llvm-dwarfdump/ |
D | llvm-dwarfdump.cpp | 132 case sys::fs::file_type::regular_file: in expandBundle()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | FileSystem.h | 49 regular_file, enumerator
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | MemoryBuffer.cpp | 358 if (Type != sys::fs::file_type::regular_file && in getOpenFileImpl()
|
D | raw_ostream.cpp | 507 SupportsSeeking = !EC && Status.type() == sys::fs::file_type::regular_file; in raw_fd_ostream()
|
D | Path.cpp | 951 return status.type() == file_type::regular_file; in is_regular_file()
|
/external/llvm/include/llvm/Support/ |
D | FileSystem.h | 59 regular_file, enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FileSystem.h | 58 regular_file, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/ |
D | llvm-dwarfdump.cpp | 529 case sys::fs::file_type::regular_file: in expandBundle()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | PathV2.cpp | 685 return status.type() == file_type::regular_file; in is_regular_file()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 70 regular_file, enumerator
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | PathV2.inc | 332 result = file_status(file_type::regular_file);
|
/external/clang/lib/Format/ |
D | Format.cpp | 1744 Status && (Status->getType() == llvm::sys::fs::file_type::regular_file); in getStyle() 1752 (Status->getType() == llvm::sys::fs::file_type::regular_file); in getStyle()
|
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 75 return Type == file_type::regular_file; in isRegularFile() 537 llvm::sys::fs::file_type::regular_file, in addFile()
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | PathV2.inc | 506 result = file_status(file_type::regular_file);
|
/external/llvm/lib/Support/Unix/ |
D | Path.inc | 405 Type = file_type::regular_file;
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Path.inc | 424 Type = file_type::regular_file;
|
/external/clang/unittests/Basic/ |
D | VirtualFileSystemTest.cpp | 120 1024, sys::fs::file_type::regular_file, Perms); in addRegularFile()
|