Home
last modified time | relevance | path

Searched refs:tcopy (Results 1 – 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DAST.stg233 RETURN_TYPE_<label> * tcopy;
235tcopy = (RETURN_TYPE_<label> *)ANTLR3_MALLOC(sizeof(RETURN_TYPE_<label>)); /* Note no memory alloc…
236 ANTLR3_MEMCPY((void *)(tcopy), (const void *)&<label>, sizeof(RETURN_TYPE_<label>));
237 …list_<label>->add(list_<label>, (void *)tcopy, freeScope); /* Add whatever the return type is */<…
/external/mksh/src/
Dtree.c521 tcopy(struct op *t, Area *ap) in tcopy() function
570 r->left = tcopy(t->left, ap); in tcopy()
571 r->right = tcopy(t->right, ap); in tcopy()
Dexec.c1057 tp->val.t = tcopy(t->left, tp->areap); in define()
Dsh.h1935 struct op *tcopy(struct op *, Area *);