Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dgen.c894 /* MR10 */ int noneHaveContext=1; local
896 /* MR10 */ MR_predContextPresent(p,&allHaveContext,&noneHaveContext);
898 if ( ! noneHaveContext ) /* MR10 context guards ignored when -prc off */
909 if ( ! noneHaveContext ) _gen(")"); /* MR10 context guards ignored when -prc off */
922 ** if ( ! noneHaveContext ) _gen(")"); /* MR10 context guards ignored when -prc off */
936 if ( ! noneHaveContext ) _gen(")"); /* MR10 context guards ignored when -prc off */
951 if ( ! noneHaveContext ) _gen(")"); /* MR10 context guards ignored when -prc off */
963 ** if ( !noneHaveContext &&
1014 int noneHaveContext=1; local
1026 MR_predContextPresent(p,&allHaveContext,&noneHaveContext);
[all …]
Dmrhoist.c1723 void MR_predContextPresent(Predicate *p,int *allHaveContext,int *noneHaveContext) argument
1725 void MR_predContextPresent(p,allHaveContext,noneHaveContext)
1728 int *noneHaveContext;
1732 MR_predContextPresent(p->right,allHaveContext,noneHaveContext);
1737 *noneHaveContext=0;
1742 MR_predContextPresent(p->down,allHaveContext,noneHaveContext);