Home
last modified time | relevance | path

Searched refs:yyleng (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/
Dspec.l63 memcpy(apis[apiCount].name, yytext, yyleng);
167 memcpy(currType->typeName, yytext, yyleng);
176 memcpy(currType->name, yytext, yyleng);
/frameworks/compile/mclinker/lib/Script/
DScriptScanner.ll41 #define YY_USER_ACTION yylloc->columns(yyleng);
208 llvm::StringRef str(yytext, yyleng);
212 str.substr(0, yyleng - 1).getAsInteger(0, yylval->integer);
217 str.substr(0, yyleng - 1).getAsInteger(0, yylval->integer);
229 const std::string& str = pScriptFile.createParserStr(yytext, yyleng);
236 const std::string& str = pScriptFile.createParserStr(yytext, yyleng);
243 const std::string& str = pScriptFile.createParserStr(yytext, yyleng);
250 const std::string& str = pScriptFile.createParserStr(yytext + 2, yyleng - 2);
261 const std::string& str = pScriptFile.createParserStr(yytext, yyleng);
/frameworks/compile/mclinker/include/mcld/Script/
DFlexLexer.h74 int YYLeng() const { return yyleng; } in YYLeng()
102 int yyleng; variable