Home
last modified time | relevance | path

Searched refs:reportError (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserTypes.cpp453 bool const reportError = ((*options) & TypeAnnotationParsingOptions::REPORT_ERROR) != 0; in ParseTypeAnnotation() local
458 if (reportError) { in ParseTypeAnnotation()
478 if (reportError) { in ParseTypeAnnotation()
H A DASparser.cpp744 bool reportError = (((*options) & TypeAnnotationParsingOptions::REPORT_ERROR) != 0); in ParseTypeAnnotation() local
745 ir::TypeNode *type = ParseTypeAnnotationTokens(nullptr, reportError, options); in ParseTypeAnnotation()
751 type = ParseTypeAnnotationTokensBitwiseOr(type, reportError, isNullable); in ParseTypeAnnotation()
756 type = ParseTypeAnnotationTokenLeftSquareBracket(type, reportError, isNullable); in ParseTypeAnnotation()
H A DTypedParser.cpp674 bool reportError = ((*options) & TypeAnnotationParsingOptions::REPORT_ERROR) != 0; in ParseTypeParameter() local
677 if (!reportError) { in ParseTypeParameter()
684 if (reportError) { in ParseTypeParameter()
697 if (reportError) { in ParseTypeParameter()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp302 auto const reportError = (flags & TypeRelationFlag::NO_THROW) == 0; in ValidateParameterlessConstructor() local
305 if (reportError) { in ValidateParameterlessConstructor()
338 const std::vector<bool> &argTypeInferenceRequired, bool reportError) in ValidateSignatureRequiredParams()
358 if (reportError) { in ValidateSignatureRequiredParams()
429 TypeRelationFlag flags, bool reportError) in ValidateSignatureRestParams()
457 if (reportError) { in ValidateSignatureRestParams()
560 auto const reportError = (flags & TypeRelationFlag::NO_THROW) == 0; in ValidateSignature() local
563 if (reportError) { in ValidateSignature()
575 if (!ValidateSignatureRequiredParams(substitutedSig, arguments, flags, argTypeInferenceRequired, reportError)) { in ValidateSignature()
583 if (!ValidateSignatureRestParams(substitutedSig, arguments, flags, reportError)) { in ValidateSignature()
336 ValidateSignatureRequiredParams(Signature *substitutedSig, const ArenaVector<ir::Expression *> &arguments, TypeRelationFlag flags, const std::vector<bool> &argTypeInferenceRequired, bool reportError) ValidateSignatureRequiredParams() argument
428 ValidateSignatureRestParams(Signature *substitutedSig, const ArenaVector<ir::Expression *> &arguments, TypeRelationFlag flags, bool reportError) ValidateSignatureRestParams() argument
[all...]
H A Dobject.cpp929 bool reportError)
931 if (!abstractsToBeImplemented.empty() && reportError) {
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.h193 bool reportError);
404 bool reportError);
411 TypeRelationFlag flags, bool reportError);

Completed in 12 milliseconds