Searched refs:fcall (Results 1 – 13 of 13) sorted by relevance
| /freebsd-9-stable/usr.bin/xlint/lint2/ |
| D | read.c | 272 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()
|
| D | lint2.h | 149 typedef struct fcall { struct 155 struct fcall *f_nxt; /* next call of same function */ argument
|
| D | chk.c | 133 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/ |
| D | common.opt | 323 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
|
| D | ChangeLog-1998 | 3496 * invoke.texi (-fcall-used-REG,-fcall-saved-REG): Note the
|
| D | ChangeLog-2003 | 1600 * config/mips/mips.c (mips_reg_names, mips_sw_reg_names): Add $fcall.
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | trouble.texi | 240 @opindex fcall-saved 249 -fcall-saved-r2 -fcall-saved-r3 -fcall-saved-r4 -fcall-saved-r5
|
| D | invoke.texi | 762 @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
|
| D | tm.texi | 1807 @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/ |
| D | decl.c | 2722 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()
|
| D | tree.c | 3400 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/ |
| D | decl.c | 5694 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()
|
| D | ChangeLog-1998 | 5700 * except.c (do_unwind): #if 0 definition of unused variables fcall
|