Home
last modified time | relevance | path

Searched defs:errMsg (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/compiler_service/src/
H A Daot_compiler_error_utils.cpp35 std::string errMsg; in GetErrorMessage() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DtypeRelation.cpp39 bool Checker::IsTypeIdenticalTo(Type *source, Type *target, const std::string &errMsg, in IsTypeIdenticalTo() argument
64 bool Checker::IsTypeAssignableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeAssignableTo() argument
89 bool Checker::IsTypeComparableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeComparableTo() argument
H A Dfunction.cpp683 CheckAllCodePathsInNonVoidFunctionReturnOrThrow(const ir::ScriptFunction *func, lexer::SourcePosition lineInfo, const char *errMsg) CheckAllCodePathsInNonVoidFunctionReturnOrThrow() argument
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A DtypeRelation.cpp199 void TypeRelation::RaiseError(const std::string &errMsg, const lexer::SourcePosition &loc) const in RaiseError() argument
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DtypeRelation.cpp162 void TypeRelation::RaiseError(const std::string &errMsg, const lexer::SourcePosition &loc) const in RaiseError() argument
/arkcompiler/ets_frontend/ets2panda/checker/
H A Dchecker.cpp137 bool Checker::IsTypeIdenticalTo(Type *source, Type *target, const std::string &errMsg, in IsTypeIdenticalTo() argument
162 bool Checker::IsTypeAssignableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeAssignableTo() argument
187 bool Checker::IsTypeComparableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeComparableTo() argument
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dfunction.cpp663 CheckAllCodePathsInNonVoidFunctionReturnOrThrow(ir::ScriptFunction *func, lexer::SourcePosition lineInfo, const char *errMsg) CheckAllCodePathsInNonVoidFunctionReturnOrThrow() argument
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
H A Dpaoc.cpp523 std::string errMsg = "Class `" + className + "` from " + pfileRef.GetFilename() + " compiled with errors"; in CompilePandaFile() local
708 std::string errMsg = "Failed to JIT-compile method: " + name; in CompileJit() local
726 std::string errMsg = "Failed to OSR-compile method: " + name; in CompileOsr() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp388 static LLVMBool RoundTripFinalizeMemory([[maybe_unused]] void *object, [[maybe_unused]] char **errMsg) in RoundTripFinalizeMemory() argument

Completed in 8 milliseconds