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

References

projects/openmp/runtime/src/z_Linux_util.cpp
 2253     if (proc_entry->d_type == DT_DIR && isdigit(proc_entry->d_name[0])) {
 2295           if (proc_entry->d_type == DT_DIR && isdigit(task_entry->d_name[0])) {
tools/lldb/source/Host/linux/Host.cpp
  236       if (direntry->d_type != DT_DIR || !IsDirNumeric(direntry->d_name))
  285       if (direntry->d_type != DT_DIR || !IsDirNumeric(direntry->d_name))