• Home
  • Raw
  • Download

Lines Matching refs:yytext

301         yylval->lex.string = AllocatePoolCharArray(yytext, yyleng);
311 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng);
370 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng);
439 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng);
444 yyextra->error(*yylloc, "Illegal character at fieldname start", yytext);
475 …const TSymbol* symbol = yyextra->symbolTable.find(ImmutableString(yytext, yyleng), yyextra->getSha… in check_type()
487 yyextra->error(*yylloc, "Illegal use of reserved word", yytext); in reserved_word()
534 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES3_reserved_ES3_1_keyword()
553 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES3_keyword()
584 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES3_1_keyword()
600 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in WEBGL_video_texture_extension()
630 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES3_extension()
651 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES3_reserved_ES3_1_extension_ES3_2_keyword()
669 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES3_reserved_ES3_extension()
689 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES3_reserved_ES3_extension_ES3_1_keyword()
710 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES3_1_reserved_ES3_1_extension_ES3_2_keyword()
720 context->error(*yylloc, "Unsigned integers are unsupported prior to GLSL ES 3.00", yytext); in uint_constant()
724 if (!atoi_clamp(yytext, &(yylval->lex.u))) in uint_constant()
725 yyextra->error(*yylloc, "Integer overflow", yytext); in uint_constant()
736 context->error(*yylloc, "Floating-point suffix unsupported prior to GLSL ES 3.00", yytext); in floatsuffix_check()
740 std::string text = yytext; in floatsuffix_check()
743 yyextra->warning(*yylloc, "Float overflow", yytext); in floatsuffix_check()
756 if (!atoi_clamp(yytext, &u)) in int_constant()
759 yyextra->error(*yylloc, "Integer overflow", yytext); in int_constant()
761 yyextra->warning(*yylloc, "Integer overflow", yytext); in int_constant()
770 if (!strtof_clamp(yytext, &(yylval->lex.f))) in float_constant()
771 yyextra->warning(*yylloc, "Float overflow", yytext); in float_constant()
783 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in yuvcscstandardext_constant()
787 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in yuvcscstandardext_constant()