Searched refs:ERR_BAD_SIGNATURE (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/runtime_core/assembler/ |
H A D | error.h | 97 ERR_BAD_SIGNATURE, member in panda::pandasm::Error::ErrorType
|
H A D | assembly-parser.cpp | 1344 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 D | error.h | 99 ERR_BAD_SIGNATURE, member in ark::pandasm::Error::ErrorType
|
H A D | assembly-parser.cpp | 1411 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 D | parser_test.cpp | 4182 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 D | parser_test.cpp | 4329 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