Data Fields | |
| enum valtype | type |
| union { | |
| FP___TYPE i | |
| char * s | |
| } | u |
| union { | |
| FP___TYPE i | |
| char * s | |
| } | u |
Definition at line 379 of file ast_expr2.c.
| FP___TYPE i |
Definition at line 383 of file ast_expr2.c.
Referenced by compose_func_args(), is_zero_or_null(), make_number(), op_compl(), op_cond(), op_div(), op_eq(), op_func(), op_ge(), op_gt(), op_le(), op_lt(), op_minus(), op_ne(), op_negate(), op_plus(), op_rem(), op_times(), to_number(), and to_string().
| char* s |
Definition at line 382 of file ast_expr2.c.
Referenced by compose_func_args(), free_value(), is_zero_or_null(), make_str(), op_colon(), op_compl(), op_cond(), op_eq(), op_eqtilde(), op_func(), op_ge(), op_gt(), op_le(), op_lt(), op_ne(), op_tildetilde(), strip_quotes(), to_number(), and to_string().
Definition at line 380 of file ast_expr2.c.
Referenced by compose_func_args(), free_value(), is_zero_or_null(), isstring(), make_number(), make_str(), op_compl(), strip_quotes(), to_number(), and to_string().
| union { ... } u |
| union { ... } u |
Referenced by compose_func_args(), free_value(), is_zero_or_null(), make_number(), make_str(), op_colon(), op_compl(), op_cond(), op_div(), op_eq(), op_eqtilde(), op_func(), op_ge(), op_gt(), op_le(), op_lt(), op_minus(), op_ne(), op_negate(), op_plus(), op_rem(), op_tildetilde(), op_times(), strip_quotes(), to_number(), and to_string().
1.6.1