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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-aux-info.c237 const char *this_formal;
241 this_formal = gen_decl (formal_decl, 0, style);
243 formal_list = concat (formal_list, this_formal, "; ", NULL);
245 formal_list = concat (formal_list, this_formal, NULL);
236 const char *this_formal; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-aux-info.c238 const char *this_formal;
242 this_formal = gen_decl (formal_decl, 0, style);
244 formal_list = concat (formal_list, this_formal, "; ", NULL);
246 formal_list = concat (formal_list, this_formal, NULL);
237 const char *this_formal; local

Completed in 285 milliseconds