| /src/usr.bin/xlint/lint2/ |
| lint2.h | 145 typedef struct fcall { struct 151 struct fcall *f_next; /* next call of same function */
|
| read.c | 319 fcall_t *fcall; local 322 fcall = xalloc(sizeof(*fcall)); 323 fcall->f_pos = pos; 327 lai = &fcall->f_args; 369 fcall->f_rused = rused; 370 fcall->f_rdisc = rdisc; 383 fcall->f_type = inptype(cp, &cp); 385 *hte->h_lcall = fcall; 386 hte->h_lcall = &fcall->f_next [all...] |
| chk.c | 141 fcall_t *fcall; local 147 if ((fcall = hte->h_calls) != NULL) { 149 msg(0, hte->h_name, mkpos(&fcall->f_pos));
|
| /src/external/bsd/pcc/dist/pcc/arch/i386/ |
| code.c | 453 static int regcvt, rparg, fcall; variable 472 else if (fcall) 561 fcall = 0; 565 fcall = rparg = 2;
|
| /src/usr.bin/xlint/lint1/ |
| tree.c | 4984 check_expr_addr(const tnode_t *ln, bool szof, bool fcall) 4990 mark_as_used(ln->u.sym, fcall, szof); 5052 check_expr_op(op_t op, const tnode_t *ln, bool szof, bool fcall, bool eqwarn) 5056 check_expr_addr(ln, szof, fcall); 5098 * fcall whether the expression is a function call 5108 bool eqwarn, bool fcall, bool retval_discarded, bool szof) 5136 check_expr_op(op, ln, szof, fcall, eqwarn);
|
| decl.c | 2898 mark_as_used(sym_t *sym, bool fcall, bool szof) 2912 if (!fcall && !szof && sym->s_kind == SK_VCFT && sym->s_scl == EXTERN)
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| dsymbolsem.d | 4644 auto fcall = resolveFuncCall(sd.loc, sc, scall, null, null, null, FuncResolveFlag.quiet); 4648 if (fcall && fcall.isStatic()) 4650 sd.error(fcall.loc, "`static opCall` is hidden by constructors and can never be called"); 4651 errorSupplemental(fcall.loc, "Please use a factory method instead, or replace all constructors with `static opCall`.");
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| decl.cc | 9928 tree fcall; 9976 fcall = build_cleanup (decl); 9981 finish_expr_stmt (fcall); 9916 tree fcall; local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| decl.cc | 9475 tree fcall; 9523 fcall = build_cleanup (decl); 9528 finish_expr_stmt (fcall); 9463 tree fcall; local
|