HomeSort by relevance Sort by last modified time
    Searched refs:tcopy (Results 1 - 4 of 4) sorted by null

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
AST.stg 233 RETURN_TYPE_<label> * tcopy;
235 tcopy = (RETURN_TYPE_<label> *)ANTLR3_MALLOC(sizeof(RETURN_TYPE_<label>)); /* Note no memory allocation checks! */
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 */<\n>
  /external/mksh/src/
tree.c 521 tcopy(struct op *t, Area *ap) function
570 r->left = tcopy(t->left, ap);
571 r->right = tcopy(t->right, ap);
exec.c 1057 tp->val.t = tcopy(t->left, tp->areap);
    [all...]
sh.h     [all...]

Completed in 58 milliseconds