Searched refs:tokensInChain (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | fset2.c | 1713 static int *tokensInChain=NULL; variable 1733 set_orel( (unsigned) tokensInChain[i], in MR_traceAmbSourceKclient() 1736 set_orel( (unsigned) tokensInChain[i], in MR_traceAmbSourceKclient() 1752 ** fprintf(stdout,"%s",TerminalString(tokensInChain[j])); in MR_traceAmbSourceKclient() 1862 if (tokensInChain == NULL) { 1863 tokensInChain=(int *) calloc (CLL_k+1,sizeof(int)); 1864 require (tokensInChain != NULL,"tokensInChain alloc"); 1901 MR_iterateOverTree(truncatedTree,&tokensInChain[1]); /* <===== */ 1904 MR_iterateOverTree(t,tokensInChain); /* <===== */
|
D | mrhoist.c | 2680 int MR_suppressK_client(Tree *tree,int tokensInChain[]) argument 2682 int MR_suppressK_client(tree,tokensInChain) 2684 int tokensInChain[]; 2701 tokensInChain[suppressChainLength+1] != 0; 2708 set_orel( (unsigned) tokensInChain[i],
|