| H A D | chk.c | 225 * Print a warning if the return value assumed for a function call 231 * call as it's done for function arguments. 236 fcall_t *call; in chkvtui() local 250 for (call = hte->h_calls; call != NULL; call = call->f_next) { in chkvtui() 251 tp2 = TP(call->f_type)->t_subt; in chkvtui() 254 if (!call->f_rused) { in chkvtui() 274 mkpos(&def->s_pos), mkpos(&call in chkvtui() 335 fcall_t *calls, *call, *call1; chkfaui() local 440 chkau(const hte_t * hte,int n,sym_t * def,sym_t * decl,pos_t * pos1p,fcall_t * call1,fcall_t * call,type_t * arg1,type_t * arg2) chkau() argument 591 printflike(const hte_t * hte,fcall_t * call,int n,const char * fmt,type_t ** ap) printflike() argument 818 scanflike(const hte_t * hte,fcall_t * call,int n,const char * fmt,type_t ** ap) scanflike() argument 1009 bad_format_string(const hte_t * hte,fcall_t * call) bad_format_string() argument 1017 inconsistent_arguments(const hte_t * hte,fcall_t * call,int n) inconsistent_arguments() argument 1025 too_few_arguments(const hte_t * hte,fcall_t * call) too_few_arguments() argument 1033 too_many_arguments(const hte_t * hte,fcall_t * call) too_many_arguments() argument 1061 fcall_t *call; check_return_values() local [all...] |