Searched refs:__false_type (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/cpp/
H A Dtype_traits.h30 which is either __true_type or __false_type. The argument to
43 template <class T> void copy(T* source, T* destination, int n, __false_type);
58 struct __false_type { struct
81 typedef __false_type has_trivial_default_constructor;
82 typedef __false_type has_trivial_copy_constructor;
83 typedef __false_type has_trivial_assignment_operator;
84 typedef __false_type has_trivial_destructor;
85 typedef __false_type is_POD_type;
302 typedef __false_type _Integral;
H A Dstl_construct.h58 __destroy_aux(_ForwardIterator __first, _ForwardIterator __last, __false_type)
H A Dstl_uninitialized.h53 __false_type)
154 const _Tp& __x, __false_type)
194 const _Tp& __x, __false_type)
H A Dstl_tempbuf.h101 void _M_initialize_buffer(const _Tp& val, __false_type) {
H A Dstl_list.h364 __false_type);
463 __false_type);
556 __false_type)
648 __false_type)
H A Dstl_bvector.h565 __false_type) {
631 void _M_assign_dispatch(_InputIter __first, _InputIter __last, __false_type)
715 __false_type) {
H A Dstl_slist.h408 __false_type);
490 __false_type) {
726 __false_type)
H A Dstl_vector.h269 __false_type) {
315 void _M_assign_dispatch(_InputIter __first, _InputIter __last, __false_type)
392 __false_type) {
H A Dstl_deque.h594 __false_type) {
667 __false_type) {
790 __false_type) {

Completed in 67 milliseconds