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

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c335 const char * ansi_decl; /* -> left end of ansi decl */ member in struct:def_dec_info_struct
960 free ((NONCONST void *) p->ansi_decl);
1543 def_dec_p->ansi_decl
1629 ansi_decl parts of the lines from the aux_info files just to be on
1644 if (strcmp (def_dec_p->ansi_decl, other->ansi_decl))
2440 extern_def_p->line, extern_def_p->ansi_decl);
2447 dd_p->line, dd_p->ansi_decl);
2495 Why not just use user->ansi_decl without copying? */
2496 char *needed = alloca (strlen (user->ansi_decl)
[all...]

Completed in 52 milliseconds