Home
last modified time | relevance | path

Searched defs:errMsg (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeRelation.cpp39 bool Checker::IsTypeIdenticalTo(Type *source, Type *target, const std::string &errMsg, in IsTypeIdenticalTo()
64 bool Checker::IsTypeAssignableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeAssignableTo()
89 bool Checker::IsTypeComparableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeComparableTo()
Dfunction.cpp675 … lexer::SourcePosition lineInfo, const char *errMsg) in CheckAllCodePathsInNonVoidFunctionReturnOrThrow()
/arkcompiler/ets_frontend/ets2panda/checker/
Dchecker.cpp124 bool Checker::IsTypeIdenticalTo(Type *source, Type *target, const std::string &errMsg, in IsTypeIdenticalTo()
149 bool Checker::IsTypeAssignableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeAssignableTo()
174 bool Checker::IsTypeComparableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeComparableTo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dverification.cpp75 std::string errMsg = in CheckExtendFinalClass() local
186 void VerifyResult::AddPragmaVerifyError(const std::string &className, std::string errMsg) in AddPragmaVerifyError()
Dmir_nodes.cpp1999 void AddRuntimeVerifyError(std::string errMsg, VerifyResult &verifyResult) in AddRuntimeVerifyError()
2211 std::string errMsg = (mirType == nullptr ? "nullptr" : mirType->GetName()); in VerifyThrowable() local
/arkcompiler/ets_frontend/ets2panda/checker/types/
DtypeRelation.cpp197 void TypeRelation::RaiseError(const std::string &errMsg, const lexer::SourcePosition &loc) const in RaiseError() argument
/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeRelation.cpp158 void TypeRelation::RaiseError(const std::string &errMsg, const lexer::SourcePosition &loc) const in RaiseError() argument
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp513 …std::string errMsg = "Class `" + className + "` from " + pfileRef.GetFilename() + " compiled with … in CompilePandaFile() local
698 std::string errMsg = "Failed to JIT-compile method: " + name; in CompileJit() local
716 std::string errMsg = "Failed to OSR-compile method: " + name; in CompileOsr() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/mdgen/src/
Dmdparser.cpp388 bool MDParser::EmitError(const std::string &errMsg) in EmitError()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dfunction.cpp656 … lexer::SourcePosition lineInfo, const char *errMsg) in CheckAllCodePathsInNonVoidFunctionReturnOrThrow()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.cpp318 …tic LLVMBool RoundTripFinalizeMemory([[maybe_unused]] void *object, [[maybe_unused]] char **errMsg) in RoundTripFinalizeMemory()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp705 std::string errMsg("Type alias name cannot be '"); in ParseTsTypeAliasDeclaration() local
811 std::string errMsg("Interface name cannot be '"); in ValidateTsInterfaceName() local
/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp191 std::string errMsg("Type alias name cannot be '"); in ParseTypeAliasDeclaration() local
DETSparser.cpp1842 std::string errMsg("Cannot used in global scope '"); in ParseTypeDeclaration() local
1879 std::string errMsg("Type alias name cannot be '"); in ParseTypeAliasDeclaration() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp1739 MIRSymbol *errMsg; in SwitchAssertBoundary() local