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

/freebsd-10.0-release/usr.bin/xlint/lint2/
H A Dlint2.h149 typedef struct fcall { struct
155 struct fcall *f_nxt; /* next call of same function */
H A Dread.c272 fcall_t *fcall; local
275 fcall = xalloc(sizeof (fcall_t));
276 STRUCT_ASSIGN(fcall->f_pos, *posp);
280 lai = &fcall->f_args;
323 fcall->f_rused = rused;
324 fcall->f_rdisc = rdisc;
337 fcall->f_type = inptype(cp, &cp);
339 *hte->h_lcall = fcall;
340 hte->h_lcall = &fcall->f_nxt;
H A Dchk.c133 fcall_t *fcall; local
139 if ((fcall = hte->h_calls) != NULL) {
141 msg(0, hte->h_name, mkpos(&fcall->f_pos));
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Ddecl.c2722 setuflg(sym_t *sym, int fcall, int szof) argument
2736 if (!fcall && !szof && sym->s_kind == FVFT && sym->s_scl == EXTERN)
H A Dtree.c3400 chkmisc(tnode_t *tn, int vctx, int tctx, int eqwarn, int fcall, int rvdisc, argument
3422 setuflg(ln->tn_sym, fcall, szof);
/freebsd-10.0-release/contrib/gcc/cp/
H A Ddecl.c5669 tree fcall;
5688 fcall = build_cleanup (decl);
5693 finish_expr_stmt (fcall);
5657 tree fcall; local

Completed in 113 milliseconds