Searched refs:ERR_BAD_ID_RECORD (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/runtime_core/static_core/assembler/ |
D | error.h | 46 ERR_BAD_ID_RECORD, enumerator
|
D | assembly-parser.cpp | 784 … Error::ErrorType::ERR_BAD_ID_RECORD, "", k.second.fileLocation->boundLeft, in ParseResetRecordTable() 2054 context_.err = GetError("This record already exists.", Error::ErrorType::ERR_BAD_ID_RECORD); in ParseRecordName()
|
/arkcompiler/runtime_core/assembler/ |
D | error.h | 45 ERR_BAD_ID_RECORD, enumerator
|
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/assembler/tests/ |
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/ |
D | parser_test.cpp | 1916 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 1965 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 2007 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 2138 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 3287 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 3302 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 3336 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 3351 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 3403 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() 3418 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_ID_RECORD); in TEST() [all …]
|