Home
last modified time | relevance | path

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

12

/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/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
134 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.h92 const E &Error() const &noexcept(ExpectedConfig::RELEASE) in Error() function
98 E &Error() &noexcept(ExpectedConfig::RELEASE) in Error() function
103 E &&Error() &&noexcept(ExpectedConfig::RELEASE) in Error() function
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotreload/ts_test_cases/export-and-import/modify-enum-element/
Dtestc_mod.ts17 Error = 'error', enumerator
Dtestc.ts17 Error = 'error', enumerator
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotreload/ts_test_cases/enum/modify-enum-element/
Dbase_mod.ts29 Error = 'error' enumerator
Dbase.ts29 Error = 'error' enumerator
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotreload/ts_test_cases/enum/add/
Dbase_mod.ts28 Error = 'error', enumerator
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotreload/ts_test_cases/enum/add-new-enum-element/
Dbase_mod.ts29 Error = 'error' enumerator
/arkcompiler/ets_frontend/ets2panda/util/
Dplugin.h38 os::Error Error() in Error() function
/arkcompiler/runtime_core/panda_guard/util/
Derror.h41 Error(ErrorCode code, std::string_view tag) : errorCode_(code), tag_(tag) {} in Error() function
/arkcompiler/ets_frontend/es2panda/
Des2panda.h148 …explicit Error(ErrorType type, const std::string_view &message) noexcept : type_(type), message_(m… in Error() function
149 …explicit Error(ErrorType type, const std::string_view &message, size_t line, size_t column) noexce… in Error() function
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.h38 enum class Error { enum
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass_linker.h51 enum class Error { enum
Druntime.h77 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/runtime_core/static_core/static_linker/
Dlinker_context_misc.cpp319 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/tooling/
Ddebug_interface.h66 Error(Type type, std::string msg) : type_(type), msg_(std::move(msg)) {} in Error() function
/arkcompiler/ets_frontend/ets2panda/bindings/src/
DlspNode.ts76 Error = 1, enumerator
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_types.h441 static const std::string Error; // NOLINT (readability-identifier-naming) member
477 static const std::string Error; // NOLINT (readability-identifier-naming) member

12