mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
9decc1fe51
For segmentRef type of the segment and type returned by segmentRef function are the same. For cstringLiteral every call returns pointer to 1-byte type. Pointer is offsetted by value of strlen+1. strlen is fetched from metadata. Additionally, all uses of cstringLiteral function has same type as the type of cstringLiteral (pointer to 1-byte).