Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dstd-c-library-functions-POSIX.c158 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 Dearlydup-crash.ll81 !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 DFileSystem.h230 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()