HomeSort by: relevance | last modified time | path
    Searched refs:argbase (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/arch/i86/
code.c 132 int argbase, nrarg, sz; local
134 argbase = ARGINIT;
152 n->n_lval = argbase/SZCHAR;
153 argbase += SZINT;
176 sp2->soffset = argbase;
177 argbase += sz;
187 * Now (argbase - ARGINIT) is used space on stack.
241 argstacksize = (argbase - ARGINIT)/SZCHAR;
  /src/external/bsd/pcc/dist/pcc/arch/i386/
code.c 213 int argbase, nrarg, sz; local
251 argbase = ARGINIT;
281 slval(n, argbase/SZCHAR);
282 argbase += SZINT;
306 sp2->soffset = argbase;
307 argbase += sz;
317 * Now (argbase - ARGINIT) is used space on stack.
377 argstacksize += (argbase - ARGINIT)/SZCHAR;
  /src/external/bsd/pcc/dist/pcc/arch/vax/
code.c 157 int i, argbase, sz; local
169 argbase = ARGINIT;
175 sp2->soffset = argbase;
176 argbase += sz;
  /src/usr.bin/ftp/
main.c 812 argbase = argbuf; /* store from first of buffer */
838 cursor_argo = ap-argbase; \
856 char *ap = argbase;
857 char *tmp = argbase; /* will return this if token found */
959 argbase = ap; /* update storage pointer */
ftp_var.h 292 GLOBAL char *argbase; /* current storage point in arg buffer */ variable
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-uninit.cc 853 tree argbase = maybe_warn_operand (ref, stmt, NULL_TREE, arg, wlims); local
854 if (!argbase)
901 if (DECL_P (argbase))
903 location_t loc = DECL_SOURCE_LOCATION (argbase);
904 inform (loc, "%qD declared here", argbase);
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-uninit.cc 870 tree argbase = maybe_warn_operand (ref, stmt, NULL_TREE, arg, wlims); local
871 if (!argbase)
918 if (DECL_P (argbase))
920 location_t loc = DECL_SOURCE_LOCATION (argbase);
921 inform (loc, "%qD declared here", argbase);

Completed in 63 milliseconds