9#ifdef GET_ATTRDEF_CLASSES
10#undef GET_ATTRDEF_CLASSES
19class AllowConstraintAttr;
20class AllowWitnessAttr;
21class AllowNonNativeFieldOpsAttr;
22class AllowConstraintAttr :
public ::mlir::Attribute::AttrBase<AllowConstraintAttr, ::mlir::Attribute, ::mlir::AttributeStorage> {
25 static constexpr ::llvm::StringLiteral name =
"function.allow_constraint";
26 static constexpr ::llvm::StringLiteral dialectName =
"function";
27 static constexpr ::llvm::StringLiteral getMnemonic() {
28 return {
"allow_constraint"};
32class AllowWitnessAttr :
public ::mlir::Attribute::AttrBase<AllowWitnessAttr, ::mlir::Attribute, ::mlir::AttributeStorage> {
35 static constexpr ::llvm::StringLiteral name =
"function.allow_witness";
36 static constexpr ::llvm::StringLiteral dialectName =
"function";
37 static constexpr ::llvm::StringLiteral getMnemonic() {
38 return {
"allow_witness"};
42class AllowNonNativeFieldOpsAttr :
public ::mlir::Attribute::AttrBase<AllowNonNativeFieldOpsAttr, ::mlir::Attribute, ::mlir::AttributeStorage> {
45 static constexpr ::llvm::StringLiteral name =
"function.allow_non_native_field_ops";
46 static constexpr ::llvm::StringLiteral dialectName =
"function";
47 static constexpr ::llvm::StringLiteral getMnemonic() {
48 return {
"allow_non_native_field_ops"};
54MLIR_DECLARE_EXPLICIT_TYPE_ID(::llzk::function::AllowConstraintAttr)
55MLIR_DECLARE_EXPLICIT_TYPE_ID(::llzk::function::AllowWitnessAttr)
56MLIR_DECLARE_EXPLICIT_TYPE_ID(::llzk::function::AllowNonNativeFieldOpsAttr)