Home
last modified time | relevance | path

Searched defs:reportError (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserTypes.cpp453 bool const reportError = ((*options) & TypeAnnotationParsingOptions::REPORT_ERROR) != 0; in ParseTypeAnnotation() local
H A DTypedParser.cpp674 bool reportError = ((*options) & TypeAnnotationParsingOptions::REPORT_ERROR) != 0; in ParseTypeParameter() local
H A DASparser.cpp744 bool reportError = (((*options) & TypeAnnotationParsingOptions::REPORT_ERROR) != 0); in ParseTypeAnnotation() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp302 auto const reportError = (flags & TypeRelationFlag::NO_THROW) == 0; in ValidateParameterlessConstructor() local
560 auto const reportError = (flags & TypeRelationFlag::NO_THROW) == 0; in ValidateSignature() local
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...]

Completed in 8 milliseconds