Lines Matching defs:emitError
23 function_ref<InFlightDiagnostic()> emitError) {
26 emitError() << "expected IntegerAttr for key `value`";
38 function_ref<InFlightDiagnostic()> emitError) {
41 emitError() << "expected IntegerAttr for key `value`";
53 function_ref<InFlightDiagnostic()> emitError) {
56 return emitError()
68 function_ref<InFlightDiagnostic()> emitError) {
71 return emitError()
83 function_ref<InFlightDiagnostic()> emitError,
87 emitError() << "expected " << denseArrayTyStr << " for key `value`";
91 emitError() << "size mismatch in attribute conversion: " << valueAttr.size()
100 function_ref<InFlightDiagnostic()> emitError) {
101 return convertDenseArrayFromAttr<DenseI64ArrayAttr>(storage, attr, emitError,
106 function_ref<InFlightDiagnostic()> emitError) {
107 return convertDenseArrayFromAttr<DenseI32ArrayAttr>(storage, attr, emitError,
114 function_ref<InFlightDiagnostic()> emitError,
118 emitError() << "expected " << denseArrayTyStr << " for key `value`";
127 function_ref<InFlightDiagnostic()> emitError) {
128 return convertDenseArrayFromAttr<DenseI64ArrayAttr>(storage, attr, emitError,
133 function_ref<InFlightDiagnostic()> emitError) {
134 return convertDenseArrayFromAttr<DenseI32ArrayAttr>(storage, attr, emitError,