Home
last modified time | relevance | path

Searched defs:ThrowError (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lexer/
DkeywordsUtil.h52 [[noreturn]] void ThrowError(std::string_view msg) const in ThrowError() function
Dlexer.cpp213 [[noreturn]] void Lexer::ThrowError(std::string_view message) const in ThrowError() function in ark::es2panda::lexer::Lexer
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp72 static void ThrowError(const std::string_view &message) in ThrowError() function
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
Dregexp.cpp86 static void ThrowError(std::string_view message) in ThrowError() function
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp213 void Lexer::ThrowError(std::string_view message) in ThrowError() function in panda::es2panda::lexer::Lexer
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp106 void TSDeclGen::ThrowError(const std::string_view message, const lexer::SourcePosition &pos = lexer… in ThrowError() function in ark::es2panda::declgen_ets2ts::TSDeclGen
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp131 void VarBinder::ThrowError(const lexer::SourcePosition &pos, const std::string_view &msg) const in ThrowError() function in ark::es2panda::varbinder::VarBinder
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp916 void Helpers::ThrowError(ErrorType type, const parser::Program *program, const lexer::SourcePositio… in ThrowError() function in panda::es2panda::util::Helpers
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp1316 static void ThrowError(compiler::ETSGen *const etsg, const ir::AssertStatement *st) in ThrowError() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h192 ets_int (*ThrowError)(EtsEnv *env, ets_error obj); member
546 ets_int ThrowError(ets_error obj) in ThrowError() function
Dets_napi_native_interface.cpp518 NO_UB_SANITIZE static ets_int ThrowError(EtsEnv *env, ets_error obj) in ThrowError() function
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp69 void ETSChecker::ThrowError(ir::Identifier *const ident) in ThrowError() function in ark::es2panda::checker::ETSChecker