#include "htdata.h"
Go to the source code of this file.
Classes | |
class | sym_bool |
class | sym_bool_const |
class | sym_bool_intcmp |
class | sym_bool_symbol |
class | sym_bool_token |
class | sym_int |
class | sym_int_const |
class | sym_int_symbol |
class | sym_int_token |
Defines | |
#define | NUM_VALID_LOPS 8 |
#define | NUM_VALID_BOPS 8 |
Enumerations | |
enum | c_op { c_invalid, c_eq, c_ne, c_gt, c_ge, c_lt, c_le } |
enum | l_op { l_invalid = -1, l_and = 0, l_or, l_eq, l_ne, l_gt, l_ge, l_lt, l_le } |
enum | n_op { n_null, n_not } |
enum | b_op { b_invalid = -1, b_mul = 0, b_div, b_mod, b_add, b_sub, b_and, b_or, b_xor } |
enum | u_op { u_null, u_minus, u_not } |
Variables | |
b_op * | c_op_prec [] |
UINT | value |
|
|
|
|
|
Definition at line 57 of file symmath.h. Referenced by get_op_prec(), sym_int::nstrfy(), sym_int::simplify(), and srt_x86_mkaddr(). |
|
|
|
|
|
|
|
|
|
|
|