Home
last modified time | relevance | path

Searched defs:errMsg (Results 1 – 5 of 5) 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/es2panda/typescript/types/
DtypeRelation.cpp158 void TypeRelation::RaiseError(const std::string &errMsg, const lexer::SourcePosition &loc) const in RaiseError() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.cpp258 …tic LLVMBool RoundTripFinalizeMemory([[maybe_unused]] void *object, [[maybe_unused]] char **errMsg) in RoundTripFinalizeMemory()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp695 std::string errMsg("Type alias name cannot be '"); in ParseTsTypeAliasDeclaration() local
743 std::string errMsg("Interface name cannot be '"); in ParseTsInterfaceDeclaration() local