Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
H A Derror.h32 ERR_BAD_LABEL, member in panda::pandasm::Error::ErrorType
H A Dassembly-parser.cpp844 GetError(std::string("Invalid name of the ") + label_name + " label.", Error::ErrorType::ERR_BAD_LABEL); in PrepareCatchBlock()
1197 Error::ErrorType::ERR_BAD_LABEL); in ParseLabel()
/arkcompiler/runtime_core/static_core/assembler/
H A Derror.h33 ERR_BAD_LABEL, member in ark::pandasm::Error::ErrorType
H A Dassembly-parser.cpp901 GetError(std::string("Invalid name of the ") + labelName + " label.", Error::ErrorType::ERR_BAD_LABEL); in PrepareCatchBlock()
1264 Error::ErrorType::ERR_BAD_LABEL); in ParseLabel()
/arkcompiler/runtime_core/assembler/tests/
H A Dparser_test.cpp2469 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_LABEL) << "Test " << directive; in TEST()
2676 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_LABEL) << "Test " << directive; in TEST()
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Dparser_test.cpp2743 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_LABEL) << "Test " << directive; in TEST()

Completed in 22 milliseconds