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

  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pass1.h 435 void *stmtalloc(size_t);
symtabs.c 587 sp->sdf = stmtalloc(sizeof(union dimfun));
builtins.c 739 f->n_dcon = stmtalloc(sizeof(union flt)); \
770 a->n_dcon = stmtalloc(sizeof(union flt));
trees.c 288 l->n_dcon = stmtalloc(sizeof(union flt));
293 r->n_dcon = stmtalloc(sizeof(union flt));
838 p->n_dcon = stmtalloc(sizeof(union flt));
3428 p = stmtalloc(sizeof(P1ND));
pftn.c 2808 s = stmtalloc(sizeof(struct symtab));
3479 * stmtalloc() during a statement lifetime. Expression trees. In pass1.
3508 stmtalloc(size_t size) function
3515 cerror("stmtalloc");
cgram.y 1944 os = s = stmtalloc(l);

Completed in 22 milliseconds