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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-aux-info.c209 const char *this_formal;
213 this_formal = gen_decl (formal_decl, 0, style);
215 formal_list = concat (formal_list, this_formal, "; ", NULL);
217 formal_list = concat (formal_list, this_formal, NULL);
208 const char *this_formal; local
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-aux-info.cc209 const char *this_formal;
213 this_formal = gen_decl (formal_decl, 0, style);
215 formal_list = concat (formal_list, this_formal, "; ", NULL);
217 formal_list = concat (formal_list, this_formal, NULL);
208 const char *this_formal; local

Completed in 153 milliseconds