| /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 133 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/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/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 | 87 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/ |
| D | plugin.h | 38 os::Error Error() in Error() function
|
| /arkcompiler/ets_frontend/ets2panda/ |
| D | es2panda.h | 165 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/ |
| D | es2panda.h | 135 …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/ |
| D | ets_type_visitor-inl.h | 140 std::optional<std::string> &Error() in Error() function 192 std::optional<std::string> &Error() in Error() function
|
| /arkcompiler/runtime_core/static_core/runtime/hotreload/ |
| D | hotreload.h | 38 enum class Error { enum
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context_misc.cpp | 300 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/ |
| D | class_linker.h | 51 enum class Error { enum
|
| D | runtime.h | 78 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/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | parser.cpp | 152 void MIRParser::Error(const std::string &str) in Error() function in maple::MIRParser
|
| /arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
| D | debug_interface.h | 71 Error(Type type, std::string msg) : type_(type), msg_(std::move(msg)) {} in Error() function
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.h | 430 static const std::string Error; // NOLINT (readability-identifier-naming) member 466 static const std::string Error; // NOLINT (readability-identifier-naming) member
|
| D | pt_types.cpp | 47 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/ |
| D | snapshot_processor.cpp | 107 using Error = builtins::BuiltinsError; typedef
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_errors_test.cpp | 36 using Error = ecmascript::builtins::BuiltinsError; typedef
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | README.md | 4554 ### Error subsection
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins.cpp | 128 using Error = builtins::BuiltinsError; typedef
|