GCC Middle and Back End API Reference
string_pair_map Struct Reference

Data Fields

const charstr1
 
const charstr2
 
const charstr3
 
hashval_t hash
 
bool prefix
 

Detailed Description

Map a pair of nul terminated strings where the first one can be
pointer compared, but the second can't, to another string.   

Field Documentation

◆ hash

hashval_t string_pair_map::hash

◆ prefix

bool string_pair_map::prefix

◆ str1

const char* string_pair_map::str1

◆ str2

const char* string_pair_map::str2

◆ str3

const char* string_pair_map::str3

The documentation for this struct was generated from the following file: