Home
last modified time | relevance | path

Searched defs:Error (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/runtime_core/libpandabase/os/
H A Derror.h26 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 Derror.h26 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 Dplugin.h38 os::Error Error() in Error() function in ark::es2panda::util::Plugin
/arkcompiler/runtime_core/assembler/
H A Dassembly-parser.h107 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 Derror.h23 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 Dmeta.h36 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 Dassembly-parser.h108 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 Derror.h24 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 Dmeta.h36 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 Dhotreload.h38 enum class Error { class
/arkcompiler/runtime_core/static_core/static_linker/
H A 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/plugins/ets/runtime/interop_js/
H A Dets_type_visitor-inl.h140 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 Des2panda.h166 class Error : public std::exception { class
[all...]
/arkcompiler/ets_frontend/es2panda/
H A Des2panda.h134 class Error : public std::exception { class
[all...]
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass_linker.h51 enum class Error { class in ark::ClassLinker
H A Druntime.h78 enum class Error { class in ark::Runtime
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H A Ddebug_interface.h46 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 Dpt_types.cpp47 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 Dpt_types.h430 static const std::string Error; // NOLINT (readability-identifier-naming) member
466 static const std::string Error; // NOLINT (readability-identifier-naming) member

Completed in 19 milliseconds