Home
last modified time | relevance | path

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

/NextBSD/usr.bin/xlint/lint2/
HDread.c273 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()
HDlint2.h149 typedef struct fcall { struct
155 struct fcall *f_nxt; /* next call of same function */ argument
HDchk.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()
/NextBSD/contrib/gcc/
HDcommon.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
HDChangeLog-19983496 * invoke.texi (-fcall-used-REG,-fcall-saved-REG): Note the
HDChangeLog-20031600 * config/mips/mips.c (mips_reg_names, mips_sw_reg_names): Add $fcall.
/NextBSD/contrib/gcc/doc/
HDtrouble.texi240 @opindex fcall-saved
249 -fcall-saved-r2 -fcall-saved-r3 -fcall-saved-r4 -fcall-saved-r5
HDinvoke.texi768 @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
HDtm.texi1807 @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/
HDdecl.c2724 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()
HDtree.c3506 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/
HDdecl.c6091 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()
HDChangeLog-19985700 * except.c (do_unwind): #if 0 definition of unused variables fcall