HomeSort by relevance Sort by last modified time
    Searched full:yylval (Results 26 - 50 of 86) sorted by null

12 3 4

  /bootable/recovery/edify/
lexer.ll 56 yylval.str = strdup(string_buffer.c_str());
95 yylval.str = strdup(yytext);
  /external/bison/examples/calc++/
calc++-driver.hh 11 yylex (yy::calcxx_parser::semantic_type* yylval, \
calc++-parser.cc 350 semantic_type yylval = yyval_default;
387 yysemantic_stack_.push (yylval);
413 yychar = yylex (&yylval, &yylloc, driver);
425 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
445 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
450 yysemantic_stack_.push (yylval);
623 yydestruct_ ("Error: discarding", yytoken, &yylval, &yylloc);
689 yysemantic_stack_.push (yylval);
715 yydestruct_ ("Cleanup: discarding lookahead", yytoken, &yylval,
745 yydestruct_ (YY_NULL, yytoken, &yylval, &yylloc)
    [all...]
  /external/iproute2/misc/
ssfilter.y 281 yylval = (void*)parse_markmask(curtok);
282 if (yylval == NULL) {
288 yylval = (void*)parse_hostcond(curtok, tok_type == SPORT || tok_type == DPORT);
289 if (yylval == NULL) {
  /toolchain/binutils/binutils-2.25/binutils/
mclex.c 317 yylval.tok = k;
355 yylval.ustr = get_diff (input_stream_pos, start_token);
385 yylval.ustr = get_diff (input_stream_pos, start_token);
397 yylval.ustr = get_diff (input_stream_pos, start_token);
409 yylval.ustr = get_diff (input_stream_pos, start_token);
423 yylval.ival = parse_digit (ch);
434 yylval.ustr = get_diff (input_stream_pos, start_token);
rclex.c 811 yylval.i.val = read_digit (ch);
812 yylval.i.dword = 0;
817 yylval.i.dword = 1;
829 yylval.s = s;
832 yylval.ss.length = length;
833 yylval.ss.s = s;
846 yylval.uni = us;
849 yylval.suni.length = length;
850 yylval.suni.s = us;
869 yylval.s = s
    [all...]
arlex.l 82 yylval.name = xstrdup (yytext);
  /frameworks/compile/mclinker/lib/Script/
ScriptScanner.ll 212 str.substr(0, yyleng - 1).getAsInteger(0, yylval->integer);
213 yylval->integer *= 1024;
217 str.substr(0, yyleng - 1).getAsInteger(0, yylval->integer);
218 yylval->integer *= 1024 * 1024;
221 str.getAsInteger(0, yylval->integer);
230 yylval->string = &str;
237 yylval->string = &str;
244 yylval->string = &str;
251 yylval->string = &str;
262 yylval->string = &str
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.cpp 654 # define yylval yyg->yylval_r macro
848 yylval = yylval_param;
968 yylval->assign(1, yytext[0]);
975 yylval->assign(yytext, yyleng);
982 yylval->assign(yytext, yyleng);
989 yylval->assign(yytext, yyleng);
998 yylval->assign(yytext, yyleng);
1005 yylval->assign(yytext, yyleng);
1012 yylval->assign(yytext, yyleng);
1019 yylval->assign(yytext, yyleng)
    [all...]
ExpressionParser.cpp 281 /* Suppress an incorrect diagnostic about yylval being uninitialized. */
657 yylval = (Value); \
    [all...]
  /external/mesa3d/src/compiler/glsl/
glsl_lexer.ll 84 yylval->identifier = linear_strdup(mem_ctx, yytext); \
142 literal_integer(yytext, yyleng, yyextra, yylval, yylloc, base)
249 yylval->identifier = linear_strdup(mem_ctx, yytext);
253 yylval->n = strtol(yytext, NULL, 10);
257 yylval->n = 0;
437 yylval->identifier = linear_strdup(mem_ctx, yytext);
486 yylval->real = _mesa_strtof(yytext, NULL);
497 yylval->dreal = _mesa_strtod(yytext, NULL);
502 yylval->n = 1;
506 yylval->n = 0
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldfile.c 214 arg1 = yylval.name;
225 arg2 = yylval.name;
233 arg3 = yylval.name;
259 free (yylval.name);
262 if (yylval.bigint.str)
263 free (yylval.bigint.str);
  /external/bison/tests/
cxx-type.at 149 # undef yylval
150 # define yylval (*lvalp)
192 yylval = new_term (strcpy ((char *) malloc (i), buffer));
198 yylval = YY_NULL;
glr-regression.at 191 yylval = s;
611 yylval.node = (count_node*) malloc (sizeof *yylval.node);
612 if (!yylval.node)
617 yylval.node->count = 0;
618 yylval.node->prev = tail;
619 tail = yylval.node;
1133 [yylval.value = res + 'A' - 'a'])[
1145 printf ("'%c', yylval='", yychar);
1146 if (yylval.value > ' '
    [all...]
java.at 129 Integer yylval;
132 return yylval;
150 yylval = new Integer (st.sval);
421 m4_default([$6], [Object]) yylval;
422 public m4_default([$6], [Object]) getLVal() { return yylval; }
torture.at 409 assert (0 <= yylval);
410 if (yylval--)
443 yylval = yylval_init;
  /external/bison/data/
lalr1.cc 526 semantic_type yylval = yyval_default;
546 b4_dollar_pushdef([yylval], [], [yylloc])dnl
558 yysemantic_stack_.push (yylval);
585 [b4_api_PREFIX[STYPE*], [&yylval]][]dnl
599 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
619 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
624 yysemantic_stack_.push (yylval);
735 yydestruct_ ("Error: discarding", yytoken, &yylval, &yylloc);
801 yysemantic_stack_.push (yylval);
827 yydestruct_ ("Cleanup: discarding lookahead", yytoken, &yylval,
    [all...]
glr.c 63 m4_dquote(b4_pure_if([[[[YYSTYPE *]], [[&yylval]]][]dnl
200 #define yylval ]b4_prefix[lval macro
482 #undef yylval macro
483 #define yylval (yystackp->yyval) macro
489 #define b4_prefix[]lval yylval
491 [YYSTYPE yylval;]b4_locations_if([[
1055 yynewOption->yyval = yylval;]b4_locations_if([
    [all...]
yacc.c 106 m4_dquote(b4_pure_if([[[[YYSTYPE *]], [[&yylval]]][]dnl
187 /* Suppress an incorrect diagnostic about yylval being uninitialized. */
210 YYSTYPE yylval YY_INITIAL_VALUE(yyval_default);]b4_locations_if([[
364 #define yylval ]b4_prefix[lval macro
768 yylval = (Value); \
793 # define YYLEX yylex (]b4_pure_if([&yylval[]b4_locations_if([, &yylloc]), ])[YYLEX_PARAM)
    [all...]
lalr1.java 454 b4_yystype[ yylval = null;
460 b4_dollar_pushdef([yylval], [], [yylloc])dnl
466 yystack.push (yystate, yylval]b4_locations_if([, yylloc])[);
499 yylval = yylexer.getLVal ();[
512 yylval]b4_locations_if([, yylloc])[);
537 yylval]b4_locations_if([, yylloc])[);
548 yystack.push (yystate, yylval]b4_locations_if([, yylloc])[);
661 yylval]b4_locations_if([, yyloc])[);
664 yystack.push (yyn, yylval]b4_locations_if([, yyloc])[);
  /external/e2fsprogs/intl/
plural.c 9 #define yylval __gettextlval macro
469 yylval = (Value); \
504 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
506 # define YYLEX yylex (&yylval, &yylloc)
510 # define YYLEX yylex (&yylval, YYLEX_PARAM)
512 # define YYLEX yylex (&yylval)
651 YYSTYPE yylval; \
897 YYPRINT (stderr, yychar, yylval);
938 *++yyvsp = yylval;
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
plural.c 9 #define yylval __gettextlval macro
493 yylval = (Value); \
528 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
530 # define YYLEX yylex (&yylval, &yylloc)
534 # define YYLEX yylex (&yylval, YYLEX_PARAM)
536 # define YYLEX yylex (&yylval)
677 YYSTYPE yylval; \
923 YYPRINT (stderr, yychar, yylval);
964 *++yyvsp = yylval;
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp 1124 # define yylval macro
    [all...]
  /prebuilts/misc/linux-x86/flex/
flex-2.5.39.tar.gz 
  /external/libpcap/
scanner.c 2855 # define yylval macro
    [all...]

Completed in 924 milliseconds

12 3 4