| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ra.h | 23 struct dlist struct 25 struct dlist *prev; argument 26 struct dlist *next; argument 292 struct dlist *dlink; 344 struct dlist *dlink; 459 extern struct dlist *web_lists[(int) LAST_NODE_TYPE]; 608 extern void remove_list PARAMS ((struct dlist *, struct dlist **)); 609 extern struct dlist * pop_list PARAMS ((struct dlist **));
|
| H A D | ra-colorize.c | 48 static void push_list PARAMS ((struct dlist *, struct dlist **)); 49 static void push_list_end PARAMS ((struct dlist *, struct dlist **)); 50 static void free_dlist PARAMS ((struct dlist **)); 97 static struct dlist *mv_worklist, *mv_coalesced, *mv_constrained; 98 static struct dlist *mv_frozen, *mv_active; 104 struct dlist *x; in push_list() 105 struct dlist **list; 117 struct dlist *x; in push_list_end() 118 struct dlist **list; 137 struct dlist *x; in remove_list() [all …]
|
| H A D | ra-rewrite.c | 279 struct dlist *d; in spill_coalprop() 329 struct dlist *d; in choose_spill_colors() 403 struct dlist *d; 1136 struct dlist *d; 1479 struct dlist *d; in detect_web_parts_to_rebuild() 1617 struct dlist *d, *d_next; in detect_non_changed_webs() 1643 struct dlist *d; in reset_changed_flag()
|
| H A D | ra-build.c | 1256 web->dlink = (struct dlist *) ra_calloc (sizeof (struct dlist)); 1762 struct dlist *d; in init_webs_defs_uses() 2021 struct dlist *d; 2233 struct dlist *d; 2411 struct dlist *d; in detect_spill_temps() 2611 struct dlist *d; in detect_remat_webs() 2678 struct dlist *d; in determine_web_costs() 3070 struct dlist *d; 3183 struct dlist *d; in ra_build_free()
|
| H A D | ra.c | 134 struct dlist *web_lists[(int) LAST_NODE_TYPE];
|
| H A D | ra-debug.c | 882 struct dlist *d;
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | omp-low.c | 1606 lower_rec_input_clauses (tree clauses, tree *ilist, tree *dlist, in lower_rec_input_clauses() argument 1615 *dlist = alloc_stmt_list (); in lower_rec_input_clauses() 1616 diter = tsi_start (*dlist); in lower_rec_input_clauses() 3594 tree t, dlist; in lower_omp_sections() local 3602 dlist = NULL; in lower_omp_sections() 3604 lower_rec_input_clauses (OMP_SECTIONS_CLAUSES (stmt), &ilist, &dlist, ctx); in lower_omp_sections() 3661 append_to_statement_list (dlist, &new_body); in lower_omp_sections() 3789 tree t, bind, block, single_stmt = *stmt_p, dlist; in lower_omp_single() local 3798 &BIND_EXPR_BODY (bind), &dlist, ctx); in lower_omp_single() 3810 append_to_statement_list (dlist, &BIND_EXPR_BODY (bind)); in lower_omp_single() [all …]
|
| H A D | c-typeck.c | 7547 struct c_label_list *dlist, *glist, *glist_prev = NULL; in c_finish_stmt_expr() local 7557 for (dlist = label_context_stack_se->labels_def; in c_finish_stmt_expr() 7558 dlist != NULL; in c_finish_stmt_expr() 7559 dlist = dlist->next) in c_finish_stmt_expr() 7561 C_DECL_UNJUMPABLE_STMT_EXPR (dlist->label) = 1; in c_finish_stmt_expr() 7701 struct c_label_list *dlist, *glist, *glist_prev = NULL; in c_end_vm_scope() local 7705 for (dlist = label_context_stack_vm->labels_def; in c_end_vm_scope() 7706 dlist != NULL; in c_end_vm_scope() 7707 dlist = dlist->next) in c_end_vm_scope() 7709 C_DECL_UNJUMPABLE_VM (dlist->label) = 1; in c_end_vm_scope()
|
| /openbsd-src/usr.sbin/npppd/npppd/ |
| H A D | npppd.c | 1259 slist dlist, users; in pipex_periodic() local 1261 slist_init(&dlist); in pipex_periodic() 1282 slist_add(&dlist, (void *)(uintptr_t)ppp_id); in pipex_periodic() 1287 if (slist_length(&dlist) <= 0) in pipex_periodic() 1297 slist_itr_first(&dlist); in pipex_periodic() 1298 while (slist_itr_has_next(&dlist)) { in pipex_periodic() 1300 ppp_id = (uintptr_t)slist_itr_next(&dlist); in pipex_periodic() 1328 slist_fini(&dlist); in pipex_periodic()
|
| /openbsd-src/bin/pax/ |
| H A D | tables.c | 157 struct dlist *list; /* map list based on inode truncation bits */ 160 typedef struct dlist { struct 163 struct dlist *fow; argument
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | dlltool.c | 635 typedef struct dlist struct 638 struct dlist *next; argument
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | dlltool.c | 633 typedef struct dlist struct 636 struct dlist *next; argument
|
| /openbsd-src/gnu/usr.bin/binutils/ld/emultempl/ |
| H A D | elf32.em | 157 char *dlist, *dlist_alloc, *dir; 162 dlist_alloc = dlist = xstrdup(dirlist); 169 dir = strsep(&dlist, ":");
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/ |
| H A D | elf32.em | 172 char *dlist, *dlist_alloc, *dir; 177 dlist_alloc = dlist = xstrdup(dirlist); 184 dir = strsep(&dlist, ":");
|