Searched refs:macro_hash_value (Results 1 – 3 of 3) sorted by relevance
67 struct macro_hash_value struct89 const struct macro_hash_value *mhval = (const struct macro_hash_value *) val; in macro_hash_hashval() argument98 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()[all …]
67 struct macro_hash_value struct89 const struct macro_hash_value *mhval = (const struct macro_hash_value *) val; in macro_hash_hashval() argument98 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()126 struct macro_hash_value *mhval; in go_define()151 mhval = XNEW (struct macro_hash_value); in go_define()187 struct macro_hash_value idval; in go_define()463 struct macro_hash_value mhval; in go_undef()1114 struct macro_hash_value *mhval; in go_output_typedef()[all …]
6152 * godump.c (struct macro_hash_value): Define.6155 (go_define): Use macro_hash_value to store values in macro_hash.6159 (go_output_typedef): For an enum, use macro_hash_value, and don't6163 (dump_go_spec_init): Update macro_hash creation for macro_hash_value.