Home
last modified time | relevance | path

Searched refs:all_all (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h102 all_all = owner_all | group_all | others_all, enumerator
106 all_perms = all_all | set_uid_on_exe | set_gid_on_exe | sticky_bit,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp831 llvm::sys::fs::perms::all_all))), in InMemoryFileSystem()
866 const auto ResolvedPerms = Perms.value_or(sys::fs::all_all); in addFile()
1750 file_type::directory_file, sys::fs::all_all)); in lookupOrCreateEntry()
2007 0, 0, 0, file_type::directory_file, sys::fs::all_all)); in parseEntry()
2024 0, 0, 0, file_type::directory_file, sys::fs::all_all)); in parseEntry()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc697 return (Attrs & FILE_ATTRIBUTE_READONLY) ? (all_read | all_exe) : all_all;