Home
last modified time | relevance | path

Searched refs:ERR_BAD_KEYWORD (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Derror.h77 ERR_BAD_KEYWORD, member in panda::pandasm::Error::ErrorType
H A Dassembly-parser.cpp42 context_.err = GetError("Expected keyword.", Error::ErrorType::ERR_BAD_KEYWORD); in ParseRecordFields()
75 context_.err = GetError("Expected a new field on the next line.", Error::ErrorType::ERR_BAD_KEYWORD); in ParseRecordFields()
287 context_.err = GetError("Expected keyword.", Error::ErrorType::ERR_BAD_KEYWORD); in ParseArrayElements()
328 GetError("Expected a new array element on the next line.", Error::ErrorType::ERR_BAD_KEYWORD); in ParseArrayElements()
504 context_.err = GetError("Expected keyword.", Error::ErrorType::ERR_BAD_KEYWORD); in ParseFunctionCode()
/arkcompiler/runtime_core/static_core/assembler/
H A Derror.h79 ERR_BAD_KEYWORD, member in ark::pandasm::Error::ErrorType
H A Dassembly-parser.cpp43 context_.err = GetError("Expected keyword.", Error::ErrorType::ERR_BAD_KEYWORD); in ParseRecordFields()
76 context_.err = GetError("Expected a new field on the next line.", Error::ErrorType::ERR_BAD_KEYWORD); in ParseRecordFields()
284 context_.err = GetError("Expected keyword.", Error::ErrorType::ERR_BAD_KEYWORD); in ParseArrayElements()
325 GetError("Expected a new array element on the next line.", Error::ErrorType::ERR_BAD_KEYWORD); in ParseArrayElements()
519 context_.err = GetError("Expected keyword.", Error::ErrorType::ERR_BAD_KEYWORD); in ParseFunctionCode()
/arkcompiler/runtime_core/assembler/tests/
H A Dassembler_parser_test.cpp472 EXPECT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_KEYWORD); in HWTEST_F()

Completed in 11 milliseconds