Searched refs:dev_t (Results 1 – 9 of 9) sorted by relevance
/llvm-project/libc/include/llvm-libc-types/ |
H A D | struct_stat.h | 14 #include "dev_t.h" 24 dev_t st_dev; 30 dev_t st_rdev;
|
H A D | dev_t.h | 12 typedef __UINT64_TYPE__ dev_t; typedef
|
H A D | CMakeLists.txt | 30 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 D | std-c-library-functions-POSIX.h | 6 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 D | api.td |
|
/llvm-project/llvm/test/DebugInfo/X86/ |
H A D | earlydup-crash.ll | 80 !34 = !DIDerivedType(tag: DW_TAG_typedef, name: "dev_t", line: 107, file: !42, scope: !31, baseType: !35)
|
/llvm-project/libc/include/ |
H A D | CMakeLists.txt | 517 .llvm-libc-types.dev_t 606 .llvm-libc-types.dev_t
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 225 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 D | posix.td |
|