#include "circt-c/Dialect/LTL.h"
#include "circt/Dialect/LTL/LTLDialect.h"
#include "circt/Dialect/LTL/LTLTypes.h"
#include "mlir/CAPI/IR.h"
#include "mlir/CAPI/Registration.h"
Go to the source code of this file.
◆ ltlAttrIsAClockEdgeAttr()
| bool ltlAttrIsAClockEdgeAttr |
( |
MlirAttribute |
attr | ) |
|
◆ ltlClockEdgeAttrGet()
| MlirAttribute ltlClockEdgeAttrGet |
( |
MlirContext |
ctx, |
|
|
LTLClockEdge |
edge |
|
) |
| |
◆ ltlClockEdgeAttrGetValue()
◆ ltlPropertyTypeGet()
| MlirType ltlPropertyTypeGet |
( |
MlirContext |
ctx | ) |
|
◆ ltlSequenceTypeGet()
| MlirType ltlSequenceTypeGet |
( |
MlirContext |
ctx | ) |
|
◆ ltlTypeIsAProperty()
| bool ltlTypeIsAProperty |
( |
MlirType |
type | ) |
|
◆ ltlTypeIsASequence()
| bool ltlTypeIsASequence |
( |
MlirType |
type | ) |
|