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

/freebsd-11-stable/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.c273 fcall_t *fcall; local
276 fcall = xalloc(sizeof (fcall_t));
277 STRUCT_ASSIGN(fcall->f_pos, *posp);
281 lai = &fcall->f_args;
324 fcall->f_rused = rused;
325 fcall->f_rdisc = rdisc;
338 fcall->f_type = inptype(cp, &cp);
340 *hte->h_lcall = fcall;
341 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-11-stable/usr.bin/xlint/lint1/
H A Ddecl.c2724 setuflg(sym_t *sym, int fcall, int szof) argument
2738 if (!fcall && !szof && sym->s_kind == FVFT && sym->s_scl == EXTERN)
H A Dtree.c3506 chkmisc(tnode_t *tn, int vctx, int tctx, int eqwarn, int fcall, int rvdisc, argument
3528 setuflg(ln->tn_sym, fcall, szof);
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.c6102 tree fcall;
6121 fcall = build_cleanup (decl);
6126 finish_expr_stmt (fcall);
6091 tree fcall; local

Completed in 146 milliseconds