| /arkcompiler/runtime_core/libpandabase/os/ |
| H A D | error.h | 26 class Error { class 28 explicit Error(int err) : err_(err) {} in Error() function in panda::os::Error 30 explicit Error(std::string msg) : err_(std::move(msg)) {} in Error() function in panda::os::Error
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| H A D | error.h | 26 class Error { class 28 explicit Error(int err) : err_(err) {} in Error() function in ark::os::Error 30 explicit Error(std::string msg) : err_(std::move(msg)) {} in Error() function in ark::os::Error
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| H A D | plugin.h | 38 os::Error Error() in Error() function in ark::es2panda::util::Plugin
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | assembly-parser.h | 107 inline Error GetError(const std::string &mess = "", Error::ErrorType err = Error argument 116 GetWarning(const std::string &mess = �, Error::ErrorType err = Error::ErrorType::ERR_NONE, int8_t shift = 0, const std::string &add_mess = �) GetWarning() argument [all...] |
| H A D | error.h | 23 struct Error { struct 114 inline Error() : Error("No messages", 0, ErrorType::ERR_NONE, "", 0, 0, "") {} in Error() function 116 inline Error(std::string s, size_t line, ErrorType error_type, std::string overinfo, size_t p, size_t e, in Error() function
|
| H A D | meta.h | 36 class Error { class in panda::pandasm::Metadata 48 Error(std::string msg, Type type) : msg_(std::move(msg)), type_(type) {} in Error() function in panda::pandasm::Metadata::Error [all...] |
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | assembly-parser.h | 108 inline Error GetError(const std::string &mess = "", Error::ErrorType err = Error argument 117 GetWarning(const std::string &mess = �, Error::ErrorType err = Error::ErrorType::ERR_NONE, int8_t shift = 0, const std::string &addMess = �) GetWarning() argument [all...] |
| H A D | error.h | 24 struct Error { struct 116 inline Error() : Error("No messages", 0, ErrorType::ERR_NONE, "", 0, 0, "") {} in Error() function 119 inline Error(std::string s, size_t line, ErrorType errorType, std::string overinfo, size_t p, size_t e, in Error() function
|
| H A D | meta.h | 36 class Error { class in ark::pandasm::Metadata 48 Error(std::string msg, Type type) : msg_(std::move(msg)), type_(type) {} in Error() function in ark::pandasm::Metadata::Error [all...] |
| /arkcompiler/runtime_core/static_core/runtime/hotreload/ |
| H A D | hotreload.h | 38 enum class Error { class
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| H A 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/plugins/ets/runtime/interop_js/ |
| H A D | ets_type_visitor-inl.h | 140 std::optional<std::string> &Error() in Error() function in ark::ets::interop::js::EtsTypeVisitor 192 std::optional<std::string> &Error() in Error() function in ark::ets::interop::js::EtsMethodVisitor
|
| /arkcompiler/ets_frontend/ets2panda/ |
| H A D | es2panda.h | 166 class Error : public std::exception { class [all...] |
| /arkcompiler/ets_frontend/es2panda/ |
| H A D | es2panda.h | 134 class Error : public std::exception { class [all...] |
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | class_linker.h | 51 enum class Error { class in ark::ClassLinker
|
| H A D | runtime.h | 78 enum class Error { class in ark::Runtime
|
| /arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
| H A D | debug_interface.h | 46 class Error { class 71 Error(Type type, std::string msg) : type_(type), msg_(std::move(msg)) {} in Error() function in ark::tooling::Error [all...] |
| /arkcompiler/toolchain/tooling/base/ |
| H A D | pt_types.cpp | 47 const std::string ObjectSubType::Error = "error"; // NOLINT (readability-identifier-naming) member in panda::ecmascript::tooling::ObjectSubType 75 const std::string ObjectClassName::Error = "Error"; // NOLINT (readability-identifier-naming) member in panda::ecmascript::tooling::ObjectClassName
|
| H A 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
|