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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
proto.h 334 extern Tree * tlink( Tree *, Tree *, int );
615 extern Tree * tlink();
    [all...]
fset2.c 431 tlink( Tree *t, Tree *u, int remaining_k ) function
433 tlink( t, u, remaining_k )
440 require(remaining_k!=0, "tlink: bad tree");
443 /*fprintf(stderr, "tlink: u is:"); preorder(u); fprintf(stderr, "\n");*/
446 require(t->down==NULL, "tlink: invalid tree");
457 t->down = tlink(t->down, u, remaining_k);
458 t->right = tlink(t->right, u, remaining_k);
739 t = tlink(t, u, k2); /* any alts missing k2 toks, add u onto end */
    [all...]
pred.c 683 a->tcontext = tlink(a->tcontext, u, k2);
mrhoist.c 1039 *t=tlink(*t,u,k2);
    [all...]

Completed in 1896 milliseconds