Home
last modified time | relevance | path

Searched refs:DEL_COLON (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Dlexer.cpp27 {':', Token::Type::DEL_COLON}, in FindDelim()
103 case Token::Type::DEL_COLON: { in TokenTypeWhat()
104 return "DEL_COLON"; in TokenTypeWhat()
H A Dlexer.h38 DEL_COLON, /* : */ member in panda::pandasm::Token::Type
H A Dassembly-parser.cpp1170 if (*context_ == Token::Type::DEL_COLON) { in ParseLabel()
1336 if (*context_ != Token::Type::DEL_COLON) { in ParseOperandSignature()
/arkcompiler/runtime_core/static_core/assembler/
H A Dlexer.h39 DEL_COLON, /* : */ member in ark::pandasm::Token::Type
H A Dlexer.cpp27 {':', Token::Type::DEL_COLON}, in FindDelim()
101 case Token::Type::DEL_COLON: { in TokenTypeWhat()
102 return "DEL_COLON"; in TokenTypeWhat()
H A Dassembly-parser.cpp1238 if (*context_ == Token::Type::DEL_COLON) { in ParseLabel()
1403 if (*context_ != Token::Type::DEL_COLON) { in ParseOperandSignature()
2575 if (*context_ == Token::Type::DEL_COMMA || *context_ == Token::Type::DEL_COLON || context_.Mask()) { in ParseOperandInitobj()

Completed in 13 milliseconds