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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
globals.c 470 /* DontCopyTokens and Pragma_DupLabeledTokens were a bad idea. I've just
474 int DontCopyTokens = 1; /* in C++, don't copy ANTLRToken passed to ANTLR */
proto.h 245 extern int DontCopyTokens;
    [all...]
gen.c 260 if ( !DontCopyTokens ) _gen2("_tv%d%d,", BlkLevel, t);
262 if ( !DontCopyTokens ) {_gen2("= &_tv%d%d", BlkLevel, t);}
    [all...]

Completed in 267 milliseconds