Searched refs:tcopy (Results 1 – 4 of 4) sorted by relevance
233 RETURN_TYPE_<label> * tcopy;235 …tcopy = (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 */<…
521 tcopy(struct op *t, Area *ap) in tcopy() function570 r->left = tcopy(t->left, ap); in tcopy()571 r->right = tcopy(t->right, ap); in tcopy()
1057 tp->val.t = tcopy(t->left, tp->areap); in define()
1935 struct op *tcopy(struct op *, Area *);