diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-11-25 14:57:58 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-11-25 14:57:58 -0500 |
| commit | 3e23ea6a67e4bbfea4dc667beb6285a90dff2877 (patch) | |
| tree | 15d537f0da478e5281d164af9a4696fa37d5e5f1 /types.h | |
| parent | 369c83e8c517116de560643c2c9bdcedfb3850dc (diff) | |
Improve handling of update assignments
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -152,6 +152,7 @@ PUREFUNC bool is_numeric_type(type_t *t); PUREFUNC size_t type_size(type_t *t); PUREFUNC size_t type_align(type_t *t); PUREFUNC size_t unpadded_struct_size(type_t *t); +PUREFUNC type_t *non_optional(type_t *t); type_t *get_field_type(type_t *t, const char *field_name); PUREFUNC type_t *get_iterated_type(type_t *t); |
