LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
Attrs.capi.h.inc
Go to the documentation of this file.
1/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
2|* *|
3|* Attr C API Declarations *|
4|* *|
5|* Automatically generated file, do not edit! *|
6|* From: Attrs.td *|
7|* *|
8\*===----------------------------------------------------------------------===*/
9
10
11#include "llzk-c/Builder.h"
12#include <mlir-c/IR.h>
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
19MLIR_CAPI_EXPORTED bool llzkAttributeIsA_Function_AllowConstraintAttr(MlirAttribute);
20
22MLIR_CAPI_EXPORTED MlirAttribute llzkFunction_AllowConstraintAttrGet(MlirContext ctx);
23
25MLIR_CAPI_EXPORTED bool llzkAttributeIsA_Function_AllowNonNativeFieldOpsAttr(MlirAttribute);
26
28MLIR_CAPI_EXPORTED MlirAttribute llzkFunction_AllowNonNativeFieldOpsAttrGet(MlirContext ctx);
29
31MLIR_CAPI_EXPORTED bool llzkAttributeIsA_Function_AllowWitnessAttr(MlirAttribute);
32
34MLIR_CAPI_EXPORTED MlirAttribute llzkFunction_AllowWitnessAttrGet(MlirContext ctx);
35
36#ifdef __cplusplus
37}
38#endif
MLIR_CAPI_EXPORTED bool llzkAttributeIsA_Function_AllowWitnessAttr(MlirAttribute)
Returns true if the Attribute is a llzk::function::AllowWitnessAttr.
MLIR_CAPI_EXPORTED MlirAttribute llzkFunction_AllowConstraintAttrGet(MlirContext ctx)
Create a llzk::function::AllowConstraintAttr Attribute with the given parameters.
MLIR_CAPI_EXPORTED bool llzkAttributeIsA_Function_AllowNonNativeFieldOpsAttr(MlirAttribute)
Returns true if the Attribute is a llzk::function::AllowNonNativeFieldOpsAttr.
MLIR_CAPI_EXPORTED MlirAttribute llzkFunction_AllowNonNativeFieldOpsAttrGet(MlirContext ctx)
Create a llzk::function::AllowNonNativeFieldOpsAttr Attribute with the given parameters.
MLIR_CAPI_EXPORTED MlirAttribute llzkFunction_AllowWitnessAttrGet(MlirContext ctx)
Create a llzk::function::AllowWitnessAttr Attribute with the given parameters.
MLIR_CAPI_EXPORTED bool llzkAttributeIsA_Function_AllowConstraintAttr(MlirAttribute)
Returns true if the Attribute is a llzk::function::AllowConstraintAttr.