Searched refs:contextGuardOK (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | fset2.c | 1521 int contextGuardOK(Node *p,int h,int *hmax) in contextGuardOK() function 1523 int contextGuardOK(p,h,hmax) in contextGuardOK() 1541 return contextGuardOK( ( (TokNode *) p)->next,h,hmax); 1555 contextGuardOK(j->p1,h,hmax); 1559 return contextGuardOK(j->p2,h,hmax) | contextGuardOK(j->p1,h,hmax); 1564 contextGuardOK( ( (ActionNode *) p)->next,h,hmax); 1599 ok=contextGuardOK( (Node *)junc,0,&hmax); /* MR10 */
|