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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dinfcall.c81 IS_PROTOTYPED is non-zero if the function declaration is prototyped. */
616 int prototyped; local
620 prototyped. Can we respect TYPE_VARARGS? Probably not. */
622 prototyped = 1;
624 prototyped = TYPE_PROTOTYPED (ftype);
626 prototyped = 0;
633 args[i] = value_arg_coerce (args[i], param_type, prototyped);
1074 calling an unprototyped function, and left alone when calling a prototyped\n\
1076 information to determine that a function is prototyped. If this flag is\n\
1082 calling an unprototyped function, and left alone when calling a prototyped\
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c340 char prototyped; /* = 0 means already prototyped */ member in struct:def_dec_info_struct
806 !ddp->prototyped
813 ddp->prototyped
1484 /* Is this a new style (ANSI prototyped) definition or declaration? */
1486 def_dec_p->prototyped = (*p == 'N');
1736 if (!def_dec_p->prototyped && !*def_dec_p->formal_names)
1737 def_dec_p->prototyped = 1;
1743 if (!def_dec_p->prototyped)
2362 to let un-prototyped functio
[all...]

Completed in 164 milliseconds