Home
last modified time | relevance | path

Searched refs:DEL_SQUARE_BRACKET_R (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/
H A Dlexer.cpp36 {']', Token::Type::DEL_SQUARE_BRACKET_R}}; in FindDelim()
119 case Token::Type::DEL_SQUARE_BRACKET_R: { in TokenTypeWhat()
120 return "DEL_SQUARE_BRACKET_R"; in TokenTypeWhat()
329 FindDelim(currLine_->buffer[position]) == Token::Type::DEL_SQUARE_BRACKET_R) { in LexBadTokens()
H A Dlexer.h45 DEL_SQUARE_BRACKET_R, /* ] */ member in ark::pandasm::Token::Type
H A Dassembly-parser.cpp127 if (*context_ != Token::Type::DEL_SQUARE_BRACKET_R) { in ParseType()
2619 if (*context_ == Token::Type::DEL_SQUARE_BRACKET_R) { in ParseMultiArrayHallmark()
2631 (*context_ == Token::Type::DEL_SQUARE_BRACKET_L || *context_ == Token::Type::DEL_SQUARE_BRACKET_R)); in ParseMultiArrayHallmark()
/arkcompiler/runtime_core/assembler/
H A Dlexer.cpp36 {']', Token::Type::DEL_SQUARE_BRACKET_R}}; in FindDelim()
121 case Token::Type::DEL_SQUARE_BRACKET_R: { in TokenTypeWhat()
122 return "DEL_SQUARE_BRACKET_R"; in TokenTypeWhat()
H A Dlexer.h44 DEL_SQUARE_BRACKET_R, /* ] */ member in panda::pandasm::Token::Type
H A Dassembly-parser.cpp126 if (*context_ != Token::Type::DEL_SQUARE_BRACKET_R) { in ParseType()
/arkcompiler/runtime_core/assembler/tests/
H A Dassembler_lexer_test.cpp296 EXPECT_EQ(tok.first[2].type, Token::Type::DEL_SQUARE_BRACKET_R); in HWTEST_F()
H A Dlexer_test.cpp213 ASSERT_EQ(tok.first[2].type, Token::Type::DEL_SQUARE_BRACKET_R); in TEST()
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Dlexer_test.cpp216 ASSERT_EQ(tok.first[2].type, Token::Type::DEL_SQUARE_BRACKET_R); in TEST()

Completed in 9 milliseconds