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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
bits.c 721 if ( FirstAction != NULL ) dumpAction(FirstAction,Parser_c, 0, -1, 0, 1); /* MR11 MR15b */
831 if ( FirstAction != NULL ) dumpAction( FirstAction, Parser_h, 0, -1, 0, 1); /* MR11 MR15b */
889 if ( FirstAction != NULL ) dumpAction( FirstAction, ErrFile, 0, -1, 0, 1); /* MR11 MR15b */
globals.c 362 char *FirstAction=NULL; /* action defined with #first MR11 */
lex.c 70 if (FirstAction != NULL ) dumpAction( FirstAction, dlgFile, 0, -1, 0, 1 ); /* MR11 MR15b */
antlr.g 638 if ( FirstAction==NULL ) {
639 FirstAction = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
640 require(FirstAction!=NULL, "rule grammar: cannot allocate #first action");
641 strcpy(FirstAction, LATEXT(1));
    [all...]
antlr.c 99 if ( FirstAction==NULL ) {
100 FirstAction = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
101 require(FirstAction!=NULL, "rule grammar: cannot allocate #first action");
102 strcpy(FirstAction, LATEXT(1));
    [all...]
proto.h 117 extern char *FirstAction; /* MR11 */
    [all...]
gen.c     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 90 int FirstAction = 0;
138 FirstAction = SizeActions + SizeSiteActions - SizeAction + 1;
139 } // else identical - re-use previous FirstAction
146 FirstActions.push_back(FirstAction);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfException.cpp 116 int FirstAction = 0;
165 FirstAction = SizeActions + SizeSiteActions - SizeAction + 1;
166 } // else identical - re-use previous FirstAction
173 FirstActions.push_back(FirstAction);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 243 int FirstAction = 0;
286 FirstAction = SizeActions + SizeSiteActions - SizeAction + 1;
287 } // else identical - re-use previous FirstAction
289 FirstActions.push_back(FirstAction);

Completed in 770 milliseconds