LLZK
2.1.1
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
Enums.capi.cpp.inc
Go to the documentation of this file.
1
/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
2
|* *|
3
|* Enum C API Implementations *|
4
|* *|
5
|* Automatically generated file, do not edit! *|
6
|* From: Enums.td *|
7
|* *|
8
\*===----------------------------------------------------------------------===*/
9
10
11
static
inline
LlzkCastOverflowSemantics
wrap(
::llzk::cast::OverflowSemantics
cpp) {
12
return
LlzkCastOverflowSemantics
(cpp);
13
}
14
static
inline ::llzk::cast::OverflowSemantics unwrap(
LlzkCastOverflowSemantics
c) {
15
return ::llzk::cast::OverflowSemantics(c);
16
}
17
LlzkCastOverflowSemantics
LlzkCastOverflowSemantics
Definition
Enums.capi.h.inc:18
llzk::cast::OverflowSemantics
OverflowSemantics
Definition
Enums.h.inc:13
build
include
llzk
Dialect
Cast
IR
Enums.capi.cpp.inc
Generated by
1.14.0
Copyright 2025 Veridise Inc. under the Apache License v2.0. Copyright 2026 Project LLZK under the Apache License v2.0.