Searched refs:formal_list (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-aux-info.c115 const char *formal_list = "";
126 if (*formal_list)
127 formal_list = concat (formal_list, ", ", NULL);
130 formal_list
132 ? concat (formal_list, affix_data_type (this_type), NULL)
133 : concat (formal_list, data_type, NULL));
168 if (!*formal_list)
172 formal_list = "void";
174 formal_list
114 const char *formal_list = ""; local
231 const char *formal_list = ""; local
[all...]

Completed in 113 milliseconds