Home
last modified time | relevance | path

Searched refs:__false_type (Results 1 – 20 of 20) sorted by relevance

/trueos/contrib/libstdc++/include/bits/
Dcpp_type_traits.h105 struct __false_type { }; struct
109 { typedef __false_type __type; };
129 typedef __false_type __type;
144 typedef __false_type __type;
161 typedef __false_type __type;
267 typedef __false_type __type;
299 typedef __false_type __type;
316 typedef __false_type __type;
389 typedef __false_type __type;
Dstl_uninitialized.h81 __false_type) in __uninitialized_copy_aux() argument
144 const _Tp& __x, __false_type) in __uninitialized_fill_aux() argument
189 const _Tp& __x, __false_type) in __uninitialized_fill_n_aux() argument
Dstl_tempbuf.h97 _M_initialize_buffer(const _Tp& __val, __false_type) in _GLIBCXX_BEGIN_NAMESPACE()
Dstl_construct.h119 __false_type) in __destroy_aux() argument
Dstl_vector.h810 __false_type) in _M_initialize_dispatch() argument
859 __false_type) in _M_assign_dispatch() argument
900 _InputIterator __last, __false_type) in _M_insert_dispatch() argument
Dstl_list.h508 { _M_initialize_dispatch(__x.begin(), __x.end(), __false_type()); } in list()
1124 __false_type) in _M_initialize_dispatch() argument
1155 __false_type);
Dstl_deque.h1248 __false_type) in _M_initialize_dispatch() argument
1312 __false_type) in _M_assign_dispatch() argument
1393 __false_type) in _M_insert_dispatch() argument
1443 _M_destroy_data_dispatch(iterator __first, iterator __last, __false_type) in _M_destroy_data_dispatch() argument
Dstl_bvector.h817 __false_type) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
848 __false_type) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
910 __false_type) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
Dlist.tcc159 __false_type) in _M_assign_dispatch() argument
Dbasic_string.h1446 _InputIterator __k2, __false_type); in _GLIBCXX_BEGIN_NAMESPACE()
1461 const _Alloc& __a, __false_type) in _GLIBCXX_BEGIN_NAMESPACE()
Dbasic_string.tcc638 _InputIterator __k2, __false_type) in _M_replace_dispatch() argument
/trueos/contrib/libstdc++/include/debug/
Dfunctions.h125 const _InputIterator& __last, std::__false_type) in __valid_range_aux() argument
/trueos/contrib/libstdc++/include/ext/
Dslist66 using std::__false_type;
421 __false_type);
546 __false_type)
777 __false_type)
Dsso_string_base.h103 std::__false_type) in _GLIBCXX_BEGIN_NAMESPACE()
Drc_string_base.h228 const _Alloc& __a, std::__false_type) in _GLIBCXX_BEGIN_NAMESPACE()
Dvstring.tcc87 _InputIterator __k2, std::__false_type) in _M_replace_dispatch() argument
Dvstring.h1209 _InputIterator __k2, std::__false_type); in _GLIBCXX_BEGIN_NAMESPACE()
/trueos/contrib/libstdc++/
DChangeLog-20046087 _InputIterator, __false_type)): Only declare.
6095 _InputIterator, __false_type)): Define, now does also what
6295 _InputIterator, __false_type)): Update call.
DChangeLog-20011259 (__true_type, __false_type): Change to be plain structs.
1261 __false_type instead of _Bool<false>.
DChangeLog-2006321 __false_type from global to namespace std scope.