Home
last modified time | relevance | path

Searched refs:need_finalization_p (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dggc.h167 need_finalization_p () in need_finalization_p() function
180 if (need_finalization_p<T> ()) in ggc_alloc()
204 if (need_finalization_p<T> ()) in ggc_cleared_alloc()
217 if (need_finalization_p<T> ()) in ggc_vec_alloc()
229 if (need_finalization_p<T> ()) in ggc_cleared_vec_alloc()
H A Dggc-tests.c195 ASSERT_FALSE (need_finalization_p <test_struct> ()); in test_finalization()
196 ASSERT_TRUE (need_finalization_p <test_struct_with_dtor> ()); in test_finalization()
H A Dfibonacci_heap.h168 if (need_finalization_p<fibonacci_node_t> () || !m_own_allocator) in ~fibonacci_heap()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dggc.h171 need_finalization_p () in need_finalization_p() function
184 if (need_finalization_p<T> ()) in ggc_alloc()
208 if (need_finalization_p<T> ()) in ggc_cleared_alloc()
221 if (need_finalization_p<T> ()) in ggc_vec_alloc()
233 if (need_finalization_p<T> ()) in ggc_cleared_vec_alloc()
H A Dggc-tests.cc184 ASSERT_FALSE (need_finalization_p <test_struct> ()); in test_finalization()
185 ASSERT_TRUE (need_finalization_p <test_struct_with_dtor> ()); in test_finalization()
H A Dggc-tests.c195 ASSERT_FALSE (need_finalization_p <test_struct> ()); in test_finalization()
196 ASSERT_TRUE (need_finalization_p <test_struct_with_dtor> ()); in test_finalization()
H A Dfibonacci_heap.h168 if (need_finalization_p<fibonacci_node_t> () || !m_own_allocator) in ~fibonacci_heap()
H A DChangeLog-201620887 * ggc-tests.c (test_finalization): Only test need_finalization_p
H A DChangeLog-201438090 (need_finalization_p): Likewise.