Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/c/
H A Dc-aux-info.c119 formal_list = concat (formal_list, ", ", NULL); in gen_formal_list_for_type()
122 formal_list in gen_formal_list_for_type()
160 if (!*formal_list) in gen_formal_list_for_type()
174 formal_list = concat (formal_list, ", ...", NULL); in gen_formal_list_for_type()
211 formal_list = concat (formal_list, ", ", NULL); in gen_formal_list_for_func_def()
214 formal_list = concat (formal_list, this_formal, "; ", NULL); in gen_formal_list_for_func_def()
216 formal_list = concat (formal_list, this_formal, NULL); in gen_formal_list_for_func_def()
222 formal_list = concat (formal_list, "void", NULL); in gen_formal_list_for_func_def()
224 formal_list = concat (formal_list, ", ...", NULL); in gen_formal_list_for_func_def()
227 formal_list = concat (" (", formal_list, ")", NULL); in gen_formal_list_for_func_def()
[all …]
H A Dc-aux-info.cc119 formal_list = concat (formal_list, ", ", NULL); in gen_formal_list_for_type()
122 formal_list in gen_formal_list_for_type()
160 if (!*formal_list) in gen_formal_list_for_type()
174 formal_list = concat (formal_list, ", ...", NULL); in gen_formal_list_for_type()
211 formal_list = concat (formal_list, ", ", NULL); in gen_formal_list_for_func_def()
214 formal_list = concat (formal_list, this_formal, "; ", NULL); in gen_formal_list_for_func_def()
216 formal_list = concat (formal_list, this_formal, NULL); in gen_formal_list_for_func_def()
222 formal_list = concat (formal_list, "void", NULL); in gen_formal_list_for_func_def()
224 formal_list = concat (formal_list, ", ...", NULL); in gen_formal_list_for_func_def()
227 formal_list = concat (" (", formal_list, ")", NULL); in gen_formal_list_for_func_def()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-aux-info.c119 formal_list = concat (formal_list, ", ", NULL); in gen_formal_list_for_type()
122 formal_list in gen_formal_list_for_type()
160 if (!*formal_list) in gen_formal_list_for_type()
174 formal_list = concat (formal_list, ", ...", NULL); in gen_formal_list_for_type()
211 formal_list = concat (formal_list, ", ", NULL); in gen_formal_list_for_func_def()
214 formal_list = concat (formal_list, this_formal, "; ", NULL); in gen_formal_list_for_func_def()
216 formal_list = concat (formal_list, this_formal, NULL); in gen_formal_list_for_func_def()
222 formal_list = concat (formal_list, "void", NULL); in gen_formal_list_for_func_def()
224 formal_list = concat (formal_list, ", ...", NULL); in gen_formal_list_for_func_def()
227 formal_list = concat (" (", formal_list, ")", NULL); in gen_formal_list_for_func_def()
[all …]