Searched defs:errMsg (Results 1 – 5 of 5) sorted by relevance
/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/es2panda/typescript/types/ |
D | typeRelation.cpp | 158 void TypeRelation::RaiseError(const std::string &errMsg, const lexer::SourcePosition &loc) const in RaiseError() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | llvm_codegen.cpp | 258 …tic LLVMBool RoundTripFinalizeMemory([[maybe_unused]] void *object, [[maybe_unused]] char **errMsg) in RoundTripFinalizeMemory()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | statementParser.cpp | 695 std::string errMsg("Type alias name cannot be '"); in ParseTsTypeAliasDeclaration() local 743 std::string errMsg("Interface name cannot be '"); in ParseTsInterfaceDeclaration() local
|