Home
last modified time | relevance | path

Searched refs:GetError (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Dassembly-parser.cpp42 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 Dassembly-parser.h107 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 Dassembly-parser.cpp43 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 Dassembly-parser.h108 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 Ddyn_chunk_test.cpp62 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 Ddyn_buffer_test.cpp62 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 Dserializer.h241 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 Dserializer.h241 const char *GetError() const in GetError() function in ark::serializer::internal::Deserializer
299 return Unexpected(deserializer.GetError());
/arkcompiler/ets_runtime/ecmascript/mem/
H A Ddyn_chunk.h83 inline bool GetError() const in GetError() function in panda::ecmascript::DynChunk
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/
H A Ddyn_chunk.h102 inline bool GetError() const in GetError() function in ark::DynChunk
/arkcompiler/toolchain/tooling/
H A Ddispatcher.h102 ResponseCode GetError() const in GetError() function in panda::ecmascript::tooling::DispatchResponse
H A Dprotocol_handler.cpp129 result->Add("code", static_cast<int32_t>(response.GetError())); in CreateErrorReply()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_typeapi_create.h100 std::optional<std::string_view> GetError() const in GetError() function in ark::ark::ark::ets::TypeCreatorCtx
/arkcompiler/ets_frontend/ets2panda/
H A Des2panda.h254 // This is used as a _different_ channel of error reporting than GetError().
258 const Error &GetError() const noexcept
/arkcompiler/ets_frontend/es2panda/
H A Des2panda.h234 Error &GetError() noexcept
H A Des2panda.cpp284 auto &err = GetError(); in CompileFile()
/arkcompiler/ets_frontend/ets2panda/aot/
H A Dmain.cpp58 const auto &err = compiler.GetError(); in CompileFromSource()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_TypeCreator.cpp47 if (auto err = ctx->GetError(); err) { in ErrorFromCtx()

Completed in 12 milliseconds