coan 4.2.4
|
#include <integer_ops.h>
Data Fields | |
union { | |
long long ll | |
unsigned long long ull | |
long l | |
unsigned long ul | |
int i | |
unsigned ui | |
} | val |
int_type | type |
Structure representing the an integer value
Definition at line 89 of file integer_ops.h.
Type of the integer
Definition at line 98 of file integer_ops.h.
Referenced by add(), bit_and(), bit_or(), bit_xor(), check_shift_validity(), complement(), divide(), do_usual_conversions(), eval_character_constant(), eval_numeral(), eval_unary(), format_int(), integer_binary_op(), le(), lshift(), lt(), minus(), modulus(), multiply(), rshift(), sign(), sign_extend(), and subtract().
union { ... } int_spec::val |
The value of the integer
Referenced by add(), bit_and(), bit_or(), bit_xor(), boolean_and(), boolean_or(), check_shift_validity(), complement(), divide(), eq(), eval_character_constant(), eval_numeral(), eval_result_set_value(), eval_unary(), format_int(), le(), lshift(), lt(), minus(), modulus(), multiply(), ne(), negate(), op_divide(), op_mod(), rshift(), sign(), sign_extend(), and subtract().