Home
last modified time | relevance | path

Searched defs:tokens (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lexer/scripts/
Dtokens.rb18 def tokens method
/arkcompiler/runtime_core/panda_guard/util/
Dstring_util.cpp33 std::vector<std::string> tokens; in Split() local
49 std::vector<std::string> tokens; in StrictSplit() local
/arkcompiler/runtime_core/static_core/assembler/
Dpandasm.cpp108 bool Tokenize(ark::pandasm::Lexer &lexer, std::vector<std::vector<ark::pandasm::Token>> &tokens, in Tokenize()
130 bool ParseProgram(ark::pandasm::Parser &parser, std::vector<std::vector<ark::pandasm::Token>> &toke… in ParseProgram()
259 std::vector<std::vector<ark::pandasm::Token>> tokens; in main() local
Dassembly-parser.cpp228 void Parser::ParseAsArray(const std::vector<Token> &tokens) in ParseAsArray()
561 void Parser::ParseAsRecord(const std::vector<Token> &tokens) in ParseAsRecord()
606 void Parser::ParseAsFunction(const std::vector<Token> &tokens) in ParseAsFunction()
663 void Parser::ParseAsBraceRight(const std::vector<Token> &tokens) in ParseAsBraceRight()
1009 void Parser::ParseAsCatchall(const std::vector<Token> &tokens) in ParseAsCatchall()
1024 void Parser::ParseAsLanguage(const std::vector<Token> &tokens, bool &isLangParsed, bool &isFirstSta… in ParseAsLanguage()
1110 void Parser::ParseContextByType(const std::vector<Token> &tokens, bool &isLangParsed, bool &isFirst… in ParseContextByType()
1154 for (const auto &tokens : vectorsTokens) { in Parse() local
Dassembly-context.h46 std::vector<ark::pandasm::Token> tokens; /* token list */ member
Dlexer.h85 std::vector<Token> tokens; member
/arkcompiler/runtime_core/assembler/
Dpandasm.cpp107 bool Tokenize(panda::pandasm::Lexer &lexer, std::vector<std::vector<panda::pandasm::Token>> &tokens, in Tokenize()
129 …ool ParseProgram(panda::pandasm::Parser &parser, std::vector<std::vector<panda::pandasm::Token>> &… in ParseProgram()
244 std::vector<std::vector<panda::pandasm::Token>> tokens; in main() local
Dassembly-context.h45 std::vector<panda::pandasm::Token> tokens; /* token list */ member
Dassembly-parser.cpp213 void Parser::ParseAsArray(const std::vector<Token> &tokens) in ParseAsArray()
543 void Parser::ParseAsRecord(const std::vector<Token> &tokens) in ParseAsRecord()
588 void Parser::ParseAsFunction(const std::vector<Token> &tokens) in ParseAsFunction()
633 void Parser::ParseAsBraceRight(const std::vector<Token> &tokens) in ParseAsBraceRight()
913 void Parser::ParseAsCatchall(const std::vector<Token> &tokens) in ParseAsCatchall()
928 void Parser::ParseAsLanguage(const std::vector<Token> &tokens, bool &is_lang_parsed, bool &is_first… in ParseAsLanguage()
1007 for (const auto &tokens : vectors_tokens) { in Parse() local
Dlexer.h79 std::vector<Token> tokens; member
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dinstructions.rb61 attr_accessor :tokens, :types accessor in Operand
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb61 attr_accessor :tokens, :types accessor in Operand
/arkcompiler/ets_runtime/common_components/base/
Dc_string.cpp337 std::vector<CString> tokens; in Split() local
/arkcompiler/ets_runtime/common_components/base/tests/
Dc_string_test.cpp206 auto tokens = CString::Split(emptySource, ','); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/arkguard/src/initialization/
DConfigResolver.ts486 const tokens = data.split(/[',', '\t', ' ', '\n', '\r\n']/).filter((item) => item !== ''); constant
/arkcompiler/ets_frontend/arkguard/test/ut/initialization/
DConfigResolver.spec.ts714 const tokens = [ constant
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument