Searched refs:formal_list (Results 1 – 3 of 3) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-aux-info.c | 119 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 D | c-aux-info.cc | 119 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 D | c-aux-info.c | 119 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 …]
|