Home
last modified time | relevance | path

Searched refs:ExceptionGroup (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Degman.c38 static ExceptionGroup **egArray=NULL; /* ExceptionGroup by BlkLevel */
43 static ExceptionGroup *lastEG=NULL; /* used in altFixup() */
55 void egAdd(ExceptionGroup * eg) in egAdd()
58 ExceptionGroup *eg; in egAdd()
63 ExceptionGroup *nextEG;
64 ExceptionGroup *innerEG;
222 ExceptionGroup **egArrayNew; in arrayCheck()
232 egArrayNew=(ExceptionGroup **) in arrayCheck()
233 calloc(arraySizeNew,sizeof(ExceptionGroup *)); in arrayCheck()
263 ExceptionGroup *nextEG; in egFixup()
[all …]
Dsyn.h151 } ExceptionGroup ; typedef
275 ExceptionGroup *ex_group; /* any exception[el_label] attached? */
310 ExceptionGroup *ex_group; /* any exception[el_label] attached? */
374 ExceptionGroup *outerEG; /* MR7 */
Dgeneric.h157 ExceptionGroup *ex_group;
159 ExceptionGroup *outerEG; /* MR7 */
Dtokens.h141 extern ExceptionGroup * exception_group(void);
143 extern ExceptionGroup * exception_group();
Dglobals.c409 ExceptionGroup *DefaultExGroup = NULL;
Dgen.c135 static char * findOuterHandlerLabel(ExceptionGroup *eg); /* MR7 */
271 hasDefaultException(ExceptionGroup *eg) in hasDefaultException()
274 ExceptionGroup *eg; in hasDefaultException()
290 dumpException(ExceptionGroup *eg, int no_default_case) in dumpException()
293 ExceptionGroup *eg; in dumpException()
392 ExceptionGroup *eg = (ExceptionGroup *) p->elem;
4457 char * findOuterHandlerLabel(ExceptionGroup *eg) /* MR7 */ in findOuterHandlerLabel()
4460 ExceptionGroup *eg; /* MR7 */ in findOuterHandlerLabel()
4464 ExceptionGroup *outerEG; /* MR7 */
Dproto.h253 extern ExceptionGroup *DefaultExGroup;
482 extern void egAdd(ExceptionGroup *); /* MR7 */
Dantlr.c499 ExceptionGroup *eg; in rule()
1673 ExceptionGroup *eg;
2818 ExceptionGroup *
2825 ExceptionGroup * _retv; in exception_group()
2828 PCCTS_PURIFY(_retv,sizeof(ExceptionGroup * )) in exception_group()
2834 _retv = (ExceptionGroup *)calloc(1, sizeof(ExceptionGroup)); in exception_group()
Dantlr.g825 ExceptionGroup *eg;
1461 ExceptionGroup *eg;
2011 exception_group > [ExceptionGroup *eg]
2015 "exception" <<$eg = (ExceptionGroup *)calloc(1, sizeof(ExceptionGroup));>>