Home
last modified time | relevance | path

Searched refs:dev_t (Results 1 – 9 of 9) sorted by relevance

/llvm-project/libc/include/llvm-libc-types/
H A Dstruct_stat.h14 #include "dev_t.h"
24 dev_t st_dev;
30 dev_t st_rdev;
H A Ddev_t.h12 typedef __UINT64_TYPE__ dev_t; typedef
H A DCMakeLists.txt30 add_header(dev_t HDR dev_t.h)
88 .dev_t .ino_t .mode_t .nlink_t .uid_t .gid_t .off_t .struct_timespec
/llvm-project/clang/test/Analysis/Inputs/
H A Dstd-c-library-functions-POSIX.h6 typedef unsigned int dev_t; typedef
90 int mknod(const char *pathname, mode_t mode, dev_t dev);
91 int mknodat(int dirfd, const char *pathname, mode_t mode, dev_t dev);
/llvm-project/libc/config/linux/
H A Dapi.td
/llvm-project/llvm/test/DebugInfo/X86/
H A Dearlydup-crash.ll80 !34 = !DIDerivedType(tag: DW_TAG_typedef, name: "dev_t", line: 107, file: !42, scope: !31, baseType: !35)
/llvm-project/libc/include/
H A DCMakeLists.txt517 .llvm-libc-types.dev_t
606 .llvm-libc-types.dev_t
/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h225 dev_t fs_st_dev = 0;
240 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino,
/llvm-project/libc/spec/
H A Dposix.td