Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/assembler/
H A Dlexer.cpp35 {'[', Token::Type::DEL_SQUARE_BRACKET_L}, in FindDelim()
116 case Token::Type::DEL_SQUARE_BRACKET_L: { in TokenTypeWhat()
117 return "DEL_SQUARE_BRACKET_L"; in TokenTypeWhat()
328 while (FindDelim(currLine_->buffer[position]) == Token::Type::DEL_SQUARE_BRACKET_L || in LexBadTokens()
H A Dlexer.h44 DEL_SQUARE_BRACKET_L, /* [ */ member in ark::pandasm::Token::Type
H A Dassembly-parser.cpp125 while (*context_ == Token::Type::DEL_SQUARE_BRACKET_L) { in ParseType()
2056 if (*context_ == Token::Type::DEL_SQUARE_BRACKET_L) { in ParseRecordName()
2122 if (*context_ == Token::Type::DEL_SQUARE_BRACKET_L || context_.Mask()) { in SetFunctionInformation()
2617 if (*context_ == Token::Type::DEL_SQUARE_BRACKET_L) { 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.cpp35 {'[', Token::Type::DEL_SQUARE_BRACKET_L}, in FindDelim()
118 case Token::Type::DEL_SQUARE_BRACKET_L: { in TokenTypeWhat()
119 return "DEL_SQUARE_BRACKET_L"; in TokenTypeWhat()
H A Dlexer.h43 DEL_SQUARE_BRACKET_L, /* [ */ member in panda::pandasm::Token::Type
H A Dassembly-parser.cpp124 while (*context_ == Token::Type::DEL_SQUARE_BRACKET_L) { in ParseType()
/arkcompiler/runtime_core/assembler/tests/
H A Dassembler_lexer_test.cpp295 EXPECT_EQ(tok.first[1].type, Token::Type::DEL_SQUARE_BRACKET_L); in HWTEST_F()
H A Dlexer_test.cpp212 ASSERT_EQ(tok.first[1].type, Token::Type::DEL_SQUARE_BRACKET_L); in TEST()
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Dlexer_test.cpp215 ASSERT_EQ(tok.first[1].type, Token::Type::DEL_SQUARE_BRACKET_L); in TEST()

Completed in 9 milliseconds