Searched refs:int_heap_node_t (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfibonacci_heap.c36 typedef fibonacci_node <int, int> int_heap_node_t; typedef
42 pool_allocator allocator ("fibheap test", sizeof (int_heap_node_t));
98 build_simple_heap (int *buffer, int_heap_node_t **nodes)
117 int_heap_node_t *nodes[TEST_HEAP_N];
174 pool_allocator allocator ("fibheap test", sizeof (int_heap_node_t));
202 pool_allocator allocator ("fibheap test", sizeof (int_heap_node_t));
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfibonacci_heap.cc36 typedef fibonacci_node <int, int> int_heap_node_t; typedef in namespace:selftest
42 pool_allocator allocator ("fibheap test", sizeof (int_heap_node_t));
98 build_simple_heap (int *buffer, int_heap_node_t **nodes)
117 int_heap_node_t *nodes[TEST_HEAP_N];
174 pool_allocator allocator ("fibheap test", sizeof (int_heap_node_t));
202 pool_allocator allocator ("fibheap test", sizeof (int_heap_node_t));

Completed in 85 milliseconds