GCC Middle and Back End API Reference
|
Public Member Functions | |
auto_cpp_string_vec (int alloc) | |
~auto_cpp_string_vec () | |
vec< cpp_string, va_heap > | to_vec_legacy () |
Private Attributes | |
vec< cpp_string, va_heap, vl_embed > | m_auto |
unsigned char | m_data [sizeof(cpp_string) *N] |
Helper class for use within get_substring_ranges_for_loc. An vec of cpp_string with responsibility for releasing all of the str->text for each str in the vector.
|
inline |
|
inline |
References FOR_EACH_VEC_ELT, free(), and i.