Home
last modified time | relevance | path

Searched defs:Error (Results 1 – 14 of 14) 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_runtime/test/typeinfer/automatedcases/
DgenericBaseClassLiteralProperty.ts27 public Error(): void { method in SubClass
/arkcompiler/ets_frontend/es2panda/
Des2panda.h108 …explicit Error(ErrorType type, std::string_view message) noexcept : type_(type), message_(message)… in Error() function
109 explicit Error(ErrorType type, std::string_view message, size_t line, size_t column) noexcept in Error() function
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts48 Error, enumerator
/arkcompiler/toolchain/tooling/base/
Dpt_types.h401 static const std::string Error; // NOLINT (readability-identifier-naming) member
437 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
72 const std::string ObjectClassName::Error = "Error"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp136 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.cpp715 HWTEST_F_L0(JSNApiTests, Error) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp137 using Error = builtins::BuiltinsError; typedef
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp136 using Error = builtins::BuiltinsError; typedef