Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dmrhoist.c2752 Tree * MR_iterateOverTreeSuppressK(Tree *t,int chain[]) function
2754 Tree * MR_iterateOverTreeSuppressK(t,chain)
2760 t->right=MR_iterateOverTreeSuppressK(t->right,&chain[0]);
2763 t->down=MR_iterateOverTreeSuppressK(t->down,&chain[1]);
2842 p->tcontext=MR_iterateOverTreeSuppressK(suppressTree,&suppressChain[1]);
2850 p->tcontext=MR_iterateOverTreeSuppressK(suppressTree,&suppressChain[1]);