Searched defs:allHaveContext (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dgen.c893 /* 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) {
H A Dmrhoist.c1723 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);

Completed in 44 milliseconds