Home
last modified time | relevance | path

Searched refs:d_type (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp68 if (E->d_type == DT_REG || E->d_type == DT_LNK || in ListFilesInDirRecursive()
69 (E->d_type == DT_UNKNOWN && IsFile(Path))) in ListFilesInDirRecursive()
71 else if ((E->d_type == DT_DIR || in ListFilesInDirRecursive()
72 (E->d_type == DT_UNKNOWN && IsDirectory(Path))) && in ListFilesInDirRecursive()
90 if (E->d_type == DT_REG || E->d_type == DT_LNK || in IterateDirRecursive()
91 (E->d_type == DT_UNKNOWN && IsFile(Path))) in IterateDirRecursive()
93 else if ((E->d_type == DT_DIR || in IterateDirRecursive()
94 (E->d_type == DT_UNKNOWN && IsDirectory(Path))) && in IterateDirRecursive()
/llvm-project-15.0.7/lldb/source/Host/linux/
H A DHost.cpp243 if (direntry->d_type != DT_DIR || !IsDirNumeric(direntry->d_name)) in FindProcessesImpl()
292 if (direntry->d_type != DT_DIR || !IsDirNumeric(direntry->d_name)) in FindProcessThreads()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp798 u8 *d_type; in GetNumberOfCPUs()
808 d_type = (u8 *)entry + entry->d_reclen - 1; in GetNumberOfCPUs()
809 if (d_type >= &buffer[bytes_read] || in GetNumberOfCPUs()
812 if (entry->d_ino != 0 && *d_type == DT_DIR) { in GetNumberOfCPUs()
H A Dsanitizer_linux.cpp761 unsigned char d_type; member
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp127 if (Entry->d_type == DT_DIR) { in checkForOProfileProcEntry()
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Dfilesystem_common.h537 template <class DirEntT, class = decltype(DirEntT::d_type)>
539 switch (ent->d_type) {
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DNVVMOps.td492 string d_type = frags[3].ptx_elt_type;
497 string gcd = geom # ":" # c_type # d_type;
519 !ne(c_type, d_type))): false,
523 !ne(c_type, d_type)): false,
/llvm-project-15.0.7/openmp/runtime/src/
H A Dz_Linux_util.cpp2298 if (proc_entry->d_type == DT_DIR && isdigit(proc_entry->d_name[0])) { in __kmp_get_load_balance()
2340 if (proc_entry->d_type == DT_DIR && isdigit(task_entry->d_name[0])) { in __kmp_get_load_balance()
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc920 // d_type-to-mode_t conversion macro instead.
922 return typeForMode(DTTOIF(Entry->d_type));
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicsNVVM.td483 string d_type = frags[3].ptx_elt_type;
488 string gcd = geom # ":" # c_type # d_type;
510 !ne(c_type, d_type))): false,
514 !ne(c_type, d_type)): false,