|
GCC Middle and Back End API Reference
|

Data Fields | |
| tree | length |
| tree | ptr |
| gimple | stmt |
| tree | endptr |
| int | refcount |
| int | idx |
| int | first |
| int | next |
| int | prev |
| bool | writable |
| bool | dont_invalidate |
String information record.
| bool strinfo_struct::dont_invalidate |
| tree strinfo_struct::endptr |
| int strinfo_struct::first |
| int strinfo_struct::idx |
| tree strinfo_struct::length |
| int strinfo_struct::next |
| int strinfo_struct::prev |
| tree strinfo_struct::ptr |
Referenced by get_string_length(), maybe_invalidate(), new_strinfo(), and unshare_strinfo().
| int strinfo_struct::refcount |
Referenced by free_strinfo(), new_strinfo(), unshare_strinfo(), and unshare_strinfo_vec().
| gimple strinfo_struct::stmt |
| bool strinfo_struct::writable |