• Home
  • Raw
  • Download

Lines Matching refs:yytext

312         yylval->lex.string = AllocatePoolCharArray(yytext, yyleng);
322 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng);
381 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng);
450 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng);
455 yyextra->error(*yylloc, "Illegal character at fieldname start", yytext);
486 …const TSymbol* symbol = yyextra->symbolTable.find(ImmutableString(yytext, yyleng), yyextra->getSha… in check_type()
498 yyextra->error(*yylloc, "Illegal use of reserved word", yytext); in reserved_word()
545 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES3_reserved_ES3_1_keyword()
564 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES3_keyword()
595 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES3_1_keyword()
611 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in WEBGL_video_texture_extension()
631 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES2_extension_2_ES3_keyword()
661 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES3_extension()
682 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES3_reserved_ES3_1_extension_ES3_2_keyword()
700 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES3_reserved_ES3_extension()
720 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES3_reserved_ES3_extension_ES3_1_keyword()
740 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES3_reserved_ES3_extension_ES3_2_keyword()
761 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES3_1_reserved_ES3_1_extension_ES3_2_keyword()
786 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES3_1_reserved_ES3_1_extension_ES3_2_keyword_2()
811 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES3_and_3_1_reserved_ES3_1_extension_ES3_2_keyword_2()
821 context->error(*yylloc, "Unsigned integers are unsupported prior to GLSL ES 3.00", yytext); in uint_constant()
825 if (!atoi_clamp(yytext, &(yylval->lex.u))) in uint_constant()
826 yyextra->error(*yylloc, "Integer overflow", yytext); in uint_constant()
837 context->error(*yylloc, "Floating-point suffix unsupported prior to GLSL ES 3.00", yytext); in floatsuffix_check()
841 std::string text = yytext; in floatsuffix_check()
844 yyextra->warning(*yylloc, "Float overflow", yytext); in floatsuffix_check()
857 if (!atoi_clamp(yytext, &u)) in int_constant()
860 yyextra->error(*yylloc, "Integer overflow", yytext); in int_constant()
862 yyextra->warning(*yylloc, "Integer overflow", yytext); in int_constant()
871 if (!strtof_clamp(yytext, &(yylval->lex.f))) in float_constant()
872 yyextra->warning(*yylloc, "Float overflow", yytext); in float_constant()
884 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in yuvcscstandardext_constant()
888 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in yuvcscstandardext_constant()