Home
last modified time | relevance | path

Searched refs:macro_hash_value (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgodump.c67 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()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgodump.cc67 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()
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 …]
H A DChangeLog-20116152 * 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't
6163 (dump_go_spec_init): Update macro_hash creation for macro_hash_value.