/arkcompiler/runtime_core/assembler/ |
H A D | assembly-parser.cpp | 42 context_.err = GetError("Expected keyword.", Error::ErrorType::ERR_BAD_KEYWORD); in ParseRecordFields() 75 context_.err = GetError("Expected a new field on the next line.", Error::ErrorType::ERR_BAD_KEYWORD); in ParseRecordFields() 93 GetError("Repeating field names in the same record.", Error::ErrorType::ERR_REPEATING_FIELD_NAME); in ParseFieldName() 110 context_.err = GetError("Invalid name of field.", Error::ErrorType::ERR_BAD_OPERATION_NAME); in ParseFieldName() 127 context_.err = GetError("Expected ']'.", Error::ErrorType::ERR_BAD_ARRAY_TYPE_BOUND); in ParseType() 149 context_.err = GetError("Not a correct type.", Error::ErrorType::ERR_BAD_FIELD_VALUE_TYPE); in ParseFieldType() 171 context_.err = GetError("Expected field name.", Error::ErrorType::ERR_BAD_FIELD_MISSING_NAME, +1); in ParseRecordField() 231 GetError("No one array can be defined inside another array.", Error::ErrorType::ERR_BAD_DEFINITION); in ParseAsArray() 251 GetError("Сonstant array must contain at least one element.", Error::ErrorType::ERR_BAD_ARRAY_SIZE); in ParseAsArray() 266 GetError("Constan in ParseAsArray() [all...] |
H A D | assembly-parser.h | 107 inline Error GetError(const std::string &mess = "", Error::ErrorType err = Error::ErrorType::ERR_NONE, in GetError() function in panda::pandasm::Parser
|
/arkcompiler/runtime_core/static_core/assembler/ |
H A D | assembly-parser.cpp | 43 context_.err = GetError("Expected keyword.", Error::ErrorType::ERR_BAD_KEYWORD); in ParseRecordFields() 76 context_.err = GetError("Expected a new field on the next line.", Error::ErrorType::ERR_BAD_KEYWORD); in ParseRecordFields() 94 GetError("Repeating field names in the same record.", Error::ErrorType::ERR_REPEATING_FIELD_NAME); in ParseFieldName() 111 context_.err = GetError("Invalid name of field.", Error::ErrorType::ERR_BAD_OPERATION_NAME); in ParseFieldName() 128 context_.err = GetError("Expected ']'.", Error::ErrorType::ERR_BAD_ARRAY_TYPE_BOUND); in ParseType() 150 context_.err = GetError("Not a correct type.", Error::ErrorType::ERR_BAD_FIELD_VALUE_TYPE); in ParseFieldType() 172 context_.err = GetError("Expected field name.", Error::ErrorType::ERR_BAD_FIELD_MISSING_NAME, +1); in ParseRecordField() 228 GetError("No one array can be defined inside another array.", Error::ErrorType::ERR_BAD_DEFINITION); in ParseAsArray() 248 GetError("Сonstant array must contain at least one element.", Error::ErrorType::ERR_BAD_ARRAY_SIZE); in ParseAsArray() 263 GetError("Constan in ParseAsArray() [all...] |
H A D | assembly-parser.h | 108 inline Error GetError(const std::string &mess = "", Error::ErrorType err = Error::ErrorType::ERR_NONE, in GetError() function in ark::pandasm::Parser
|
/arkcompiler/ets_runtime/ecmascript/regexp/tests/ |
H A D | dyn_chunk_test.cpp | 62 ASSERT_EQ(dynChunk.GetError(), false); in HWTEST_F_L0() 79 ASSERT_EQ(dynChunk.GetError(), false); in HWTEST_F_L0() 92 ASSERT_EQ(dynChunk.GetError(), false); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | dyn_buffer_test.cpp | 62 ASSERT_EQ(dynChunk.GetError(), false); in TEST_F() 80 ASSERT_EQ(dynChunk.GetError(), false); in TEST_F() 93 ASSERT_EQ(dynChunk.GetError(), false); in TEST_F()
|
/arkcompiler/runtime_core/libpandabase/serializer/ |
H A D | serializer.h | 241 const char *GetError() const in GetError() function in panda::serializer::internal::Deserializer 299 return Unexpected(deserializer.GetError());
|
/arkcompiler/runtime_core/static_core/libpandabase/serializer/ |
H A D | serializer.h | 241 const char *GetError() const in GetError() function in ark::serializer::internal::Deserializer 299 return Unexpected(deserializer.GetError());
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | dyn_chunk.h | 83 inline bool GetError() const in GetError() function in panda::ecmascript::DynChunk
|
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/ |
H A D | dyn_chunk.h | 102 inline bool GetError() const in GetError() function in ark::DynChunk
|
/arkcompiler/toolchain/tooling/ |
H A D | dispatcher.h | 102 ResponseCode GetError() const in GetError() function in panda::ecmascript::tooling::DispatchResponse
|
H A D | protocol_handler.cpp | 129 result->Add("code", static_cast<int32_t>(response.GetError())); in CreateErrorReply()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
H A D | ets_typeapi_create.h | 100 std::optional<std::string_view> GetError() const in GetError() function in ark::ark::ark::ets::TypeCreatorCtx
|
/arkcompiler/ets_frontend/ets2panda/ |
H A D | es2panda.h | 254 // This is used as a _different_ channel of error reporting than GetError(). 258 const Error &GetError() const noexcept
|
/arkcompiler/ets_frontend/es2panda/ |
H A D | es2panda.h | 234 Error &GetError() noexcept
|
H A D | es2panda.cpp | 284 auto &err = GetError(); in CompileFile()
|
/arkcompiler/ets_frontend/ets2panda/aot/ |
H A D | main.cpp | 58 const auto &err = compiler.GetError(); in CompileFromSource()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
H A D | std_core_TypeCreator.cpp | 47 if (auto err = ctx->GetError(); err) { in ErrorFromCtx()
|