#include "mlir-c/IR.h"
Go to the source code of this file.
◆ LTLClockEdge
◆ LTLClockEdge
| Enumerator |
|---|
| LTL_CLOCK_EDGE_POS | |
| LTL_CLOCK_EDGE_NEG | |
| LTL_CLOCK_EDGE_BOTH | |
Definition at line 19 of file LTL.h.
◆ ltlAttrIsAClockEdgeAttr()
| MLIR_CAPI_EXPORTED bool ltlAttrIsAClockEdgeAttr |
( |
MlirAttribute |
attr | ) |
|
◆ ltlClockEdgeAttrGet()
| MLIR_CAPI_EXPORTED MlirAttribute ltlClockEdgeAttrGet |
( |
MlirContext |
ctx, |
|
|
LTLClockEdge |
edge |
|
) |
| |
◆ ltlClockEdgeAttrGetValue()
| MLIR_CAPI_EXPORTED LTLClockEdge ltlClockEdgeAttrGetValue |
( |
MlirAttribute |
attr | ) |
|
◆ ltlPropertyTypeGet()
| MLIR_CAPI_EXPORTED MlirType ltlPropertyTypeGet |
( |
MlirContext |
ctx | ) |
|
◆ ltlSequenceTypeGet()
| MLIR_CAPI_EXPORTED MlirType ltlSequenceTypeGet |
( |
MlirContext |
ctx | ) |
|
◆ ltlTypeIsAProperty()
| MLIR_CAPI_EXPORTED bool ltlTypeIsAProperty |
( |
MlirType |
type | ) |
|
◆ ltlTypeIsASequence()
| MLIR_CAPI_EXPORTED bool ltlTypeIsASequence |
( |
MlirType |
type | ) |
|
◆ MLIR_DECLARE_CAPI_DIALECT_REGISTRATION()
| MLIR_DECLARE_CAPI_DIALECT_REGISTRATION |
( |
LTL |
, |
|
|
ltl |
|
|
) |
| |