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

  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/
lldbefi.py 287 ExprStr = ""
289 ExprStr = "End Device Path" if SubType == 0xff else "End This Instance"
291 ExprStr = "expr *(%s *)0x%08x" % (TypeStr, Address)
295 Str += " (UINT8) SubType = 0x%02x // %s\n" % (SubType, ExprStr)
302 elif ExprStr != "":
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
syn.h 155 #define ExprString(_i) ((TokenInd!=NULL)?ExprStr[TokenInd[_i]]:ExprStr[_i])
misc.c 74 * There is only one TokenStr array, but multiple ExprStr's. Therefore,
75 * for each lex class (element of lclass) we must extend the ExprStr array.
76 * ExprStr's and TokenStr are always all the same size.
101 require(lclass[i].exprs != NULL, "Ttrack: can't extend ExprStr");
105 lexmode( CurrentLexClass ); /* reset ExprStr in case table moved */
107 /* note: we use the actual ExprStr/TokenStr array
110 if ( *t == '"' ) ExprStr[TokenNum] = t;
131 * lex mode if one does not already exist and making ExprStr point
134 * BTW, we need multiple ExprStr arrays because more than one automaton
137 * feature, only one ExprStr would be required.
    [all...]
globals.c 334 * of that token def in TokenStr and ExprStr */
338 char **ExprStr=NULL; /* map token # to expr */
proto.h 154 extern char **TokenStr, **ExprStr;
    [all...]

Completed in 80 milliseconds