Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/assembler/
Derror.h24 struct Error { struct
25 enum class ErrorClass { WARNING = 0, ERROR }; argument
26 enum class ErrorType { argument
107 ErrorClass type; argument
111 ErrorType err; argument
116 inline Error() : Error("No messages", 0, ErrorType::ERR_NONE, "", 0, 0, "") {} in Error() argument
133 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/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/static_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/runtime_core/static_core/libpandabase/utils/
Dexpected.h87 const E &Error() const &noexcept(ExpectedConfig::RELEASE) in Error() function
93 E &Error() &noexcept(ExpectedConfig::RELEASE) in Error() function
98 E &&Error() &&noexcept(ExpectedConfig::RELEASE) in Error() function
/arkcompiler/ets_frontend/ets2panda/util/
Dplugin.h38 os::Error Error() in Error() function
/arkcompiler/ets_frontend/ets2panda/
Des2panda.h165 explicit Error(ErrorType type, std::string_view file, std::string_view message) noexcept in Error() function
169 …explicit Error(ErrorType type, std::string_view file, std::string_view message, size_t line, size_… in Error() function
/arkcompiler/ets_frontend/es2panda/
Des2panda.h135 …explicit Error(ErrorType type, const std::string_view &message) noexcept : type_(type), message_(m… in Error() function
136 …explicit Error(ErrorType type, const std::string_view &message, size_t line, size_t column) noexce… in Error() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_type_visitor-inl.h140 std::optional<std::string> &Error() in Error() function
192 std::optional<std::string> &Error() in Error() function
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.h38 enum class Error { enum
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context_misc.cpp300 void Context::Error(const std::string &msg, const std::vector<ErrorDetail> &details, in Error() function in ark::static_linker::Context
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass_linker.h51 enum class Error { enum
Druntime.h78 enum class Error { enum
/arkcompiler/runtime_core/static_core/plugins/ets/doc/stdlib/packages/
Descompat.rst8448 Error section in Classes
8460 Methods
8538 :kw:`extends` :ref:`Error<LeLsLcLoLmLpLaLt.UELrLrLoLr>` argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp152 void MIRParser::Error(const std::string &str) in Error() function in maple::MIRParser
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h71 Error(Type type, std::string msg) : type_(type), msg_(std::move(msg)) {} in Error() function
/arkcompiler/toolchain/tooling/base/
Dpt_types.h430 static const std::string Error; // NOLINT (readability-identifier-naming) member
466 static const std::string Error; // NOLINT (readability-identifier-naming) member
Dpt_types.cpp47 const std::string ObjectSubType::Error = "error"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType
75 const std::string ObjectClassName::Error = "Error"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp107 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/
DREADME.md4554 ### Error subsection
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp128 using Error = builtins::BuiltinsError; typedef

12