Home
last modified time | relevance | path

Searched refs:stmtalloc (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpass1.h435 void *stmtalloc(size_t);
H A Dsymtabs.c587 sp->sdf = stmtalloc(sizeof(union dimfun)); in strst()
H A Dbuiltins.c739 f->n_dcon = stmtalloc(sizeof(union flt)); \
770 a->n_dcon = stmtalloc(sizeof(union flt)); in builtin_huge_valf()
H A Dtrees.c288 l->n_dcon = stmtalloc(sizeof(union flt)); in buildtree()
293 r->n_dcon = stmtalloc(sizeof(union flt)); in buildtree()
838 p->n_dcon = stmtalloc(sizeof(union flt)); in concast()
3428 p = stmtalloc(sizeof(P1ND));
H A Dpftn.c2808 s = stmtalloc(sizeof(struct symtab)); in getsymtab()
3508 stmtalloc(size_t size) in stmtalloc() function
H A Dcgram.y1944 os = s = stmtalloc(l); in mkpstr()