Home
last modified time | relevance | path

Searched refs:ERR_BAD_LABEL_EXT (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Derror.h33 ERR_BAD_LABEL_EXT, member in panda::pandasm::Error::ErrorType
H A Dassembly-parser.cpp661 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 Derror.h34 ERR_BAD_LABEL_EXT, member in ark::pandasm::Error::ErrorType
H A Dassembly-parser.cpp697 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 Dparser_test.cpp66 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 Dassembler_parser_test.cpp91 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 Dparser_test.cpp69 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