Searched refs:splay_tree_new_with_allocator (Results 1 – 12 of 12) sorted by relevance
/dflybsd-src/contrib/binutils-2.27/include/ |
H A D | splay-tree.h | 125 extern splay_tree splay_tree_new_with_allocator (splay_tree_compare_fn,
|
/dflybsd-src/contrib/binutils-2.34/include/ |
H A D | splay-tree.h | 132 extern splay_tree splay_tree_new_with_allocator (splay_tree_compare_fn,
|
/dflybsd-src/contrib/gcc-8.0/include/ |
H A D | splay-tree.h | 125 extern splay_tree splay_tree_new_with_allocator (splay_tree_compare_fn,
|
/dflybsd-src/contrib/gdb-7/include/ |
H A D | splay-tree.h | 130 extern splay_tree splay_tree_new_with_allocator (splay_tree_compare_fn,
|
/dflybsd-src/contrib/gcc-4.7/include/ |
H A D | splay-tree.h | 137 extern splay_tree splay_tree_new_with_allocator (splay_tree_compare_fn,
|
/dflybsd-src/contrib/gdb-7/libiberty/ |
H A D | splay-tree.c | 277 return (splay_tree_new_with_allocator in splay_tree_new() 288 splay_tree_new_with_allocator (splay_tree_compare_fn compare_fn, in splay_tree_new_with_allocator() function
|
/dflybsd-src/contrib/gcc-8.0/libiberty/ |
H A D | splay-tree.c | 276 return (splay_tree_new_with_allocator in splay_tree_new() 287 splay_tree_new_with_allocator (splay_tree_compare_fn compare_fn, in splay_tree_new_with_allocator() function
|
/dflybsd-src/contrib/binutils-2.27/libiberty/ |
H A D | splay-tree.c | 277 return (splay_tree_new_with_allocator in splay_tree_new() 288 splay_tree_new_with_allocator (splay_tree_compare_fn compare_fn, in splay_tree_new_with_allocator() function
|
/dflybsd-src/contrib/gcc-4.7/libiberty/ |
H A D | splay-tree.c | 277 return (splay_tree_new_with_allocator in splay_tree_new() 288 splay_tree_new_with_allocator (splay_tree_compare_fn compare_fn, in splay_tree_new_with_allocator() function
|
/dflybsd-src/contrib/binutils-2.34/libiberty/ |
H A D | splay-tree.c | 279 return (splay_tree_new_with_allocator in splay_tree_new() 290 splay_tree_new_with_allocator (splay_tree_compare_fn compare_fn, in splay_tree_new_with_allocator() function
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | addrmap.c | 585 map->tree = splay_tree_new_with_allocator (splay_compare_CORE_ADDR_ptr, in addrmap_create_mutable()
|
H A D | macrotab.c | 1069 t->definitions = (splay_tree_new_with_allocator in new_macro_table()
|