Searched refs:headp (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dvaltrack.c404 for (struct dead_debug_use *head = debug->head, **headp = &debug->head;
405 head; head = *headp)
414 headp = &head->next;
430 *headp = head->next;
H A Dsel-sched-ir.c5411 sel_create_basic_block (void *headp, void *endp, basic_block after)
5422 new_bb = orig_cfg_hooks.create_basic_block (headp, endp, after);
5425 new_bb = create_basic_block_structure ((rtx_insn *) headp,
5386 sel_create_basic_block(void *headp, void *endp, basic_block after) argument
H A Dcfgrtl.c384 rtl_create_basic_block (void *headp, void *endp, basic_block after)
386 rtx_insn *head = (rtx_insn *) headp;
381 rtl_create_basic_block(void *headp, void *endp, basic_block after) argument
H A Dhaifa-sched.c4966 rtx_insn **headp, rtx_insn **tailp)
5010 *headp = beg_head;
4950 get_ebb_head_tail(basic_block beg, basic_block end, rtx_insn **headp, rtx_insn **tailp) argument
/haiku-buildtools/gcc/gcc/fortran/
H A Dopenmp.c197 gfc_omp_namelist ***headp = NULL,
301 if (headp)
302 *headp = list;
/haiku-buildtools/legacy/gcc/gcc/
H A Dhaifa-sched.c4889 get_block_head_tail (bb, headp, tailp)
4891 rtx *headp;
4919 *headp = head;

Completed in 201 milliseconds