Searched refs:dtypes (Results 1 – 2 of 2) sorted by relevance
373 static char const * const dtypes[] = { "???", "inode", "socket", in filemode() local403 if ((size_t)fp->xf_type >= sizeof(dtypes) / sizeof(dtypes[0])) in filemode()406 (void)printf(" %-6.6s", dtypes[fp->xf_type]); in filemode()
1966 tree dtypes = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); in look_for_overrides_here() local1967 if (compparms (TREE_CHAIN (btypes), dtypes)) in look_for_overrides_here()