Lines Matching refs:reportError
302 auto const reportError = (flags & TypeRelationFlag::NO_THROW) == 0;
305 if (reportError) {
338 const std::vector<bool> &argTypeInferenceRequired, bool reportError)
358 if (reportError) {
429 TypeRelationFlag flags, bool reportError)
457 if (reportError) {
560 auto const reportError = (flags & TypeRelationFlag::NO_THROW) == 0;
563 if (reportError) {
575 if (!ValidateSignatureRequiredParams(substitutedSig, arguments, flags, argTypeInferenceRequired, reportError)) {
583 if (!ValidateSignatureRestParams(substitutedSig, arguments, flags, reportError)) {