Searched refs:ERR_BAD_LABEL_EXT (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/assembler/ |
H A D | error.h | 33 ERR_BAD_LABEL_EXT, member in panda::pandasm::Error::ErrorType
|
H A D | assembly-parser.cpp | 661 context_.err = Error("This label does not exist.", line_stric_, Error::ErrorType::ERR_BAD_LABEL_EXT, "", in ParseResetFunctionLabelsAndParams() 1187 context_.err = GetError("This label already exists.", Error::ErrorType::ERR_BAD_LABEL_EXT); in ParseLabel()
|
/arkcompiler/runtime_core/static_core/assembler/ |
H A D | error.h | 34 ERR_BAD_LABEL_EXT, member in ark::pandasm::Error::ErrorType
|
H A D | assembly-parser.cpp | 697 context_.err = Error("This label does not exist.", lineStric_, Error::ErrorType::ERR_BAD_LABEL_EXT, "", in ParseResetFunctionLabelsAndParams() 1255 context_.err = GetError("This label already exists.", Error::ErrorType::ERR_BAD_LABEL_EXT); in ParseLabel()
|
/arkcompiler/runtime_core/assembler/tests/ |
H A D | parser_test.cpp | 66 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_LABEL_EXT) << "ERR_BAD_LABEL_EXT expected"; in TEST() 197 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_LABEL_EXT) << "ERR_BAD_LABEL_EXT expected"; in TEST() 1599 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_LABEL_EXT); in TEST() 2500 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_LABEL_EXT) << ss.str(); in TEST() 2706 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_LABEL_EXT) << ss.str(); in TEST()
|
H A D | assembler_parser_test.cpp | 91 EXPECT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_OPERATION_NAME) << "ERR_BAD_LABEL_EXT expected"; in HWTEST_F() 294 EXPECT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_LABEL_EXT) << "ERR_BAD_LABEL_EXT expected"; in HWTEST_F() 1517 * @tc.desc: Verify the ERR_BAD_LABEL_EXT function. 1532 EXPECT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_LABEL_EXT); in HWTEST_F()
|
/arkcompiler/runtime_core/static_core/assembler/tests/ |
H A D | parser_test.cpp | 69 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_LABEL_EXT) << "ERR_BAD_LABEL_EXT expected"; in TEST() 200 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_LABEL_EXT) << "ERR_BAD_LABEL_EXT expected"; in TEST() 1608 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_LABEL_EXT); in TEST() 2531 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_LABEL_EXT) << ss.str(); in TEST() 2777 ASSERT_EQ(e.err, Error::ErrorType::ERR_BAD_LABEL_EXT) << ss.str(); in TEST()
|
Completed in 24 milliseconds