/arkcompiler/runtime_core/static_core/assembler/tests/ |
H A D | lexer_test.cpp | 37 ASSERT_EQ(tok.second.err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in TEST() 47 ASSERT_EQ(tok.second.err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in TEST() 61 ASSERT_EQ(tok.second.err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in TEST() 71 ASSERT_EQ(tok.second.err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in TEST() 83 ASSERT_EQ(tok.second.err, Error::ErrorType::ERR_NONE) << "ERR_NONE expecte in TEST() [all...] |
H A D | emitter_test.cpp | 70 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in TEST() 216 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in TEST() 305 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in TEST() 368 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in TEST() 382 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in TEST() 396 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in TEST() 410 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in TEST() 425 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in TEST() 442 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in TEST() 470 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in TEST() [all...] |
H A D | parser_test.cpp | 41 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in TEST() 58 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in TEST() 96 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in TEST() 112 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in TEST() 123 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_INTEGER_NAME) << "ERR_NONE expected"; in TEST() 154 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE) << "ERR_NON in TEST() [all...] |
/arkcompiler/runtime_core/assembler/tests/ |
H A D | assembler_lexer_test.cpp | 45 EXPECT_EQ(tok.second.err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in HWTEST_F() 61 EXPECT_EQ(tok.second.err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in HWTEST_F() 81 EXPECT_EQ(tok.second.err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in HWTEST_F() 97 EXPECT_EQ(tok.second.err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in HWTEST_F() 115 EXPECT_EQ(tok.second.err, Error::ErrorType::ERR_NONE) << "ERR_NONE expecte in HWTEST_F() [all...] |
H A D | lexer_test.cpp | 34 ASSERT_EQ(tok.second.err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in TEST() 44 ASSERT_EQ(tok.second.err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in TEST() 58 ASSERT_EQ(tok.second.err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in TEST() 68 ASSERT_EQ(tok.second.err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in TEST() 80 ASSERT_EQ(tok.second.err, Error::ErrorType::ERR_NONE) << "ERR_NONE expecte in TEST() [all...] |
H A D | assembler_emitter_test.cpp | 70 EXPECT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in HWTEST_F() 111 EXPECT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in HWTEST_F() 242 EXPECT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in HWTEST_F() 355 EXPECT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in HWTEST_F() 422 EXPECT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in HWTEST_F() 436 EXPECT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in HWTEST_F() 450 EXPECT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in HWTEST_F() 464 EXPECT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in HWTEST_F() 479 EXPECT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in HWTEST_F() 501 EXPECT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in HWTEST_F() [all...] |
H A D | emitter_test.cpp | 67 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in TEST() 213 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in TEST() 302 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in TEST() 362 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in TEST() 376 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in TEST() 390 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in TEST() 404 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in TEST() 419 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in TEST() 436 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in TEST() 464 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE); in TEST() [all...] |
H A D | parser_test.cpp | 38 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in TEST() 55 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in TEST() 93 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in TEST() 109 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in TEST() 120 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_INTEGER_NAME) << "ERR_NONE expected"; in TEST() 151 ASSERT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE) << "ERR_NON in TEST() [all...] |
H A D | assembler_parser_test.cpp | 51 EXPECT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in HWTEST_F() 74 EXPECT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in HWTEST_F() 128 EXPECT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_OPERATION_NAME) << "ERR_NONE expected"; in HWTEST_F() 148 EXPECT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_OPERATION_NAME) << "ERR_NONE expected"; in HWTEST_F() 165 EXPECT_EQ(p.ShowError().err, Error::ErrorType::ERR_BAD_OPERATION_NAME) << "ERR_NONE expected"; in HWTEST_F() 215 EXPECT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE) << "ERR_NONE expected"; in HWTEST_F() 257 EXPECT_EQ(p.ShowError().err, Error::ErrorType::ERR_NONE) << "ERR_NON in HWTEST_F() [all...] |
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerstub_unit/ |
H A D | aotcompilerstub_unit.cpp | 86 EXPECT_EQ(ret, ERR_NONE); in HWTEST_F() 103 EXPECT_EQ(ret, ERR_NONE); in HWTEST_F() 120 EXPECT_EQ(ret, ERR_NONE); in HWTEST_F() 137 EXPECT_EQ(ret, ERR_NONE); in HWTEST_F() 154 EXPECT_NE(ret, ERR_NONE); in HWTEST_F() 210 EXPECT_EQ(result, ERR_NONE); in HWTEST_F() 229 EXPECT_EQ(result, ERR_NONE); in HWTEST_F() 248 EXPECT_EQ(result, ERR_NONE); in HWTEST_F() 267 EXPECT_EQ(result, ERR_NONE); in HWTEST_F() 286 EXPECT_EQ(result, ERR_NONE); in HWTEST_F() [all...] |
/arkcompiler/ets_runtime/compiler_service/interface/ |
H A D | aot_compiler_interface_stub.cpp | 85 return ERR_NONE; in CommandAOTCompiler() 95 return ERR_NONE; in CommandStopAOTCompiler() 110 return ERR_NONE; in CommandGetAOTVersion() 126 return ERR_NONE; in CommandNeedReCompile()
|
/arkcompiler/runtime_core/assembler/ |
H A D | error.h | 26 ERR_NONE = 0, member in panda::pandasm::Error::ErrorType 114 inline Error() : Error("No messages", 0, ErrorType::ERR_NONE, "", 0, 0, "") {} in Error()
|
H A D | assembly-parser.cpp | 66 if (context_.err.err != Error::ErrorType::ERR_NONE) { in ParseRecordFields() 313 if (context_.err.err != Error::ErrorType::ERR_NONE) { in ParseArrayElements() 455 if (context_.err.err != Error::ErrorType::ERR_NONE) { in ParseArrayElementValueString() 654 if (open_ || err_.err != Error::ErrorType::ERR_NONE) { in ParseResetFunctionLabelsAndParams() 770 if (err_.err != Error::ErrorType::ERR_NONE) { in ParseResetTables() 776 if (err_.err != Error::ErrorType::ERR_NONE) { in ParseResetTables() 944 if (!context_.Mask() && err_.err == Error::ErrorType::ERR_NONE) { in ParseAfterLine() 948 if (err_.err != Error::ErrorType::ERR_NONE) { in ParseAfterLine() 966 if (open_ && err_.err == Error::ErrorType::ERR_NONE) { in ParseAfterMainLoop() 974 if (err_.err != Error::ErrorType::ERR_NONE) { in ParseAfterMainLoop() [all...] |
H A D | assembly-parser.h | 107 inline Error GetError(const std::string &mess = "", Error::ErrorType err = Error::ErrorType::ERR_NONE, in GetError() 116 inline void GetWarning(const std::string &mess = "", Error::ErrorType err = Error::ErrorType::ERR_NONE, in GetWarning()
|
H A D | pandasm.cpp | 117 if (e.err != panda::pandasm::Error::ErrorType::ERR_NONE) { in Tokenize()
|
/arkcompiler/runtime_core/static_core/assembler/ |
H A D | error.h | 27 ERR_NONE = 0, member in ark::pandasm::Error::ErrorType 116 inline Error() : Error("No messages", 0, ErrorType::ERR_NONE, "", 0, 0, "") {} in Error()
|
H A D | assembly-parser.cpp | 67 if (context_.err.err != Error::ErrorType::ERR_NONE) { in ParseRecordFields() 310 if (context_.err.err != Error::ErrorType::ERR_NONE) { in ParseArrayElements() 470 if (context_.err.err != Error::ErrorType::ERR_NONE) { in ParseArrayElementValueString() 690 if (open_ || err_.err != Error::ErrorType::ERR_NONE) { in ParseResetFunctionLabelsAndParams() 827 if (err_.err != Error::ErrorType::ERR_NONE) { in ParseResetTables() 833 if (err_.err != Error::ErrorType::ERR_NONE) { in ParseResetTables() 1001 if (!context_.Mask() && err_.err == Error::ErrorType::ERR_NONE) { in ParseAfterLine() 1005 if (err_.err != Error::ErrorType::ERR_NONE) { in ParseAfterLine() 1023 if (open_ && err_.err == Error::ErrorType::ERR_NONE) { in ParseAfterMainLoop() 1031 if (err_.err != Error::ErrorType::ERR_NONE) { in ParseAfterMainLoop() [all...] |
H A D | assembly-parser.h | 108 inline Error GetError(const std::string &mess = "", Error::ErrorType err = Error::ErrorType::ERR_NONE, in GetError() 117 inline void GetWarning(const std::string &mess = "", Error::ErrorType err = Error::ErrorType::ERR_NONE, in GetWarning()
|
/arkcompiler/runtime_core/libziparchive/tests/ |
H A D | libziparchive_tests.cpp | 514 ASSERT_EQ(p.ShowError().err, pandasm::Error::ErrorType::ERR_NONE); in HWTEST() 590 ASSERT_EQ(p.ShowError().err, pandasm::Error::ErrorType::ERR_NONE); in HWTEST() 645 ASSERT_EQ(p.ShowError().err, pandasm::Error::ErrorType::ERR_NONE); in HWTEST() 691 ASSERT_EQ(p.ShowError().err, pandasm::Error::ErrorType::ERR_NONE); in HWTEST()
|
/arkcompiler/runtime_core/static_core/libziparchive/tests/ |
H A D | libziparchive_tests.cpp | 456 ASSERT_EQ(p.ShowError().err, pandasm::Error::ErrorType::ERR_NONE); in TEST() 520 ASSERT_EQ(p.ShowError().err, pandasm::Error::ErrorType::ERR_NONE); in TEST() 565 ASSERT_EQ(p.ShowError().err, pandasm::Error::ErrorType::ERR_NONE); in TEST() 611 ASSERT_EQ(p.ShowError().err, pandasm::Error::ErrorType::ERR_NONE); in TEST()
|
/arkcompiler/runtime_core/static_core/libpandafile/tests/ |
H A D | file_test.cpp | 53 ASSERT(p.ShowError().err == pandasm::Error::ErrorType::ERR_NONE); in GetEmptyPandaFileBytes() 238 ASSERT(p.ShowError().err == pandasm::Error::ErrorType::ERR_NONE); in TEST()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | unit_test.cpp | 90 if (parser.ShowError().err != pandasm::Error::ErrorType::ERR_NONE) { in ParseToFile()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | unit_test.cpp | 90 if (parser.ShowError().err != pandasm::Error::ErrorType::ERR_NONE) { in ParseToFile()
|
/arkcompiler/runtime_core/tests/fuzztest/gotonextfile_fuzzer/ |
H A D | gotonextfile_fuzzer.cpp | 64 if (p.ShowError().err != panda::pandasm::Error::ErrorType::ERR_NONE) { in MakePfData()
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
H A D | runtime_adapter_test.cpp | 32 if (parser.ShowError().err != pandasm::Error::ErrorType::ERR_NONE) { in ParseAndEmit()
|