Searched refs:XCNEW (Results 1 - 25 of 34) sorted by relevance

12

/openbsd-current/gnu/gcc/fixincludes/
H A Dserver.c263 return XCNEW (char);
278 return XCNEW (char);
298 pz = XCNEW (char);
/openbsd-current/gnu/gcc/gcc/
H A Dgengtype-yacc.y163 pair_p p = XCNEW (struct pair);
174 pair_p p = XCNEW (struct pair);
H A Dtlink.c129 *e = v = XCNEW (struct symbol_hash_entry);
149 *e = v = XCNEW (struct file_hash_entry);
171 *e = v = XCNEW (struct demangled_hash_entry);
H A Dloop-init.c44 struct loops *loops = XCNEW (struct loops);
H A Dgcov.c685 src = XCNEW (source_t);
751 fn = XCNEW (function_t);
808 arc = XCNEW (arc_t);
H A Dgengtype.c173 si = XCNEW (struct type);
187 s = XCNEW (struct type);
197 s = XCNEW (struct type);
235 s = XCNEW (struct type);
260 res = XCNEW (struct type);
275 type_p r = XCNEW (struct type);
288 type_p r = XCNEW (struct type);
303 v = XCNEW (struct type);
1048 f = XCNEW (struct outf);
H A Dipa-pure-const.c503 funct_state l = XCNEW (struct funct_state_d);
H A Dpretty-print.c680 pp->buffer = XCNEW (output_buffer);
H A Dgengtype-yacc.c1271 pair_p p = XCNEW (struct pair);
1285 pair_p p = XCNEW (struct pair);
H A Ddf-core.c315 struct df *df = XCNEW (struct df);
346 dflow = XCNEW (struct dataflow);
H A Dcfgloop.c673 loops->parray[0] = XCNEW (struct loop);
719 loop = loops->parray[num_loops] = XCNEW (struct loop);
H A Dtree-ssa-alias.c878 ai = XCNEW (struct alias_info);
1616 alias_map = XCNEW (struct alias_map_d);
2309 alias_map = XCNEW (struct alias_map_d);
2947 up = XCNEW (struct used_part);
H A Dcfgloopmanip.c420 struct loop *loop = XCNEW (struct loop);
642 cloop = XCNEW (struct loop);
H A Dggc-page.c1502 e = XCNEW (struct page_entry);
2048 return XCNEW (struct ggc_pch_data);
H A Dtree-ssa-dom.c196 edge_info = XCNEW (struct edge_info);
904 struct expr_hash_elt *element = XCNEW (struct expr_hash_elt);
H A Dgenpreds.c109 pred = XCNEW (struct pred_data);
H A Dgensupport.c1373 pred = XCNEW (struct pred_data);
H A Dipa-cp.c856 replace_map = XCNEW (struct ipa_replace_map);
/openbsd-current/gnu/lib/libiberty/include/
H A Dlibiberty.h313 #define XCNEW(T) ((T *) xcalloc (1, sizeof (T))) macro
/openbsd-current/gnu/gcc/include/
H A Dlibiberty.h313 #define XCNEW(T) ((T *) xcalloc (1, sizeof (T))) macro
/openbsd-current/gnu/gcc/libcpp/
H A Dsymtab.c59 table = XCNEW (hash_table);
H A Dmkdeps.c160 return XCNEW (struct deps);
H A Dinit.c146 pfile = XCNEW (cpp_reader);
H A Dfiles.c873 file = XCNEW (_cpp_file);
915 dir = XCNEW (cpp_dir);
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dlibiberty.h313 #define XCNEW(T) ((T *) xcalloc (1, sizeof (T))) macro

Completed in 369 milliseconds

12