Home
last modified time | relevance | path

Searched defs:Error (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/runtime_core/assembler/
Derror.h23 struct Error { struct
24 enum class ErrorClass { WARNING = 0, ERROR }; argument
25 enum class ErrorType { argument
105 ErrorClass type; argument
109 ErrorType err; argument
114 inline Error() : Error("No messages", 0, ErrorType::ERR_NONE, "", 0, 0, "") {} in Error() argument
130 using ErrorList = std::vector<Error>; argument
Dmeta.h48 Error(std::string msg, Type type) : msg_(std::move(msg)), type_(type) {} in Error() function
/arkcompiler/runtime_core/libpandabase/os/
Derror.h28 explicit Error(int err) : err_(err) {} in Error() function
30 explicit Error(std::string msg) : err_(std::move(msg)) {} in Error() function
/arkcompiler/runtime_core/libpandabase/utils/
Dexpected.h87 const E &Error() const &noexcept(ExpectedConfig::RELEASE) in Error() function
92 E &Error() & noexcept(ExpectedConfig::RELEASE) in Error() function
97 E &&Error() && noexcept(ExpectedConfig::RELEASE) in Error() function
/arkcompiler/ets_frontend/es2panda/
Des2panda.h105 …explicit Error(ErrorType type, std::string_view message) noexcept : type_(type), message_(message)… in Error() function
106 explicit Error(ErrorType type, std::string_view message, size_t line, size_t column) noexcept in Error() function
/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dclient.h41 enum Error { enum
/arkcompiler/runtime_core/runtime/include/
Dclass_linker.h51 enum class Error { enum
Druntime.h72 enum class Error { enum
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts48 Error, enumerator
/arkcompiler/runtime_core/runtime/include/tooling/
Ddebug_interface.h68 Error(Type type, std::string msg) : type_(type), msg_(std::move(msg)) {} in Error() function
/arkcompiler/toolchain/tooling/base/
Dpt_types.h258 static const std::string Error; // NOLINT (readability-identifier-naming) member
293 static const std::string Error; // NOLINT (readability-identifier-naming) member
Dpt_types.cpp44 const std::string ObjectSubType::Error = "error"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType
71 const std::string ObjectClassName::Error = "Error"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp135 using Error = builtins::BuiltinsError; typedef
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_errors_test.cpp36 using Error = ecmascript::builtins::BuiltinsError; typedef
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp654 HWTEST_F_L0(JSNApiTests, Error) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp134 using Error = builtins::BuiltinsError; typedef
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp134 using Error = builtins::BuiltinsError; typedef