Lines Matching refs:emitError
104 TestI64ElementsAttr::verify(function_ref<InFlightDiagnostic()> emitError, in verify() argument
107 return emitError() in verify()
112 return emitError() << "expected single rank 64-bit shape type, but got: " in verify()
118 function_ref<InFlightDiagnostic()> emitError, int64_t one, std::string two, in verify() argument
122 return emitError() << "expected 'one' to equal 'four.size()'"; in verify()
208 [](function_ref<InFlightDiagnostic()> emitError, in getDynamicSingletonAttr()
211 emitError() << "expected 0 attribute arguments, but had " in getDynamicSingletonAttr()
224 [](function_ref<InFlightDiagnostic()> emitError, in getDynamicPairAttr() argument
227 emitError() << "expected 2 attribute arguments, but had " in getDynamicPairAttr()
237 auto verifier = [](function_ref<InFlightDiagnostic()> emitError, in getDynamicCustomAssemblyFormatAttr() argument
240 emitError() << "expected 2 attribute arguments, but had " << args.size(); in getDynamicCustomAssemblyFormatAttr()