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