9#ifdef GET_ATTRDEF_CLASSES
10#undef GET_ATTRDEF_CLASSES
19class AllowConstraintAttr;
20class AllowWitnessAttr;
21class AllowConstraintAttr :
public ::mlir::Attribute::AttrBase<AllowConstraintAttr, ::mlir::Attribute, ::mlir::AttributeStorage> {
24 static constexpr ::llvm::StringLiteral
name =
"function.allow_constraint";
25 static constexpr ::llvm::StringLiteral dialectName =
"function";
26 static constexpr ::llvm::StringLiteral getMnemonic() {
27 return {
"allow_constraint"};
31class AllowWitnessAttr :
public ::mlir::Attribute::AttrBase<AllowWitnessAttr, ::mlir::Attribute, ::mlir::AttributeStorage> {
34 static constexpr ::llvm::StringLiteral
name =
"function.allow_witness";
35 static constexpr ::llvm::StringLiteral dialectName =
"function";
36 static constexpr ::llvm::StringLiteral getMnemonic() {
37 return {
"allow_witness"};
43MLIR_DECLARE_EXPLICIT_TYPE_ID(::llzk::function::AllowConstraintAttr)
44MLIR_DECLARE_EXPLICIT_TYPE_ID(::llzk::function::AllowWitnessAttr)