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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-aux-info.c108 const char *formal_list = "";
119 if (*formal_list)
120 formal_list = concat (formal_list, ", ", NULL);
123 formal_list
125 ? concat (formal_list, affix_data_type (this_type), NULL)
126 : concat (formal_list, data_type, NULL));
161 if (!*formal_list)
165 formal_list = "void";
167 formal_list
107 const char *formal_list = ""; local
202 const char *formal_list = ""; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-aux-info.cc108 const char *formal_list = "";
119 if (*formal_list)
120 formal_list = concat (formal_list, ", ", NULL);
123 formal_list
125 ? concat (formal_list, affix_data_type (this_type), NULL)
126 : concat (formal_list, data_type, NULL));
161 if (!*formal_list)
165 formal_list = "void";
167 formal_list
107 const char *formal_list = ""; local
202 const char *formal_list = ""; local
[all...]

Completed in 186 milliseconds