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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic54x/
H A Dextaddr.s27 fcall end
/netbsd-6-1-5-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.c282 fcall_t *fcall; local
285 fcall = xalloc(sizeof (fcall_t));
286 STRUCT_ASSIGN(fcall->f_pos, *posp);
290 lai = &fcall->f_args;
333 fcall->f_rused = rused;
334 fcall->f_rdisc = rdisc;
347 fcall->f_type = inptype(cp, &cp);
349 *hte->h_lcall = fcall;
350 hte->h_lcall = &fcall->f_nxt;
H A Dchk.c136 fcall_t *fcall; local
142 if ((fcall = hte->h_calls) != NULL) {
144 msg(0, hte->h_name, mkpos(&fcall->f_pos));
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Ddecl.c2853 setuflg(sym_t *sym, int fcall, int szof) argument
2867 if (!fcall && !szof && sym->s_kind == FVFT && sym->s_scl == EXTERN)
H A Dtree.c3486 chkmisc(tnode_t *tn, int vctx, int tctx, int eqwarn, int fcall, int rvdisc, argument
3508 setuflg(ln->tn_sym, fcall, szof);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Ddecl.c5493 tree fcall;
5512 fcall = build_cleanup (decl);
5517 finish_expr_stmt (fcall);
5481 tree fcall; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.c6220 tree fcall;
6261 fcall = build_cleanup (decl);
6266 finish_expr_stmt (fcall);
6208 tree fcall; local

Completed in 127 milliseconds