Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
H A Derror.h47 ERR_BAD_ID_FIELD, member in panda::pandasm::Error::ErrorType
H A Dassembly-parser.cpp760 Error("This field does not exist.", fld.line_of_def, Error::ErrorType::ERR_BAD_ID_FIELD, "", in ParseResetRecordTable()
/arkcompiler/runtime_core/static_core/assembler/
H A Derror.h48 ERR_BAD_ID_FIELD, member in ark::pandasm::Error::ErrorType
H A Dassembly-parser.cpp803 context_.err = Error("This field does not exist.", fld.lineOfDef, Error::ErrorType::ERR_BAD_ID_FIELD, "", in ParseResetRecords()
/arkcompiler/runtime_core/assembler/tests/
H A Dparser_test.cpp2029 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_FIELD); in TEST()
2094 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_FIELD); in TEST()
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Dparser_test.cpp2041 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_FIELD); in TEST()
2106 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_FIELD); in TEST()

Completed in 20 milliseconds