Lines Matching defs:emitError
43 function_ref<InFlightDiagnostic()> emitError) {
46 emitError() << "expected DictionaryAttr to set TestProperties";
51 emitError() << "expected IntegerAttr for key `a`";
57 emitError() << "expected FloatAttr for key `b`";
63 emitError() << "expected DenseI64ArrayAttr for key `array`";
69 emitError() << "expected StringAttr for key `label`";
132 function_ref<InFlightDiagnostic()> emitError) {
283 auto emitError = [&]() {
284 return op->emitError("setting properties failed: ");
286 auto result = state.setProperties(op, emitError);