Searched refs:reorder_note_routine (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gengtype.c | 2415 const char *reorder_note_routine; member 3235 if (d->reorder_fn && wtd->reorder_note_routine) in write_types_process_field() 3237 wtd->reorder_note_routine, cast, d->val, in write_types_process_field() 3261 if (d->reorder_fn && wtd->reorder_note_routine) in write_types_process_field() 3263 wtd->reorder_note_routine, cast, d->val, cast, d->val, in write_types_process_field()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gengtype.cc | 2433 const char *reorder_note_routine; member 3261 if (d->reorder_fn && wtd->reorder_note_routine) in write_types_process_field() 3263 wtd->reorder_note_routine, cast, d->val, in write_types_process_field() 3287 if (d->reorder_fn && wtd->reorder_note_routine) in write_types_process_field() 3289 wtd->reorder_note_routine, cast, d->val, cast, d->val, in write_types_process_field()
|
H A D | ChangeLog-2003 | 36215 * gengtype.c (struct write_types_data): Add reorder_note_routine field. 36219 call reorder_note_routine.
|