Home
last modified time | relevance | path

Searched refs:ErrorHandler (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
H A DerrorHandler.cpp20 void ErrorHandler::ThrowSyntaxError(std::string_view errorMessage, const lexer::SourcePosition &pos) const in ThrowSyntaxError()
28 void ErrorHandler::ThrowSyntaxError(const parser::Program *program, std::string_view errorMessage, in ThrowSyntaxError()
31 ErrorHandler(program).ThrowSyntaxError(errorMessage, pos); in ThrowSyntaxError()
H A DerrorHandler.h25 class ErrorHandler { class
27 explicit ErrorHandler(const parser::Program *program) : program_(program) {} in ErrorHandler() function in ark::es2panda::util::ErrorHandler
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DimportExportDecls.cpp108 util::ErrorHandler::ThrowSyntaxError( in HandleGlobalStmts()
123 util::ErrorHandler::ThrowSyntaxError(varbinder_->Program(), in PopulateAliasMap()
140 util::ErrorHandler::ThrowSyntaxError( in HandleSelectiveExportWithAlias()
153 util::ErrorHandler::ThrowSyntaxError( in HandleSelectiveExportWithAlias()
200 util::ErrorHandler::ThrowSyntaxError( in VisitExportNamedDeclaration()
229 util::ErrorHandler::ThrowSyntaxError( in HandleSimpleType()
234 util::ErrorHandler::ThrowSyntaxError(program, "Cannot export the same '" + name.Mutf8() + "' type twice.", pos); in HandleSimpleType()
281 util::ErrorHandler::ThrowSyntaxError(program, "Can only type export class or interface!", stmt->Start()); in VerifyType()
290 util::ErrorHandler::ThrowSyntaxError(program, "Can only type export class or interface!", in VerifyType()
312 util::ErrorHandler in VerifySingleExportDefault()
[all...]
/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_class_linker_extension.h76 class ErrorHandler : public ClassLinkerErrorHandler { class in ark::CoreClassLinkerExtension
81 ErrorHandler errorHandler_;
H A Dcore_class_linker_extension.cpp27 void CoreClassLinkerExtension::ErrorHandler::OnError(ClassLinker::Error error, const PandaString &message) in OnError()
/arkcompiler/runtime_core/static_core/verification/jobs/
H A Djob.cpp28 Job::ErrorHandler handler; in UpdateTypes()
100 void Job::ErrorHandler::OnError([[maybe_unused]] ClassLinker::Error error, PandaString const &message) in OnError()
H A Djob.h132 class ErrorHandler : public ClassLinkerErrorHandler { class in ark::verifier::Job
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_class_linker_extension.h269 class ErrorHandler : public ClassLinkerErrorHandler { class in ark::ets::EtsClassLinkerExtension
274 ErrorHandler errorHandler_;
H A Dets_class_linker_extension.cpp83 void EtsClassLinkerExtension::ErrorHandler::OnError(ClassLinker::Error error, const PandaString &message) in OnError()
/arkcompiler/runtime_core/static_core/verification/type/
H A Dtype_system.cpp47 Job::ErrorHandler handler;
72 Job::ErrorHandler handler; in DescriptorToClass()
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler.cpp44 class ErrorHandler : public ClassLinkerErrorHandler { class
140 ErrorHandler handler; in GetClass()
264 ErrorHandler handler; in IsInterfaceMethod()
536 ErrorHandler handler; in GetLiteralArrayClassIdWithinFile()
578 ErrorHandler errorHandler; in GetMethod()
591 ErrorHandler errorHandler; in GetField()
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
H A Dpaoc.h105 class ErrorHandler : public ClassLinkerErrorHandler { class in ark::ark::paoc::Paoc::LLVMCompilerStatus
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dtarget.h28 class AsmJitErrorHandler : public asmjit::ErrorHandler {
465 asmjit::ErrorHandler *errorHandler_ {nullptr};
H A Dencode.cpp339 errorHandler_->~ErrorHandler(); in ~Amd64Encoder()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp385 util::ErrorHandler::ThrowSyntaxError(Program(), errorMessage, pos); in ThrowSyntaxError()
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dabs_int_inl.h1830 Job::ErrorHandler handler; in GetFieldType()

Completed in 24 milliseconds