| /arkcompiler/runtime_core/assembler/ |
| D | error.h | 23 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
|
| D | meta.h | 48 Error(std::string msg, Type type) : msg_(std::move(msg)), type_(type) {} in Error() function
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | error.h | 24 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
|
| D | meta.h | 48 Error(std::string msg, Type type) : msg_(std::move(msg)), type_(type) {} in Error() function
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | error.h | 28 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/ |
| D | error.h | 28 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/ |
| D | expected.h | 87 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/ |
| D | expected.h | 92 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/ |
| D | testc_mod.ts | 17 Error = 'error', enumerator
|
| D | testc.ts | 17 Error = 'error', enumerator
|
| /arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotreload/ts_test_cases/enum/modify-enum-element/ |
| D | base_mod.ts | 29 Error = 'error' enumerator
|
| D | base.ts | 29 Error = 'error' enumerator
|
| /arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotreload/ts_test_cases/enum/add/ |
| D | base_mod.ts | 28 Error = 'error', enumerator
|
| /arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotreload/ts_test_cases/enum/add-new-enum-element/ |
| D | base_mod.ts | 29 Error = 'error' enumerator
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | plugin.h | 38 os::Error Error() in Error() function
|
| /arkcompiler/runtime_core/panda_guard/util/ |
| D | error.h | 41 Error(ErrorCode code, std::string_view tag) : errorCode_(code), tag_(tag) {} in Error() function
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | es2panda.h | 148 …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/ |
| D | hotreload.h | 38 enum class Error { enum
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | class_linker.h | 51 enum class Error { enum
|
| D | runtime.h | 77 enum class Error { enum
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/stdlib/packages/ |
| D | escompat.rst | 8448 Error section in Classes 8460 Methods 8538 :kw:`extends` :ref:`Error<LeLsLcLoLmLpLaLt.UELrLrLoLr>` argument
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context_misc.cpp | 319 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/ |
| D | debug_interface.h | 66 Error(Type type, std::string msg) : type_(type), msg_(std::move(msg)) {} in Error() function
|
| /arkcompiler/ets_frontend/ets2panda/bindings/src/ |
| D | lspNode.ts | 76 Error = 1, enumerator
|
| /arkcompiler/toolchain/tooling/dynamic/base/ |
| D | pt_types.h | 441 static const std::string Error; // NOLINT (readability-identifier-naming) member 477 static const std::string Error; // NOLINT (readability-identifier-naming) member
|