Home
last modified time | relevance | path

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

/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.cpp220 void Parser::ParseAsArray(const std::vector<Token> &tokens) in ParseAsArray()
535 void Parser::ParseAsRecord(const std::vector<Token> &tokens) in ParseAsRecord()
580 void Parser::ParseAsFunction(const std::vector<Token> &tokens) in ParseAsFunction()
625 void Parser::ParseAsBraceRight(const std::vector<Token> &tokens) in ParseAsBraceRight()
904 void Parser::ParseAsCatchall(const std::vector<Token> &tokens) in ParseAsCatchall()
919 void Parser::ParseAsLanguage(const std::vector<Token> &tokens, bool &is_lang_parsed, bool &is_first… in ParseAsLanguage()
998 for (const auto &tokens : vectors_tokens) { in Parse() local
Dlexer.h79 std::vector<Token> tokens; member
/arkcompiler/runtime_core/static_core/assembler/
Dpandasm.cpp107 bool Tokenize(ark::pandasm::Lexer &lexer, std::vector<std::vector<ark::pandasm::Token>> &tokens, in Tokenize()
129 bool ParseProgram(ark::pandasm::Parser &parser, std::vector<std::vector<ark::pandasm::Token>> &toke… in ParseProgram()
257 std::vector<std::vector<ark::pandasm::Token>> tokens; in main() local
Dassembly-parser.cpp217 void Parser::ParseAsArray(const std::vector<Token> &tokens) in ParseAsArray()
550 void Parser::ParseAsRecord(const std::vector<Token> &tokens) in ParseAsRecord()
595 void Parser::ParseAsFunction(const std::vector<Token> &tokens) in ParseAsFunction()
639 void Parser::ParseAsUnionField(const std::vector<Token> &tokens) in ParseAsUnionField()
661 void Parser::ParseAsBraceRight(const std::vector<Token> &tokens) in ParseAsBraceRight()
961 void Parser::ParseAsCatchall(const std::vector<Token> &tokens) in ParseAsCatchall()
976 void Parser::ParseAsLanguage(const std::vector<Token> &tokens, bool &isLangParsed, bool &isFirstSta… in ParseAsLanguage()
1050 void Parser::ParseContextByType(const std::vector<Token> &tokens, bool &isLangParsed, bool &isFirst… in ParseContextByType()
1098 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/compiler/optimizer/templates/
Dinstructions.rb61 attr_accessor :tokens, :types accessor in Operand
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dinstructions.rb61 attr_accessor :tokens, :types accessor in Operand
/arkcompiler/ets_frontend/arkguard/src/initialization/
DConfigResolver.ts353 const tokens = data.split(/[',', '\t', ' ', '\n', '\r\n']/).filter((item) => item !== ''); constant
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument