Searched refs:allHaveContext (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | mrhoist.c | 1723 void MR_predContextPresent(Predicate *p,int *allHaveContext,int *noneHaveContext) argument 1725 void MR_predContextPresent(p,allHaveContext,noneHaveContext) 1727 int *allHaveContext; 1732 MR_predContextPresent(p->right,allHaveContext,noneHaveContext); 1739 *allHaveContext=0; 1742 MR_predContextPresent(p->down,allHaveContext,noneHaveContext);
|
D | gen.c | 893 /* MR10 */ int allHaveContext=1; local 896 /* MR10 */ MR_predContextPresent(p,&allHaveContext,&noneHaveContext); 1013 int allHaveContext=1; local 1026 MR_predContextPresent(p,&allHaveContext,&noneHaveContext); 1146 int allHaveContext=1; local 1164 MR_predContextPresent(p,&allHaveContext,&noneHaveContext); 1165 if (!noneHaveContext & !allHaveContext) {
|