Searched refs:comp_head (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | primary.c | 3025 build_actual_constructor (gfc_structure_ctor_component **comp_head, in build_actual_constructor() argument 3037 next_ptr = comp_head; in build_actual_constructor() 3038 for (comp_iter = *comp_head; comp_iter; comp_iter = comp_iter->next) in build_actual_constructor() 3054 if (!build_actual_constructor (comp_head, in build_actual_constructor() 3128 gfc_structure_ctor_component *comp_tail, *comp_head, *comp_iter; in gfc_convert_to_structure_constructor() local 3142 comp_tail = comp_head = NULL; in gfc_convert_to_structure_constructor() 3157 if (!comp_head) in gfc_convert_to_structure_constructor() 3158 comp_tail = comp_head = gfc_get_structure_ctor_component (); in gfc_convert_to_structure_constructor() 3257 for (comp_iter = comp_head; comp_iter != comp_tail; in gfc_convert_to_structure_constructor() 3319 if (!build_actual_constructor (&comp_head, &ctor_head, sym)) in gfc_convert_to_structure_constructor() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | primary.cc | 3033 build_actual_constructor (gfc_structure_ctor_component **comp_head, in build_actual_constructor() argument 3045 next_ptr = comp_head; in build_actual_constructor() 3046 for (comp_iter = *comp_head; comp_iter; comp_iter = comp_iter->next) in build_actual_constructor() 3062 if (!build_actual_constructor (comp_head, in build_actual_constructor() 3136 gfc_structure_ctor_component *comp_tail, *comp_head, *comp_iter; in gfc_convert_to_structure_constructor() local 3150 comp_tail = comp_head = NULL; in gfc_convert_to_structure_constructor() 3165 if (!comp_head) in gfc_convert_to_structure_constructor() 3166 comp_tail = comp_head = gfc_get_structure_ctor_component (); in gfc_convert_to_structure_constructor() 3265 for (comp_iter = comp_head; comp_iter != comp_tail; in gfc_convert_to_structure_constructor() 3327 if (!build_actual_constructor (&comp_head, &ctor_head, sym)) in gfc_convert_to_structure_constructor() [all …]
|
| /netbsd-src/tests/crypto/opencrypto/ |
| H A D | t_opencrypto.sh | 130 comp_head() { function
|
| /netbsd-src/sys/dev/ic/ |
| H A D | aic79xx.c | 452 u_int comp_head; in ahd_flush_qoutfifo() local 465 comp_head = ahd_inw(ahd, COMPLETE_DMA_SCB_HEAD); in ahd_flush_qoutfifo() 466 ahd_outw(ahd, SCB_NEXT_COMPLETE, comp_head); in ahd_flush_qoutfifo() 467 if (SCBID_IS_NULL(comp_head)) in ahd_flush_qoutfifo()
|