reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/x86_64-linux-gnu/sys/stat.h
   51 typedef __ino_t ino_t;

References

include/llvm/Support/FileSystem.h
  252   ino_t fs_st_ino = 0;
  266   file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino,
tools/clang/unittests/Basic/FileManagerTest.cpp
   31   void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) {
   50   void InjectFile(const char *Path, ino_t INode) {
   55   void InjectDirectory(const char *Path, ino_t INode) {