Home
last modified time | relevance | path

Searched defs:perms (Results 1 – 12 of 12) sorted by relevance

/llvm-project/libcxx/include/__filesystem/
H A Dperms.h27 enum class perms : unsigned { enum
/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h376 fchmod_handle(HANDLE h,int perms) fchmod_handle() argument
389 fchmodat(int,const wchar_t * path,int perms,int flag) fchmodat() argument
415 fchmod(int fd,int perms) fchmod() argument
/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp225 if (auto perms = sys::fs::getPermissions(entry.VPath)) { in copyFiles() local
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaValidation.cpp57 DenseElementsAttr perms; in checkConstantOperandTranspose() local
/llvm-project/mlir/lib/Dialect/Tosa/IR/
H A DTosaCanonicalizations.cpp107 SmallVector<int32_t> perms(transposePerms.size()); in matchAndRewrite() local
988 SmallVector<int64_t> perms; fold() local
[all...]
H A DTosaOps.cpp991 getConstantPerms(SmallVector<int64_t> & perms) getConstantPerms() argument
/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp87 mode_t perms = ParsePermissionString(option_arg); in SetOptionValue() local
479 mode_t perms; in DoExecute() local
/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h85 enum perms { global() enum
[all...]
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp872 auto perms = in Handle_qPlatform_chmod() local
H A DGDBRemoteCommunicationServerLLGS.cpp2580 perms |= ePermissionsWritable; in Handle__M() local
/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp2114 char perms[5]; __kmp_is_address_mapped() local
/llvm-project/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp1885 ArrayRef<int64_t> perms = transposeOp.getPermutation(); matchAndRewrite() local