Home
last modified time | relevance | path

Searched defs:reportError (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserTypes.cpp484 bool const reportError = ((*options) & TypeAnnotationParsingOptions::REPORT_ERROR) != 0; in ParseTypeAnnotationNoPreferParam() local
DTypedParser.cpp726 bool reportError = ((*options) & TypeAnnotationParsingOptions::REPORT_ERROR) != 0; in ParseTypeParameter() local
DASparser.cpp752 bool reportError = (((*options) & TypeAnnotationParsingOptions::REPORT_ERROR) != 0); in ParseTypeAnnotation() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp413 … const std::vector<bool> &argTypeInferenceRequired, bool reportError) in ValidateSignatureRequiredParams()
524 TypeRelationFlag flags, bool reportError, in ValidateSignatureRestParams()
592 auto const reportError = (flags & TypeRelationFlag::NO_THROW) == 0; in ValidateSignature() local
Dobject.cpp1098 bool reportError) in MaybeReportErrorsForOverridingValidation()
1650 const bool reportError) in ValidateTupleIndex()