HomeSort by: relevance | last modified time | path
    Searched defs:fcall (Results 1 - 6 of 6) sorted by relevancy

  /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/lint2/
chk.c 141 fcall_t *fcall; local
147 if ((fcall = hte->h_calls) != NULL) {
149 msg(0, hte->h_name, mkpos(&fcall->f_pos));
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...]
  /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

Completed in 98 milliseconds