Searched refs:process_field (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/dev/microcode/aic7xxx/ |
H A D | aicasm_gram.y | 90 static void process_field(int field_type, symbol_t *sym, int mask); 452 process_field(FIELD, $2, $3.value); 460 process_field(FIELD, $2, $3.value); 474 process_field(ENUM, $2, $3.value); 490 process_field(ENUM_ENTRY, $1, enum_next_value); 495 process_field(ENUM_ENTRY, $1, $2.value); 503 process_field(MASK, $2, $3.value); 1381 process_field(int field_type, symbol_t *sym, int value)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gengtype.c | 2451 process_field_fn process_field; member 2738 d->process_field (t, d); in walk_type() 2763 d->process_field (t, d); in walk_type() 2805 d->process_field (nested_ptr_d->type, d); in walk_type() 2823 d->process_field (t->u.p, d); in walk_type() 2856 d->process_field (t, d); in walk_type() 3178 d->process_field (t, d); in walk_type() 3516 d.process_field = write_types_process_field; in write_func_for_structure() 3839 d->process_field = write_types_local_user_process_field; in write_pch_user_walking_for_structure_body() 3926 d.process_field = write_types_local_process_field; in write_local_func_for_structure() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gengtype.cc | 2469 process_field_fn process_field; member 2761 d->process_field (t, d); in walk_type() 2786 d->process_field (t, d); in walk_type() 2830 d->process_field (nested_ptr_d->type, d); in walk_type() 2849 d->process_field (t->u.p, d); in walk_type() 2882 d->process_field (t, d); in walk_type() 3204 d->process_field (t, d); in walk_type() 3543 d.process_field = write_types_process_field; in write_func_for_structure() 3872 d->process_field = write_types_local_user_process_field; in write_pch_user_walking_for_structure_body() 3972 d.process_field = write_types_local_process_field; in write_local_func_for_structure() [all …]
|