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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dgen.c129 static void makeErrorClause(Junction *, set, int, int);
143 static void makeErrorClause();
2744 if ( q->p2 != NULL ) {tab(); makeErrorClause(q,f,max_k,0 /* use plus block bypass ? */ );}
2767 if ( q->p2 != NULL ) {tab(); makeErrorClause(q,f,max_k,0 /* use plus block bypass ? */ );}
3011 /* MR21 */ makeErrorClause(q,f,1,0 /* use plus block bypass ? */ ); /* frees set */
3147 /* MR21 */ makeErrorClause(q,f,1,1 /* use plus block bypass ? */ ); /* frees set */
3181 /* MR21 */ makeErrorClause(q,f,1,0 /* use plus block bypass ? */ ); /* frees set */
3186 makeErrorClause(q,f,max_k,1 /* use plus block bypass ? */);
3220 /* MR21 */ makeErrorClause(q,f,1,1 /* use plus block bypass ? */ ); /* frees set */
3290 if ( q->p2 != NULL ) {tab(); makeErrorClause(
4376 makeErrorClause( Junction *q, set f, int max_k, int usePlusBlockBypass ) function
[all...]

Completed in 444 milliseconds