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

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dchk.c336 fcall_t *calls, *call, *call1; local
351 call1 = NULL;
362 call1 = calls;
364 if ((tp1 = TP(call1->f_type))->t_tspec != FUNC)
366 pos1p = &call1->f_pos;
380 chkau(hte, n, def, decl, pos1p, call1, call,
433 * call1 first call, if both def and decl are old style def/decl
435 * arg1 currently checked argument of def/decl/call1
441 fcall_t *call1, fcall_t *call, type_t *arg1, type_t *arg2)
455 * call we have found (call1)
440 chkau(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) argument
[all...]

Completed in 70 milliseconds