HomeSort by: relevance | last modified time | path
    Searched refs:XOBNEW (Results 1 - 25 of 94) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc.old/dist/libcpp/
identifiers.cc 39 node = XOBNEW (&table->pfile->hash_ob, cpp_hashnode);
  /src/external/gpl3/gdb/dist/gdbsupport/
poison.h 218 xobnew (obstack *ob) function
220 static_assert (IsMallocable<T>::value, "Trying to use XOBNEW with a \
222 return XOBNEW (ob, T);
225 #undef XOBNEW
226 #define XOBNEW(O, T) xobnew<T> (O)
  /src/external/gpl3/gdb.old/dist/gdbsupport/
poison.h 218 xobnew (obstack *ob) function
220 static_assert (IsMallocable<T>::value, "Trying to use XOBNEW with a \
222 return XOBNEW (ob, T);
225 #undef XOBNEW
226 #define XOBNEW(O, T) xobnew<T> (O)
  /src/external/gpl3/gcc/dist/libcpp/
identifiers.cc 36 const auto node = XOBNEW (&table->pfile->hash_ob, Node);
  /src/external/gpl3/gcc/dist/gcc/
splay-tree-utils.cc 163 auto *node = XOBNEW (&ob, splay_tree_node<int>);
238 auto *node = XOBNEW (&ob, rootless_test_node);
data-streamer-out.cc 99 struct string_slot *new_slot = XOBNEW (&ob->obstack, struct string_slot);
graphds.cc 72 struct graph_edge *e = XOBNEW (&g->ob, struct graph_edge);
regrename.cc 231 class du_head *head = XOBNEW (&rename_obstack, class du_head);
277 this_du = XOBNEW (&rename_obstack, struct du_chain);
1202 this_du = XOBNEW (&rename_obstack, struct du_chain);
  /src/external/gpl3/gcc.old/dist/gcc/
splay-tree-utils.cc 163 auto *node = XOBNEW (&ob, splay_tree_node<int>);
238 auto *node = XOBNEW (&ob, rootless_test_node);
data-streamer-out.cc 97 struct string_slot *new_slot = XOBNEW (&ob->obstack, struct string_slot);
graphds.cc 72 struct graph_edge *e = XOBNEW (&g->ob, struct graph_edge);
regrename.cc 231 class du_head *head = XOBNEW (&rename_obstack, class du_head);
277 this_du = XOBNEW (&rename_obstack, struct du_chain);
1202 this_du = XOBNEW (&rename_obstack, struct du_chain);
tree-ssa-coalesce.cc 331 struct coalesce_pair * pair = XOBNEW (&cl->ob, struct coalesce_pair);
349 pair = XOBNEW (&cl->ob, cost_one_pair);
  /src/external/gpl3/gdb/dist/gdb/
typeprint.c 227 tf = XOBNEW (&m_storage, struct decl_field);
254 = XOBNEW (&flags->global_typedefs->m_storage, struct decl_field);
dictionary.c 355 struct dictionary *retval = XOBNEW (obstack, struct dictionary);
398 struct dictionary *retval = XOBNEW (obstack, struct dictionary);
962 = XOBNEW (obstack, struct multidictionary);
1007 = XOBNEW (obstack, struct multidictionary);
macrotab.c 1034 t = XOBNEW (obstack, struct macro_table);
  /src/external/gpl3/gdb.old/dist/gdb/
dictionary.c 355 struct dictionary *retval = XOBNEW (obstack, struct dictionary);
398 struct dictionary *retval = XOBNEW (obstack, struct dictionary);
962 = XOBNEW (obstack, struct multidictionary);
1007 = XOBNEW (obstack, struct multidictionary);
typeprint.c 261 tf = XOBNEW (&m_storage, struct decl_field);
331 new_tf = XOBNEW (&flags->global_typedefs->m_storage, struct decl_field);
macrotab.c 1035 t = XOBNEW (obstack, struct macro_table);
  /src/external/gpl3/binutils/dist/include/
libiberty.h 404 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T)))
  /src/external/gpl3/binutils.old/dist/include/
libiberty.h 404 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T)))
  /src/external/gpl3/gcc/dist/include/
libiberty.h 382 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T)))
  /src/external/gpl3/gcc.old/dist/include/
libiberty.h 382 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T)))
  /src/external/gpl3/gdb/dist/include/
libiberty.h 382 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T)))
  /src/external/gpl3/gdb.old/dist/include/
libiberty.h 382 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T)))

Completed in 43 milliseconds

1 2 3 4