Home | History | Annotate | Download | only in gcc

Lines Matching refs:suffixes

84    suffixes in null-terminated list SUFFIXES.  */
87 is_group (string_set *builtins, const char *name, const char *const *suffixes)
89 for (unsigned int i = 0; suffixes[i]; ++i)
90 if (!builtins->contains (ACONCAT (("BUILT_IN_", name, suffixes[i], NULL))))
96 null-terminated list of suffixes in SUFFIXES. INTERNAL_P says whether
104 const char *const *suffixes, const char *floatn)
109 for (unsigned int i = 0; suffixes[i]; ++i)
111 internal_p || i > 0 ? ":" : "", name, suffixes[i]);
116 null-terminated list of suffixes in SUFFIXES. INTERNAL_P says whether
124 const char *const *suffixes,
128 for (unsigned int i = 0; suffixes[i]; ++i)
129 printf (" BUILT_IN_%s%s\n", name, suffixes[i]);