Home
last modified time | relevance | path

Searched refs:fcall (Results 1 – 13 of 13) sorted by relevance

/freebsd-9-stable/usr.bin/xlint/lint2/
Dread.c272 fcall_t *fcall; in funccall() local
275 fcall = xalloc(sizeof (fcall_t)); in funccall()
276 STRUCT_ASSIGN(fcall->f_pos, *posp); in funccall()
280 lai = &fcall->f_args; in funccall()
323 fcall->f_rused = rused; in funccall()
324 fcall->f_rdisc = rdisc; in funccall()
337 fcall->f_type = inptype(cp, &cp); in funccall()
339 *hte->h_lcall = fcall; in funccall()
340 hte->h_lcall = &fcall->f_nxt; in funccall()
Dlint2.h149 typedef struct fcall { struct
155 struct fcall *f_nxt; /* next call of same function */ argument
Dchk.c133 fcall_t *fcall; in chkund() local
139 if ((fcall = hte->h_calls) != NULL) { in chkund()
141 msg(0, hte->h_name, mkpos(&fcall->f_pos)); in chkund()
/freebsd-9-stable/contrib/gcc/
Dcommon.opt323 fcall-saved-
325 -fcall-saved-<register> Mark <register> as being preserved across functions
327 fcall-used-
329 -fcall-used-<register> Mark <register> as being corrupted by function calls
DChangeLog-19983496 * invoke.texi (-fcall-used-REG,-fcall-saved-REG): Note the
DChangeLog-20031600 * config/mips/mips.c (mips_reg_names, mips_sw_reg_names): Add $fcall.
/freebsd-9-stable/contrib/gcc/doc/
Dtrouble.texi240 @opindex fcall-saved
249 -fcall-saved-r2 -fcall-saved-r3 -fcall-saved-r4 -fcall-saved-r5
Dinvoke.texi762 @gccoptlist{-fcall-saved-@var{reg} -fcall-used-@var{reg} @gol
13365 @item -fcall-used-@var{reg}
13366 @opindex fcall-used
13379 @item -fcall-saved-@var{reg}
13380 @opindex fcall-saved
Dtm.texi1807 @option{-fcall-used-@var{reg}} and @option{-fcall-saved-@var{reg}}.
1865 @option{-fcall-used-@var{reg}} and @option{-fcall-saved-@var{reg}}
/freebsd-9-stable/usr.bin/xlint/lint1/
Ddecl.c2722 setuflg(sym_t *sym, int fcall, int szof) in setuflg() argument
2736 if (!fcall && !szof && sym->s_kind == FVFT && sym->s_scl == EXTERN) in setuflg()
Dtree.c3400 chkmisc(tnode_t *tn, int vctx, int tctx, int eqwarn, int fcall, int rvdisc, in chkmisc() argument
3422 setuflg(ln->tn_sym, fcall, szof); in chkmisc()
/freebsd-9-stable/contrib/gcc/cp/
Ddecl.c5694 tree fcall; in register_dtor_fn() local
5713 fcall = build_cleanup (decl); in register_dtor_fn()
5718 finish_expr_stmt (fcall); in register_dtor_fn()
DChangeLog-19985700 * except.c (do_unwind): #if 0 definition of unused variables fcall