Searched refs:ERR_BAD_ID_RECORD (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/runtime_core/assembler/ |
H A D | error.h | 45 ERR_BAD_ID_RECORD, member in panda::pandasm::Error::ErrorType
|
H A D | assembly-parser.cpp | 747 Error::ErrorType::ERR_BAD_ID_RECORD, "", k.second.file_location->bound_left, in ParseResetRecordTable() 1986 context_.err = GetError("This record already exists.", Error::ErrorType::ERR_BAD_ID_RECORD); in ParseRecordName()
|
/arkcompiler/runtime_core/static_core/assembler/ |
H A D | error.h | 46 ERR_BAD_ID_RECORD, member in ark::pandasm::Error::ErrorType
|
H A D | assembly-parser.cpp | 816 Error::ErrorType::ERR_BAD_ID_RECORD, "", record.fileLocation->boundLeft, in ParseResetRecordTable() 2073 context_.err = GetError("This record already exists.", Error::ErrorType::ERR_BAD_ID_RECORD); in ParseRecordName()
|
/arkcompiler/runtime_core/assembler/tests/ |
H A D | parser_test.cpp | 1915 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 1964 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 2006 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 2137 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 3246 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 3261 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 3295 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 3310 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 3362 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 3377 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() [all...] |
/arkcompiler/runtime_core/static_core/assembler/tests/ |
H A D | parser_test.cpp | 1926 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 1976 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 2018 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 2149 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 3371 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 3386 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 3420 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 3435 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 3487 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 3502 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() [all...] |
Completed in 18 milliseconds