Data Fields | |
enum valtype | type |
union { | |
FP___TYPE i | |
char * s | |
} | u |
union { | |
FP___TYPE i | |
char * s | |
} | u |
Definition at line 325 of file ast_expr2.c.
Definition at line 329 of file ast_expr2.c.
Referenced by ast_expr(), ast_str_expr(), compose_func_args(), is_zero_or_null(), make_number(), make_str(), 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(), switch(), to_number(), and to_string().
char* s |
Definition at line 328 of file ast_expr2.c.
Referenced by ast_expr(), ast_str_expr(), 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(), switch(), to_number(), and to_string().
enum valtype type |
Definition at line 326 of file ast_expr2.c.
Referenced by ast_expr(), ast_str_expr(), 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 |
Referenced by ast_expr(), ast_str_expr(), 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(), switch(), to_number(), and to_string().
union { ... } u |