Searched refs:need_finalization_p (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dggc.h168 need_finalization_p ()
181 if (need_finalization_p<T> ())
190 that have need_finalization_p equal to true. User is responsible
205 if (need_finalization_p<T> ())
218 if (need_finalization_p<T> ())
230 if (need_finalization_p<T> ())
167 need_finalization_p () function
H A Dggc-tests.c199 ASSERT_FALSE (need_finalization_p <test_struct> ());
200 ASSERT_TRUE (need_finalization_p <test_struct_with_dtor> ());
H A Dfibonacci_heap.h168 if (need_finalization_p<fibonacci_node_t> () || !m_own_allocator)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dggc.h172 need_finalization_p ()
185 if (need_finalization_p<T> ())
194 that have need_finalization_p equal to true. User is responsible
209 if (need_finalization_p<T> ())
222 if (need_finalization_p<T> ())
234 if (need_finalization_p<T> ())
171 need_finalization_p () function
H A Dggc-tests.cc188 ASSERT_FALSE (need_finalization_p <test_struct> ());
189 ASSERT_TRUE (need_finalization_p <test_struct_with_dtor> ());
H A Dfibonacci_heap.h168 if (need_finalization_p<fibonacci_node_t> () || !m_own_allocator)

Completed in 179 milliseconds