Home
last modified time | relevance | path

Searched refs:GetErrorString (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Doptions_test.cpp59 ASSERT_EQ(GetParser()->GetErrorString(), in TEST_F()
75 ASSERT_EQ(GetParser()->GetErrorString(), "pandargs: Too many tail arguments given\n"); in TEST_F()
80 ASSERT_EQ(GetParser()->GetErrorString(), in TEST_F()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dpandargs_test.cpp861 ASSERT_TRUE(paParser.Parse(2U, argv)) << paParser.GetErrorString(); in TEST()
872 ASSERT_TRUE(paParser.Parse(2U, argv)) << paParser.GetErrorString(); in TEST()
907 ASSERT_TRUE(paParser.Parse(2U, argv1)) << paParser.GetErrorString(); in TEST()
913 ASSERT_TRUE(paParser.Parse(2U, argv2)) << paParser.GetErrorString(); in TEST()
918 ASSERT_TRUE(paParser.Parse(2U, argv3)) << paParser.GetErrorString(); in TEST()
924 ASSERT_TRUE(paParser.Parse(2U, argv4)) << paParser.GetErrorString(); in TEST()
930 ASSERT_TRUE(paParser.Parse(4U, argv5)) << paParser.GetErrorString(); in TEST()
982 ASSERT_FALSE(paParser.Parse(2U, argv)) << paParser.GetErrorString(); in TEST()
998 ASSERT_FALSE(paParser.Parse(2U, argv)) << paParser.GetErrorString(); in TEST()
1002 ASSERT_FALSE(paParser.Parse(2U, argv)) << paParser.GetErrorString(); in TEST()
[all …]
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dirtoc.cpp34 std::cerr << "Error: " << paParser.GetErrorString() << "\n"; in Run()
/arkcompiler/runtime_core/static_core/tools/sampler/
Dargs_parser.h30 std::cerr << parser_.GetErrorString(); in Parse()
/arkcompiler/ets_frontend/merge_abc/src/
Doptions.cpp49 ss << argparser_->GetErrorString() << std::endl; in Parse()
/arkcompiler/runtime_core/libpandabase/
DREADME.md98 - `std::string GetErrorString()` - returns error string if error occurred on argument addition or p…
122 std::cout << pa_parser.GetErrorString();
125 std::cout << pa_parser.GetErrorString();
170 std::cout << pa_parser.GetErrorString();
173 std::cout << pa_parser.GetErrorString();
/arkcompiler/runtime_core/static_core/libpandabase/
DREADME.md98 - `std::string GetErrorString()` - returns error string if error occurred on argument addition or p…
122 std::cout << pa_parser.GetErrorString();
125 std::cout << pa_parser.GetErrorString();
170 std::cout << pa_parser.GetErrorString();
173 std::cout << pa_parser.GetErrorString();
/arkcompiler/runtime_core/static_core/dprof/converter/
Dmain.cpp35 std::cerr << parser_.GetErrorString(); in Parse()
/arkcompiler/runtime_core/static_core/static_linker/
Dlink.cpp28 const auto a = paParser.GetErrorString(); in PrintHelp()
/arkcompiler/runtime_core/libpandabase/tests/
Dpandargs_test.cpp899 ASSERT_TRUE(C_PARSER.Parse(2, argv)) << C_PARSER.GetErrorString();
910 ASSERT_TRUE(C_PARSER.Parse(2, argv)) << C_PARSER.GetErrorString();
933 ASSERT_TRUE(C_PARSER.Parse(2, argv)) << C_PARSER.GetErrorString();
941 ASSERT_TRUE(C_PARSER.Parse(2, argv)) << C_PARSER.GetErrorString();
948 ASSERT_TRUE(C_PARSER.Parse(2, argv)) << C_PARSER.GetErrorString();
956 ASSERT_TRUE(C_PARSER.Parse(2, argv)) << C_PARSER.GetErrorString();
964 ASSERT_TRUE(C_PARSER.Parse(4, argv)) << C_PARSER.GetErrorString();
/arkcompiler/runtime_core/static_core/panda/
Dpanda.cpp60 std::cerr << paParser.GetErrorString() << std::endl; in PrintHelp()
/arkcompiler/runtime_core/panda/
Dpanda.cpp89 std::cerr << pa_parser.GetErrorString() << std::endl; in PrintHelp()
/arkcompiler/ets_frontend/ets2panda/util/
Doptions.cpp113 std::cerr << parser.GetErrorString(); in ParseComponentArgs()
427 ss << argparser.GetErrorString() << std::endl; in Usage()
/arkcompiler/runtime_core/static_core/dprof/daemon/
Dmain.cpp171 std::cerr << parser_.GetErrorString(); in Parse()
/arkcompiler/runtime_core/static_core/verification/verifier/
Dverifier.cpp280 std::string error = paParser.GetErrorString(); in PrintHelp()
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
Daotdump.cpp154 std::cerr << "Parse options failed: " << paParser.GetErrorString() << std::endl; in Run()
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp533 ss << argparser_->GetErrorString() << std::endl; in Parse()
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp95 std::cerr << "Error: " << paParser.GetErrorString() << "\n"; in Init()
/arkcompiler/runtime_core/libpandabase/utils/
Dpandargs.h300 std::string GetErrorString() const in GetErrorString() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dpandargs.h298 std::string GetErrorString() const in GetErrorString() function