Data Fields | |
enum valtype | type |
union { | |
quad_t i | |
char * s | |
} | u |
union { | |
quad_t i | |
char * s | |
} | u |
Definition at line 147 of file ast_expr2.c.
quad_t i |
Definition at line 151 of file ast_expr2.c.
Referenced by is_zero_or_null(), make_str(), op_compl(), op_cond(), op_minus(), op_negate(), op_plus(), op_times(), to_integer(), and to_string().
char* s |
Definition at line 536 of file ast_expr2f.c.
char* s |
Definition at line 150 of file ast_expr2.c.
Referenced by free_value(), is_zero_or_null(), op_colon(), op_compl(), op_cond(), op_eqtilde(), strip_quotes(), to_integer(), and to_string().
Definition at line 148 of file ast_expr2.c.
Referenced by free_value(), is_zero_or_null(), isstring(), op_compl(), strip_quotes(), to_integer(), and to_string().
union { ... } u |
union { ... } u |
Referenced by free_value(), is_zero_or_null(), op_colon(), op_compl(), op_cond(), op_eqtilde(), op_minus(), op_negate(), op_plus(), op_times(), strip_quotes(), to_integer(), and to_string().