Lines Matching refs:macro_hash_value
67 struct macro_hash_value struct
89 const struct macro_hash_value *mhval = (const struct macro_hash_value *) val; in macro_hash_hashval() argument
98 const struct macro_hash_value *mhv1 = (const struct macro_hash_value *) v1; in macro_hash_eq()
99 const struct macro_hash_value *mhv2 = (const struct macro_hash_value *) v2; in macro_hash_eq()
108 struct macro_hash_value *mhv = (struct macro_hash_value *) v; in macro_hash_del()
134 struct macro_hash_value *mhval; in go_define()
159 mhval = XNEW (struct macro_hash_value); in go_define()
195 struct macro_hash_value idval; in go_define()
471 struct macro_hash_value mhval; in go_undef()
1142 struct macro_hash_value *mhval; in go_output_typedef()
1151 mhval = XNEW (struct macro_hash_value); in go_output_typedef()
1325 struct macro_hash_value *mhval = (struct macro_hash_value *) *slot; in go_print_macro()