| /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/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/ets_frontend/es2panda/ |
| D | es2panda.h | 105 …explicit Error(ErrorType type, std::string_view message) noexcept : type_(type), message_(message)… in Error() function 106 explicit Error(ErrorType type, std::string_view message, size_t line, size_t column) noexcept in Error() function
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/tests/ |
| D | client.h | 41 enum Error { enum
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | class_linker.h | 51 enum class Error { enum
|
| D | runtime.h | 72 enum class Error { enum
|
| /arkcompiler/ets_frontend/ts2panda/src/base/ |
| D | typeSystem.ts | 48 Error, enumerator
|
| /arkcompiler/runtime_core/runtime/include/tooling/ |
| D | debug_interface.h | 68 Error(Type type, std::string msg) : type_(type), msg_(std::move(msg)) {} in Error() function
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.h | 258 static const std::string Error; // NOLINT (readability-identifier-naming) member 293 static const std::string Error; // NOLINT (readability-identifier-naming) member
|
| D | pt_types.cpp | 44 const std::string ObjectSubType::Error = "error"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType 71 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 | 135 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/test/ |
| D | jsnapi_tests.cpp | 654 HWTEST_F_L0(JSNApiTests, Error) in HWTEST_F_L0() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins.cpp | 134 using Error = builtins::BuiltinsError; typedef
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 134 using Error = builtins::BuiltinsError; typedef
|