Searched refs:fcall (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/usr.bin/xlint/lint2/ |
| HD | read.c | 273 fcall_t *fcall; in funccall() local 276 fcall = xalloc(sizeof (fcall_t)); in funccall() 277 STRUCT_ASSIGN(fcall->f_pos, *posp); in funccall() 281 lai = &fcall->f_args; in funccall() 324 fcall->f_rused = rused; in funccall() 325 fcall->f_rdisc = rdisc; in funccall() 338 fcall->f_type = inptype(cp, &cp); in funccall() 340 *hte->h_lcall = fcall; in funccall() 341 hte->h_lcall = &fcall->f_nxt; in funccall()
|
| HD | lint2.h | 149 typedef struct fcall { struct 155 struct fcall *f_nxt; /* next call of same function */ argument
|
| HD | 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()
|
| /NextBSD/contrib/gcc/ |
| HD | 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
|
| HD | ChangeLog-1998 | 3496 * invoke.texi (-fcall-used-REG,-fcall-saved-REG): Note the
|
| HD | ChangeLog-2003 | 1600 * config/mips/mips.c (mips_reg_names, mips_sw_reg_names): Add $fcall.
|
| /NextBSD/contrib/gcc/doc/ |
| HD | trouble.texi | 240 @opindex fcall-saved 249 -fcall-saved-r2 -fcall-saved-r3 -fcall-saved-r4 -fcall-saved-r5
|
| HD | invoke.texi | 768 @gccoptlist{-fcall-saved-@var{reg} -fcall-used-@var{reg} @gol 13396 @item -fcall-used-@var{reg} 13397 @opindex fcall-used 13410 @item -fcall-saved-@var{reg} 13411 @opindex fcall-saved
|
| HD | 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}}
|
| /NextBSD/usr.bin/xlint/lint1/ |
| HD | decl.c | 2724 setuflg(sym_t *sym, int fcall, int szof) in setuflg() argument 2738 if (!fcall && !szof && sym->s_kind == FVFT && sym->s_scl == EXTERN) in setuflg()
|
| HD | tree.c | 3506 chkmisc(tnode_t *tn, int vctx, int tctx, int eqwarn, int fcall, int rvdisc, in chkmisc() argument 3528 setuflg(ln->tn_sym, fcall, szof); in chkmisc()
|
| /NextBSD/contrib/gcc/cp/ |
| HD | decl.c | 6091 tree fcall; in register_dtor_fn() local 6110 fcall = build_cleanup (decl); in register_dtor_fn() 6115 finish_expr_stmt (fcall); in register_dtor_fn()
|
| HD | ChangeLog-1998 | 5700 * except.c (do_unwind): #if 0 definition of unused variables fcall
|