Searched refs:yyleng (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/ |
D | spec.l | 63 memcpy(apis[apiCount].name, yytext, yyleng); 167 memcpy(currType->typeName, yytext, yyleng); 176 memcpy(currType->name, yytext, yyleng);
|
/frameworks/compile/mclinker/lib/Script/ |
D | ScriptScanner.ll | 41 #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/ |
D | FlexLexer.h | 73 int YYLeng() const { return yyleng; } in YYLeng() 112 int yyleng; variable
|