Searched refs:splay_tree_new_with_allocator (Results 1 – 13 of 13) sorted by relevance
/openbsd-src/gnu/lib/libiberty/include/ |
H A D | splay-tree.h | 120 extern splay_tree splay_tree_new_with_allocator (splay_tree_compare_fn,
|
H A D | ChangeLog | 200 (splay_tree_new_with_allocator): New function declaration.
|
/openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
H A D | splay-tree.h | 120 extern splay_tree splay_tree_new_with_allocator (splay_tree_compare_fn,
|
H A D | ChangeLog-9103 | 455 (splay_tree_new_with_allocator): New function declaration.
|
/openbsd-src/gnu/gcc/include/ |
H A D | splay-tree.h | 120 extern splay_tree splay_tree_new_with_allocator (splay_tree_compare_fn,
|
H A D | ChangeLog-9103 | 455 (splay_tree_new_with_allocator): New function declaration.
|
/openbsd-src/gnu/usr.bin/binutils/include/ |
H A D | splay-tree.h | 120 extern splay_tree splay_tree_new_with_allocator
|
H A D | ChangeLog | 252 (splay_tree_new_with_allocator): New function declaration.
|
H A D | ChangeLog-9103 | 510 (splay_tree_new_with_allocator): New function declaration.
|
/openbsd-src/gnu/lib/libiberty/src/ |
H A D | splay-tree.c | 250 return (splay_tree_new_with_allocator in splay_tree_new() 261 splay_tree_new_with_allocator (splay_tree_compare_fn compare_fn, in splay_tree_new_with_allocator() function
|
H A D | ChangeLog | 579 splay_tree_new_with_allocator, splay_tree_delete, 2213 (splay_tree_new): Call splay_tree_new_with_allocator, passing the 2215 (splay_tree_new_with_allocator): New function.
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | ggc.h | 246 splay_tree_new_with_allocator (COMPARE, NULL, NULL, \
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | macrotab.c | 872 t->definitions = (splay_tree_new_with_allocator in new_macro_table()
|