HomeSort by relevance Sort by last modified time
    Searched full:yystr (Results 1 - 25 of 30) sorted by null

1 2

  /external/bison/data/
lalr1.java 372 /* Return YYSTR after stripping away unnecessary quotes and
376 YYSTR is taken from yytname. */
377 private final String yytnamerr_ (String yystr)
379 if (yystr.charAt (0) == '"')
382 strip_quotes: for (int i = 1; i < yystr.length (); i++)
383 switch (yystr.charAt (i))
390 if (yystr.charAt(++i) != '\\')
394 yyr.append (yystr.charAt (i));
401 else if (yystr.equals ("$end"))
404 return yystr;
    [all...]
lalr1.cc 355 /* Return YYSTR after stripping away unnecessary quotes and
359 YYSTR is taken from yytname. */
361 ]b4_parser_class_name[::yytnamerr_ (const char *yystr)
363 if (*yystr == '"')
366 char const *yyp = yystr;
389 return yystr;
    [all...]
yacc.c     [all...]
glr.c 612 /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
616 backslash-backslash). YYSTR is taken from yytname. If YYRES is
620 yytnamerr (char *yyres, const char *yystr)
622 if (*yystr == '"')
625 char const *yyp = yystr;
653 return strlen (yystr);
655 return yystpcpy (yyres, yystr) - yyres;
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.cpp 909 /* Return the length of YYSTR. */
913 yystrlen (const char *yystr)
916 yystrlen (yystr)
917 const char *yystr;
921 for (yylen = 0; yystr[yylen]; yylen++)
957 /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
961 backslash-backslash). YYSTR is taken from yytname. If YYRES is
965 yytnamerr (char *yyres, const char *yystr)
967 if (*yystr == '"')
970 char const *yyp = yystr;
    [all...]
64bit-tokenizer-safety.patch 136 @@ -1886,12 +1887,11 @@ YY_BUFFER_STATE pp_scan_string (yyconst char * yystr , yyscan_t yyscanner)
Tokenizer.cpp     [all...]
  /external/bison/examples/calc++/
calc++-parser.cc 151 /* Return YYSTR after stripping away unnecessary quotes and
155 YYSTR is taken from yytname. */
157 calcxx_parser::yytnamerr_ (const char *yystr)
159 if (*yystr == '"')
162 char const *yyp = yystr;
185 return yystr;
    [all...]
calc++-scanner.cc     [all...]
  /external/chromium_org/third_party/angle/src/compiler/
64bit-lexer-safety.patch 154 @@ -2758,12 +2759,11 @@ YY_BUFFER_STATE yy_scan_string (yyconst char * yystr , yyscan_t yyscanner)
glslang_tab.cpp 1665 const char *yystr; variable
    [all...]
glslang_lex.cpp     [all...]
  /external/e2fsprogs/intl/
plural.c 566 /* Return the length of YYSTR. */
569 yystrlen (const char *yystr)
571 yystrlen (yystr)
572 const char *yystr;
575 register const char *yys = yystr;
580 return yys - yystr - 1;
    [all...]
  /system/core/sh/
arith.c 735 /* Return the length of YYSTR. */
738 yystrlen (const char *yystr)
740 yystrlen (yystr)
741 const char *yystr;
744 register const char *yys = yystr;
749 return yys - yystr - 1;
    [all...]
  /external/libpcap/
grammar.c     [all...]
  /external/bison/src/
parse-gram.c     [all...]
scan-skel.c     [all...]
scan-code.c     [all...]
  /external/elfutils/libcpu/
i386_parse.c 1049 /* Return the length of YYSTR. */
1053 yystrlen (const char *yystr)
1056 yystrlen (yystr)
1057 const char *yystr;
1061 for (yylen = 0; yystr[yylen]; yylen++)
1097 /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
1101 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1105 yytnamerr (char *yyres, const char *yystr)
1107 if (*yystr == '"')
1110 char const *yyp = yystr;
    [all...]
i386_lex.c     [all...]
  /external/elfutils/src/
ldscript.c     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.c     [all...]
glcpp-lex.c     [all...]
glsl_parser.cc 2416 const char *yystr; variable
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c     [all...]

Completed in 3356 milliseconds

1 2