LLZK
2.0.0
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
LlzkBoolFeltCmpPredicate
wrap(
::llzk::boolean::FeltCmpPredicate
cpp) {
12
return
LlzkBoolFeltCmpPredicate
(cpp);
13
}
14
static
inline ::llzk::boolean::FeltCmpPredicate unwrap(
LlzkBoolFeltCmpPredicate
c) {
15
return ::llzk::boolean::FeltCmpPredicate(c);
16
}
17
LlzkBoolFeltCmpPredicate
LlzkBoolFeltCmpPredicate
Definition
Enums.capi.h.inc:18
llzk::boolean::FeltCmpPredicate
FeltCmpPredicate
Definition
Enums.h.inc:13
build
include
llzk
Dialect
Bool
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.