GCC Middle and Back End API Reference
|
Data Fields | |
const char * | str1 |
const char * | str2 |
const char * | str3 |
hashval_t | hash |
bool | prefix |
Map a pair of nul terminated strings where the first one can be pointer compared, but the second can't, to another string.
hashval_t string_pair_map::hash |
bool string_pair_map::prefix |
Referenced by canon_relative_file_name(), canon_relative_path_prefix(), and string_pair_map_hasher::equal().
const char* string_pair_map::str1 |
Referenced by canon_relative_file_name(), canon_relative_path_prefix(), and string_pair_map_hasher::equal().
const char* string_pair_map::str2 |
Referenced by canon_relative_file_name(), canon_relative_path_prefix(), and string_pair_map_hasher::equal().
const char* string_pair_map::str3 |
Referenced by canon_relative_file_name(), and canon_relative_path_prefix().