libTriton version 1.0 build 1588
Loading...
Searching...
No Matches
astEnums.hpp
Go to the documentation of this file.
1
2/*
3** Copyright (C) - Triton
4**
5** This program is under the terms of the Apache License 2.0.
6*/
7
8#ifndef TRITON_ASTENUMS_HPP
9#define TRITON_ASTENUMS_HPP
10
11
12
14namespace triton {
21 namespace ast {
29 enum ast_e {
43 BVOR_NODE = 43,
56 BVUGE_NODE = 103,
57 BVUGT_NODE = 107,
58 BVULE_NODE = 109,
59 BVULT_NODE = 113,
62 BVXOR_NODE = 137,
63 BV_NODE = 139,
68 EQUAL_NODE = 167,
71 IFF_NODE = 181,
73 ITE_NODE = 193,
74 LAND_NODE = 197,
75 LET_NODE = 199,
76 LNOT_NODE = 211,
77 LOR_NODE = 223,
78 LXOR_NODE = 227,
81 SX_NODE = 239,
83 ZX_NODE = 251,
84 ARRAY_NODE = 257,
86 STORE_NODE = 269,
87 };
88
90 namespace representations {
98 enum mode_e {
103 };
104
106 };
108 };
110};
111
112#endif /* TRITON_ASTENUMS_HPP */
@ REFERENCE_NODE
Definition: astEnums.hpp:79
mode_e
All types of representation mode.
Definition: astEnums.hpp:98
The Triton namespace.