Searched refs:all_all (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 99 all_all = owner_all | group_all | others_all, enumerator 103 all_perms = all_all | set_uid_on_exe | set_gid_on_exe | sticky_bit,
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 843 llvm::sys::fs::perms::all_all))), in InMemoryFileSystem() 878 const auto ResolvedPerms = Perms.value_or(sys::fs::all_all); in addFile() 1763 file_type::directory_file, sys::fs::all_all)); in lookupOrCreateEntry() 2020 0, 0, 0, file_type::directory_file, sys::fs::all_all)); in parseEntry() 2037 0, 0, 0, file_type::directory_file, sys::fs::all_all)); in parseEntry()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 698 return (Attrs & FILE_ATTRIBUTE_READONLY) ? (all_read | all_exe) : all_all;
|