HomeSort by: relevance | last modified time | path
    Searched defs:dlist (Results 1 - 8 of 8) sorted by relevancy

  /src/bin/pax/
tables.h 110 * only a single DLIST that has a truncation id of 0 (no inode bits were
126 struct dlist *list; /* map list based on inode truncation bits */
129 typedef struct dlist { struct
132 struct dlist *fow;
133 } DLIST;
  /src/external/bsd/byacc/dist/test/btyacc/
btyacc_demo.tab.h 31 Decl_List *dlist; member in union:YYSTYPE
btyacc_demo.tab.c 163 Decl_List *dlist; member in union:YYSTYPE
672 extern Decl * build_function(Decl *decl, Decl_List *dlist, Type *type);
673 extern Decl_List * append_dlist(Decl_List *dlist, Decl *decl);
1092 free((*val).dlist); }
1101 free((*val).dlist); }
2032 { yyval.decl = build_function(yystack.l_mark[-5].decl, yystack.l_mark[-2].dlist, yystack.l_mark[0].type); }
2038 { yyval.dlist = NULL; }
2044 { yyval.dlist = yystack.l_mark[0].dlist; }
2050 { yyval.dlist = append_dlist(yystack.l_mark[-3].dlist, yystack.l_mark[0].decl);
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 763 typedef struct dlist struct
766 struct dlist *next;
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 763 typedef struct dlist struct
766 struct dlist *next;
  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 4828 to destructors go in DLIST. */
4831 lower_rec_input_clauses (tree clauses, gimple_seq *ilist, gimple_seq *dlist,
5497 gimplify_assign (y4, ref, dlist);
5508 gimplify_assign (i2, build_int_cst (TREE_TYPE (v), 0), dlist);
5511 gimple_seq_add_stmt (dlist, gimple_build_label (body2));
5545 gimple_seq_add_seq (dlist, tseq);
5555 gimplify_and_add (x, dlist);
5574 gimplify_assign (build_simple_mem_ref (y4), x, dlist);
5597 gimple_seq_add_stmt (dlist, g);
5603 gimple_seq_add_stmt (dlist, g)
5573 gimplify_assign (build_simple_mem_ref (y4), x, dlist); local
8537 gimple_seq ilist, dlist, olist, tred_dlist = NULL, clist = NULL, new_body; local
8570 &ilist, &dlist, ctx, NULL); local
8788 gimple_seq bind_body, bind_body_tail = NULL, dlist; local
8798 &bind_body, &dlist, ctx, NULL); local
8846 gimple_seq bind_body, bind_body_tail = NULL, dlist; local
8878 &bind_body, &dlist, ctx, NULL); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 4870 to destructors go in DLIST. */
4873 lower_rec_input_clauses (tree clauses, gimple_seq *ilist, gimple_seq *dlist,
5539 gimplify_assign (y4, ref, dlist);
5550 gimplify_assign (i2, build_int_cst (TREE_TYPE (v), 0), dlist);
5553 gimple_seq_add_stmt (dlist, gimple_build_label (body2));
5587 gimple_seq_add_seq (dlist, tseq);
5597 gimplify_and_add (x, dlist);
5616 gimplify_assign (build_simple_mem_ref (y4), x, dlist);
5639 gimple_seq_add_stmt (dlist, g);
5645 gimple_seq_add_stmt (dlist, g)
5615 gimplify_assign (build_simple_mem_ref (y4), x, dlist); local
8579 gimple_seq ilist, dlist, olist, tred_dlist = NULL, clist = NULL, new_body; local
8612 &ilist, &dlist, ctx, NULL); local
8830 gimple_seq bind_body, bind_body_tail = NULL, dlist; local
8840 &bind_body, &dlist, ctx, NULL); local
8888 gimple_seq bind_body, bind_body_tail = NULL, dlist; local
8920 &bind_body, &dlist, ctx, NULL); local
    [all...]
  /src/external/mpl/bind/dist/bin/named/
server.c 3878 const cfg_obj_t *dlist = NULL; local
3883 result = named_config_get(maps, "dnstap", &dlist);
3888 for (element = cfg_list_first(dlist); element != NULL;
11358 ns_listenlist_t *dlist = NULL; local
11362 result = ns_listenlist_create(mctx, &dlist);
11377 ISC_LIST_APPEND(dlist->elts, delt, link);
11379 *target = dlist;
11383 ns_listenlist_detach(&dlist);

Completed in 60 milliseconds