Data Fields | |
enum valtype | type |
union { | |
quad_t i | |
char * s | |
} | u |
union { | |
quad_t i | |
char * s | |
} | u |
Definition at line 185 of file ast_expr2.c.
quad_t i |
Definition at line 189 of file ast_expr2.c.
Referenced by is_zero_or_null(), make_integer(), op_compl(), op_cond(), op_div(), op_eq(), op_ge(), op_gt(), op_le(), op_lt(), op_minus(), op_ne(), op_negate(), op_plus(), op_rem(), op_times(), to_integer(), and to_string().
char* s |
Definition at line 188 of file ast_expr2.c.
Referenced by free_value(), is_zero_or_null(), make_str(), op_colon(), op_compl(), op_cond(), op_eq(), op_eqtilde(), op_ge(), op_gt(), op_le(), op_lt(), op_ne(), strip_quotes(), to_integer(), and to_string().
Definition at line 186 of file ast_expr2.c.
Referenced by free_value(), is_zero_or_null(), isstring(), make_integer(), make_str(), op_compl(), strip_quotes(), to_integer(), and to_string().
union { ... } u |
union { ... } u |
Referenced by free_value(), is_zero_or_null(), make_integer(), make_str(), op_colon(), op_compl(), op_cond(), op_div(), op_eq(), op_eqtilde(), op_ge(), op_gt(), op_le(), op_lt(), op_minus(), op_ne(), op_negate(), op_plus(), op_rem(), op_times(), strip_quotes(), to_integer(), and to_string().