Searched refs:reportError (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/parser/ |
H A D | ETSparserTypes.cpp | 453 bool const reportError = ((*options) & TypeAnnotationParsingOptions::REPORT_ERROR) != 0; in ParseTypeAnnotation() local 458 if (reportError) { in ParseTypeAnnotation() 478 if (reportError) { in ParseTypeAnnotation()
|
H A D | ASparser.cpp | 744 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 D | TypedParser.cpp | 674 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 D | function.cpp | 302 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 D | object.cpp | 929 bool reportError) 931 if (!abstractsToBeImplemented.empty() && reportError) {
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | ETSchecker.h | 193 bool reportError); 404 bool reportError); 411 TypeRelationFlag flags, bool reportError);
|
Completed in 12 milliseconds