Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dmrhoist.c2656 static int * suppressChain; /* element 0 not used */ variable
2772 MR_suppressK_client(suppressTree,suppressChain);
2807 if (suppressChain == NULL) {
2808 suppressChain=(int *) calloc(CLL_k+2,sizeof(int));
2809 require (suppressChain != NULL,"MR_suppressK: can't allocate chain");
2842 p->tcontext=MR_iterateOverTreeSuppressK(suppressTree,&suppressChain[1]);
2850 p->tcontext=MR_iterateOverTreeSuppressK(suppressTree,&suppressChain[1]);
2918 fprintf(output," %s",TerminalString(suppressChain[i]));