LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
Types.h.inc
Go to the documentation of this file.
1/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
2|* *|
3|* TypeDef Declarations *|
4|* *|
5|* Automatically generated file, do not edit! *|
6|* *|
7\*===----------------------------------------------------------------------===*/
8
9#ifdef GET_TYPEDEF_CLASSES
10#undef GET_TYPEDEF_CLASSES
11
12
13namespace mlir {
14class AsmParser;
15class AsmPrinter;
16} // namespace mlir
17namespace llzk {
18namespace string {
19class StringType;
20class StringType : public ::mlir::Type::TypeBase<StringType, ::mlir::Type, ::mlir::TypeStorage> {
21public:
22 using Base::Base;
23 static constexpr ::llvm::StringLiteral name = "string.type";
24 static constexpr ::llvm::StringLiteral dialectName = "string";
25 static constexpr ::llvm::StringLiteral getMnemonic() {
26 return {"type"};
27 }
28
29};
30} // namespace string
31} // namespace llzk
32MLIR_DECLARE_EXPLICIT_TYPE_ID(::llzk::string::StringType)
33
34#endif // GET_TYPEDEF_CLASSES
35
static constexpr ::llvm::StringLiteral name
Definition Types.h.inc:23
static constexpr ::llvm::StringLiteral getMnemonic()
Definition Types.h.inc:25
static constexpr ::llvm::StringLiteral dialectName
Definition Types.h.inc:24