Home
last modified time | relevance | path

Searched refs:ERR_BAD_ARRAY_SIZE (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/assembler/
Derror.h68 ERR_BAD_ARRAY_SIZE, enumerator
Dassembly-parser.cpp251 …etError("Сonstant array must contain at least one element.", Error::ErrorType::ERR_BAD_ARRAY_SIZE); in ParseAsArray()
266 …etError("Constant array must contain at least one element.", Error::ErrorType::ERR_BAD_ARRAY_SIZE); in ParseAsArray()
298 …etError("Constant array must contain at least one element.", Error::ErrorType::ERR_BAD_ARRAY_SIZE); in ParseArrayElements()
323 …etError("Constant array must contain at least one element.", Error::ErrorType::ERR_BAD_ARRAY_SIZE); in ParseArrayElements()
363 …etError("Constant array must contain at least one element.", Error::ErrorType::ERR_BAD_ARRAY_SIZE); in ParseArrayElement()
643 …etError("Constant array must contain at least one element.", Error::ErrorType::ERR_BAD_ARRAY_SIZE); in ParseAsBraceRight()
1949 … context_.err = GetError("No array size for static array.", Error::ErrorType::ERR_BAD_ARRAY_SIZE); in ParseArrayFullSign()
/arkcompiler/runtime_core/assembler/tests/
Dassembler_parser_test.cpp496 EXPECT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_ARRAY_SIZE);