Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
H A Derror.h97 ERR_BAD_SIGNATURE, member in panda::pandasm::Error::ErrorType
H A Dassembly-parser.cpp1344 context_.err = GetError("Expected \'(\' before signature", Error::ErrorType::ERR_BAD_SIGNATURE); in ParseOperandSignature()
1357 context_.err = GetError("Expected \')\' at the end of the signature", Error::ErrorType::ERR_BAD_SIGNATURE); in ParseOperandSignature()
/arkcompiler/runtime_core/static_core/assembler/
H A Derror.h99 ERR_BAD_SIGNATURE, member in ark::pandasm::Error::ErrorType
H A Dassembly-parser.cpp1411 context_.err = GetError("Expected \'(\' before signature", Error::ErrorType::ERR_BAD_SIGNATURE); in ParseOperandSignature()
1424 context_.err = GetError("Expected \')\' at the end of the signature", Error::ErrorType::ERR_BAD_SIGNATURE); in ParseOperandSignature()
/arkcompiler/runtime_core/assembler/tests/
H A Dparser_test.cpp4182 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_SIGNATURE); in TEST()
4199 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_SIGNATURE); in TEST()
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Dparser_test.cpp4329 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_SIGNATURE); in TEST()
4346 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_SIGNATURE); in TEST()

Completed in 24 milliseconds