LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
Attrs.h.inc
Go to the documentation of this file.
1/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
2|* *|
3|* AttrDef Declarations *|
4|* *|
5|* Automatically generated file, do not edit! *|
6|* *|
7\*===----------------------------------------------------------------------===*/
8
9#ifdef GET_ATTRDEF_CLASSES
10#undef GET_ATTRDEF_CLASSES
11
12
13namespace mlir {
14class AsmParser;
15class AsmPrinter;
16} // namespace mlir
17namespace llzk {
18namespace function {
19class AllowConstraintAttr;
20class AllowWitnessAttr;
21class AllowConstraintAttr : public ::mlir::Attribute::AttrBase<AllowConstraintAttr, ::mlir::Attribute, ::mlir::AttributeStorage> {
22public:
23 using Base::Base;
24 static constexpr ::llvm::StringLiteral name = "function.allow_constraint";
25 static constexpr ::llvm::StringLiteral getMnemonic() {
26 return {"allow_constraint"};
27 }
28
29};
30class AllowWitnessAttr : public ::mlir::Attribute::AttrBase<AllowWitnessAttr, ::mlir::Attribute, ::mlir::AttributeStorage> {
31public:
32 using Base::Base;
33 static constexpr ::llvm::StringLiteral name = "function.allow_witness";
34 static constexpr ::llvm::StringLiteral getMnemonic() {
35 return {"allow_witness"};
36 }
37
38};
39} // namespace function
40} // namespace llzk
41MLIR_DECLARE_EXPLICIT_TYPE_ID(::llzk::function::AllowConstraintAttr)
42MLIR_DECLARE_EXPLICIT_TYPE_ID(::llzk::function::AllowWitnessAttr)
43
44#endif // GET_ATTRDEF_CLASSES
45