Home
last modified time | relevance | path

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

12

/netbsd-src/usr.bin/xlint/lint2/
H A Dread.c319 fcall_t *fcall; in funccall() local
322 fcall = xalloc(sizeof(*fcall)); in funccall()
323 fcall->f_pos = pos; in funccall()
327 lai = &fcall->f_args; in funccall()
369 fcall->f_rused = rused; in funccall()
370 fcall->f_rdisc = rdisc; in funccall()
383 fcall->f_type = inptype(cp, &cp); in funccall()
385 *hte->h_lcall = fcall; in funccall()
386 hte->h_lcall = &fcall in funccall()
[all...]
H A Dlint2.h148 typedef struct fcall { struct
154 struct fcall *f_next; /* next call of same function */ argument
H A Dchk.c136 fcall_t *fcall; in check_used_not_defined() local
142 if ((fcall = hte->h_calls) != NULL) { in check_used_not_defined()
144 msg(0, hte->h_name, mkpos(&fcall->f_pos)); in check_used_not_defined()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/
H A Dcode.c453 static int regcvt, rparg, fcall; variable
472 else if (fcall)
561 fcall = 0;
565 fcall = rparg = 2;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddstruct.c1197 FuncDeclaration *fcall = resolveFuncCall(loc, sc, scall, NULL, NULL, NULL, 1); in semantic() local
1201 if (fcall && fcall->isStatic()) in semantic()
1203 … error(fcall->loc, "static opCall is hidden by constructors and can never be called"); in semantic()
1204 …errorSupplemental(fcall->loc, "Please use a factory method instead, or replace all constructors wi… in semantic()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangCommandLineReference.rst2931 .. option:: -fcall-saved-x10
2935 .. option:: -fcall-saved-x11
2939 .. option:: -fcall-saved-x12
2943 .. option:: -fcall-saved-x13
2947 .. option:: -fcall-saved-x14
2951 .. option:: -fcall-saved-x15
2955 .. option:: -fcall-saved-x18
2959 .. option:: -fcall-saved-x8
2963 .. option:: -fcall-saved-x9
/netbsd-src/usr.bin/xlint/lint1/
H A Dtree.c4759 check_expr_addr(const tnode_t *ln, bool szof, bool fcall) in constant_addr()
4765 mark_as_used(ln->u.sym, fcall, szof); in constant_addr()
4827 check_expr_op(op_t op, const tnode_t *ln, bool szof, bool fcall, bool eqwarn) in cat_strings()
4831 check_expr_addr(ln, szof, fcall); in cat_strings()
4873 * fcall whether the expression is a function call in end_statement_expr()
4883 bool eqwarn, bool fcall, bool retval_discarded, bool szof) in end_statement_expr()
4911 check_expr_op(op, ln, szof, fcall, eqwarn);
4527 check_expr_addr(const tnode_t * ln,bool szof,bool fcall) check_expr_addr() argument
4595 check_expr_op(op_t op,const tnode_t * ln,bool szof,bool fcall,bool eqwarn) check_expr_op() argument
4651 check_expr_misc(const tnode_t * tn,bool vctx,bool cond,bool eqwarn,bool fcall,bool retval_discarded,bool szof) check_expr_misc() argument
H A Ddecl.c2868 mark_as_used(sym_t *sym, bool fcall, bool szof) in mark_as_used()
2882 if (!fcall && !szof && sym->s_kind == SK_VCFT && sym->s_scl == EXTERN) in check_usage()
2854 mark_as_used(sym_t * sym,bool fcall,bool szof) mark_as_used() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbolsem.d4644 … auto fcall = resolveFuncCall(sd.loc, sc, scall, null, null, null, FuncResolveFlag.quiet); in visit() local
4648 if (fcall && fcall.isStatic()) in visit()
4650 … sd.error(fcall.loc, "`static opCall` is hidden by constructors and can never be called"); in visit()
4651 …errorSupplemental(fcall.loc, "Please use a factory method instead, or replace all constructors wit… in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcommon.opt1113 fcall-saved-
1115 -fcall-saved-<register> Mark <register> as being preserved across functions.
1117 fcall-used-
1119 -fcall-used-<register> Mark <register> as being corrupted by function calls.
H A Dtarget.def6048 @option{-fcall-used-@var{reg}} and @option{-fcall-saved-@var{reg}}\n\
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcommon.opt1169 fcall-saved-
1171 -fcall-saved-<register> Mark <register> as being preserved across functions.
1173 fcall-used-
1175 -fcall-used-<register> Mark <register> as being corrupted by function calls.
H A DChangeLog-19983496 * invoke.texi (-fcall-used-REG,-fcall-saved-REG): Note the
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c8817 tree fcall; in register_dtor_fn() local
8865 fcall = build_cleanup (decl); in register_dtor_fn()
8870 finish_expr_stmt (fcall); in register_dtor_fn()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc9463 tree fcall; in register_dtor_fn() local
9511 fcall = build_cleanup (decl); in register_dtor_fn()
9516 finish_expr_stmt (fcall); in register_dtor_fn()
H A DChangeLog-19985700 * except.c (do_unwind): #if 0 definition of unused variables fcall
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dtm.texi1857 @option{-fcall-used-@var{reg}} and @option{-fcall-saved-@var{reg}}.
1958 @option{-fcall-used-@var{reg}} and @option{-fcall-saved-@var{reg}}
H A Dtm.texi.in1672 @option{-fcall-used-@var{reg}} and @option{-fcall-saved-@var{reg}}.
H A Dinvoke.texi621 @gccoptlist{-fcall-saved-@var{reg} -fcall-used-@var{reg} @gol
15252 @item -fcall-used-@var{reg}
15253 @opindex fcall-used
15266 @item -fcall-saved-@var{reg}
15267 @opindex fcall-saved
H A Dgcc.info950 -fcall-saved-REG -fcall-used-REG
14535 '-fcall-used-REG'
14549 '-fcall-saved-REG'
60701 * fcall-saved: Code Gen Options. (line 448)
60702 * fcall-used: Code Gen Options. (line 434)
H A Dgccint.info32647 options '-ffixed-REG', '-fcall-used-REG' and '-fcall-saved-REG'.
32728 and any '-ffixed-REG', '-fcall-used-REG' and '-fcall-saved-REG'
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dinvoke.texi672 @gccoptlist{-fcall-saved-@var{reg} -fcall-used-@var{reg} @gol
17476 @item -fcall-used-@var{reg}
17477 @opindex fcall-used
17490 @item -fcall-saved-@var{reg}
17491 @opindex fcall-saved
H A Dgcc.info999 -fcall-saved-REG -fcall-used-REG
16546 '-fcall-used-REG'
16560 '-fcall-saved-REG'
63718 * fcall-saved: Code Gen Options. (line 455)
63719 * fcall-used: Code Gen Options. (line 441)
H A Dgccint.info34092 options '-ffixed-REG', '-fcall-used-REG' and '-fcall-saved-REG'.
34173 and any '-ffixed-REG', '-fcall-used-REG' and '-fcall-saved-REG'
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td3211 def fcall_saved_x#i : Flag<["-"], "fcall-saved-x"#i>, Group<m_aarch64_Features_Group>,

12