Searched refs:dev_t (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | std-c-library-functions-POSIX.c | 158 typedef int dev_t; typedef 159 int mknod(const char *pathname, mode_t mode, dev_t dev); 160 int mknodat(int dirfd, const char *pathname, mode_t mode, dev_t dev);
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | earlydup-crash.ll | 81 !34 = !DIDerivedType(tag: DW_TAG_typedef, name: "dev_t", line: 107, file: !42, scope: !31, baseType…
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 230 dev_t fs_st_dev = 0; 246 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, in file_status()
|