HomeSort by relevance Sort by last modified time
    Searched refs:FoStack (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
dumpcycles.c 55 if (FoStack[k] == NULL) {
56 fprintf(stderr,"FoStack[%d] is null\n",k);
61 if (FoTOS[k] != NULL && FoStack[k] != NULL) {
62 for (pi=FoStack[k]; pi <= FoTOS[k]; pi++) {
misc.c 733 if ( FoStack[k] == NULL ) /* Does the kth stack exist yet? */
735 /*fprintf(stderr, "allocating FoStack\n");*/
736 FoStack[k] = (int *) calloc(FoStackSize, sizeof(int));
737 require(FoStack[k]!=NULL, "FoPush: cannot allocate FOLLOW stack\n");
741 FoTOS[k]=FoStack[k];
747 require(valid(FoStack[k]), "FoPush: invalid FoStack");
749 if ( FoTOS[k] >= &(FoStack[k][FoStackSize-1]) )
752 require(FoTOS[k]>=FoStack[k],
753 eMsg1("FoPush: FoStack stack-ptr is playing out of its sandbox",
    [all...]
globals.c 322 int **FoStack; /* Array of LL_k ptrs to stacks of rule numbers */
proto.h 139 extern int **FoStack;
    [all...]
main.c     [all...]

Completed in 164 milliseconds