| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | typeRelation.cpp | 39 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()
|
| D | function.cpp | 675 … lexer::SourcePosition lineInfo, const char *errMsg) in CheckAllCodePathsInNonVoidFunctionReturnOrThrow()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | checker.cpp | 124 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/ |
| D | verification.cpp | 75 std::string errMsg = in CheckExtendFinalClass() local 186 void VerifyResult::AddPragmaVerifyError(const std::string &className, std::string errMsg) in AddPragmaVerifyError()
|
| D | mir_nodes.cpp | 1999 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/ |
| D | typeRelation.cpp | 197 void TypeRelation::RaiseError(const std::string &errMsg, const lexer::SourcePosition &loc) const in RaiseError() argument
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | typeRelation.cpp | 158 void TypeRelation::RaiseError(const std::string &errMsg, const lexer::SourcePosition &loc) const in RaiseError() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
| D | paoc.cpp | 513 …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/ |
| D | mdparser.cpp | 388 bool MDParser::EmitError(const std::string &errMsg) in EmitError()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | function.cpp | 656 … lexer::SourcePosition lineInfo, const char *errMsg) in CheckAllCodePathsInNonVoidFunctionReturnOrThrow()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | llvm_codegen.cpp | 318 …tic LLVMBool RoundTripFinalizeMemory([[maybe_unused]] void *object, [[maybe_unused]] char **errMsg) in RoundTripFinalizeMemory()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 705 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/ |
| D | TSparser.cpp | 191 std::string errMsg("Type alias name cannot be '"); in ParseTypeAliasDeclaration() local
|
| D | ETSparser.cpp | 1842 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/ |
| D | lower.cpp | 1739 MIRSymbol *errMsg; in SwitchAssertBoundary() local
|