Home
last modified time | relevance | path

Searched refs:TOKEN_STRING_LITERAL (Results 26 – 33 of 33) sorted by relevance

12

/dports/devel/ispc/ispc-1.16.1/src/
H A Dparse.yy201 %token TOKEN_IDENTIFIER TOKEN_STRING_LITERAL TOKEN_TYPE_NAME TOKEN_PRAGMA TOKEN_NULL
281 : TOKEN_STRING_LITERAL { $$ = new std::string(*yylval.stringVal); }
282 | string_constant TOKEN_STRING_LITERAL
359 /* | TOKEN_STRING_LITERAL
H A Dlex.ll466 L?\"(\\.|[^\\"])*\" { lStringConst(&yylval, &yylloc); return TOKEN_STRING_LITERAL; }
/dports/games/wesnoth/wesnoth-1.14.17/src/formula/
H A Dformula.cpp174 if(current_type == tk::TOKEN_STRING_LITERAL) { in formula()
1418 } else if(i1->type == tk::TOKEN_STRING_LITERAL) { in parse_expression()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/MojoShader/
H A Dmojoshader_lexer.c521 { RET(TOKEN_STRING_LITERAL); } in preprocessor_lexer()
H A Dmojoshader_compiler.c3451 case ((Token) TOKEN_STRING_LITERAL): return TOKEN_HLSL_STRING_LITERAL; in convert_to_lemon_token()
/dports/games/openbor3482/openbor-2c1ecd7/engine/source/scriptlib/
H A DParser.c1337 else if (Parser_Check(pparser, TOKEN_STRING_LITERAL )){ in Parser_Constant()
/dports/games/openbor3711/openbor-6ec17fa/engine/source/scriptlib/
H A DParser.c1361 else if (Parser_Check(pparser, TOKEN_STRING_LITERAL )){ in Parser_Constant()
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dformula.cpp1677 } else if(i1->type == TOKEN_STRING_LITERAL) { in parse_expression_internal()

12