Searched refs:tr1 (Results 151 - 175 of 181) sorted by relevance

12345678

/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h62 # include <tr1/functional>
63 # include <tr1/random>
564 typedef std::tr1::uniform_real<double> distribution_type;
565 typedef std::tr1::mt19937 engine_type;
576 typedef std::tr1::variate_generator<engine_type, distribution_type> gen_t;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcompatibility-ldbl-alt128.cc222 #include <tr1/functional>
224 // For std::tr1::hash<long double>::operator()
225 #include "../c++98/hash-long-double-tr1-aux.cc"
227 // std::tr1::hash<long double>::operator()
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dhashtable.h25 /** @file tr1/hashtable.h
28 * @headername{tr1/unordered_set, tr1/unordered_map}
36 #include <tr1/hashtable_policy.h>
43 namespace tr1 namespace
369 _M_insert(const value_type&, std::tr1::true_type);
372 _M_insert(const value_type&, std::tr1::false_type);
381 { return _M_insert(__v, std::tr1::integral_constant<bool,
899 _M_insert(const value_type& __v, std::tr1::true_type)
920 _M_insert(const value_type& __v, std::tr1
[all...]
H A Dunordered_map.h25 /** @file tr1/unordered_map.h
27 * Do not attempt to use it directly. @headername{tr1/unordered_map}
34 namespace tr1 namespace
H A Dunordered_set.h25 /** @file tr1/unordered_set.h
27 * Do not attempt to use it directly. @headername{tr1/unordered_set}
34 namespace tr1 namespace
H A Dshared_ptr.h0 // <tr1/shared_ptr.h> -*- C++ -*-
44 /** @file tr1/shared_ptr.h
46 * Do not attempt to use it directly. @headername{tr1/memory}
56 namespace tr1 namespace
67 { return "tr1::bad_weak_ptr"; }
299 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
660 typename std::tr1::add_reference<_Tp>::type
H A Dhashtable_policy.h25 /** @file tr1/hashtable_policy.h
28 * @headername{tr1/unordered_map, tr1/unordered_set}
35 namespace tr1 namespace
478 // Base classes for std::tr1::_Hashtable. We define these base
H A Drandom.h26 * @file tr1/random.h
28 * Do not attempt to use it directly. @headername{tr1/random}
40 namespace tr1 namespace
237 // tr1:5.1.1 table 5.1 requirement
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dhashtable.h25 /** @file tr1/hashtable.h
28 * @headername{tr1/unordered_set, tr1/unordered_map}
36 #include <tr1/hashtable_policy.h>
43 namespace tr1 namespace
369 _M_insert(const value_type&, std::tr1::true_type);
372 _M_insert(const value_type&, std::tr1::false_type);
381 { return _M_insert(__v, std::tr1::integral_constant<bool,
899 _M_insert(const value_type& __v, std::tr1::true_type)
920 _M_insert(const value_type& __v, std::tr1
[all...]
H A Dunordered_set.h25 /** @file tr1/unordered_set.h
27 * Do not attempt to use it directly. @headername{tr1/unordered_set}
34 namespace tr1 namespace
H A Dunordered_map.h25 /** @file tr1/unordered_map.h
27 * Do not attempt to use it directly. @headername{tr1/unordered_map}
34 namespace tr1 namespace
H A Dshared_ptr.h0 // <tr1/shared_ptr.h> -*- C++ -*-
44 /** @file tr1/shared_ptr.h
46 * Do not attempt to use it directly. @headername{tr1/memory}
56 namespace tr1 namespace
67 { return "tr1::bad_weak_ptr"; }
299 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
670 typename std::tr1::add_reference<_Tp>::type
H A Dhashtable_policy.h25 /** @file tr1/hashtable_policy.h
28 * @headername{tr1/unordered_map, tr1/unordered_set}
35 namespace tr1 namespace
478 // Base classes for std::tr1::_Hashtable. We define these base
H A Drandom.h26 * @file tr1/random.h
28 * Do not attempt to use it directly. @headername{tr1/random}
40 namespace tr1 namespace
237 // tr1:5.1.1 table 5.1 requirement
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_trace.h41 #include <tr1/unordered_map>
42 #define _GLIBCXX_IMPL_UNORDERED_MAP std::tr1::unordered_map
/netbsd-current/external/gpl3/gcc.old/lib/libstdc++-v3/arch/coldfire/
H A Dc++config.h169 namespace tr1
252 namespace tr1 namespace in namespace:std
1320 /* Define if C99 functions in <complex.h> should be used in <tr1/complex>.
1325 /* Define if C99 functions in <ctype.h> should be imported in <tr1/cctype> in
1326 namespace std::tr1. */
1329 /* Define if C99 functions in <fenv.h> should be imported in <tr1/cfenv> in
1330 namespace std::tr1. */
1334 <tr1/cinttypes> in namespace std::tr1. */
1338 <tr1/cinttype
[all...]
/netbsd-current/external/gpl3/gcc.old/lib/libstdc++-v3/arch/or1k/
H A Dc++config.h161 namespace tr1
211 namespace tr1 namespace in namespace:std
1249 /* Define if C99 functions in <complex.h> should be used in <tr1/complex>.
1254 /* Define if C99 functions in <ctype.h> should be imported in <tr1/cctype> in
1255 namespace std::tr1. */
1258 /* Define if C99 functions in <fenv.h> should be imported in <tr1/cfenv> in
1259 namespace std::tr1. */
1263 <tr1/cinttypes> in namespace std::tr1. */
1267 <tr1/cinttype
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/
H A DMakefile.am625 tr1_srcdir = ${glibcxx_srcdir}/include/tr1
626 tr1_builddir = ./tr1
1018 stamp-backward stamp-ext stamp-pb stamp-tr1 stamp-tr2 stamp-decimal \
1134 stamp-tr1: ${tr1_headers}
1137 @$(STAMP) stamp-tr1
H A DMakefile.in969 tr1_srcdir = ${glibcxx_srcdir}/include/tr1
970 tr1_builddir = ./tr1
1350 stamp-backward stamp-ext stamp-pb stamp-tr1 stamp-tr2 stamp-decimal \
1636 stamp-tr1: ${tr1_headers}
1639 @$(STAMP) stamp-tr1
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/
H A DMakefile.am649 tr1_srcdir = ${glibcxx_srcdir}/include/tr1
650 tr1_builddir = ./tr1
1055 stamp-backward stamp-ext stamp-pb stamp-tr1 stamp-tr2 stamp-decimal \
1171 stamp-tr1: ${tr1_headers}
1174 @$(STAMP) stamp-tr1
H A DMakefile.in1006 tr1_srcdir = ${glibcxx_srcdir}/include/tr1
1007 tr1_builddir = ./tr1
1400 stamp-backward stamp-ext stamp-pb stamp-tr1 stamp-tr2 stamp-decimal \
1686 stamp-tr1: ${tr1_headers}
1689 @$(STAMP) stamp-tr1
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-reassoc.c1797 const tree tr1 = *((const tree *) p_i); local
1799 unsigned int mode1 = TYPE_MODE (TREE_TYPE (tr1));
1805 if (SSA_NAME_VERSION (tr1) < SSA_NAME_VERSION (tr2))
1807 else if (SSA_NAME_VERSION (tr1) > SSA_NAME_VERSION (tr2))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-reassoc.cc1866 const tree tr1 = *((const tree *) p_i); local
1868 unsigned int mode1 = TYPE_MODE (TREE_TYPE (tr1));
1874 if (SSA_NAME_VERSION (tr1) < SSA_NAME_VERSION (tr2))
1876 else if (SSA_NAME_VERSION (tr1) > SSA_NAME_VERSION (tr2))
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d2394 auto tr1 = TransientRange([[], [1,2,3], [], [4]]);
2395 assert(equal(joiner(tr1, [0]), [0,1,2,3,0,0,4]));
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dconfigure9746 for ac_header in tr1/unordered_set tr1/unordered_map
10010 # Use of ::std::tr1::unordered_map::rehash causes undefined symbols
10012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ::std::tr1::unordered_map::rehash is usable." >&5
10013 $as_echo_n "checking whether ::std::tr1::unordered_map::rehash is usable.... " >&6; }
10020 #include <tr1/unordered_map>
10021 void bar() { ::std::tr1::unordered_map<int, int> x; x.rehash(10); }
10047 # Use of tr1/unordered_map with off_t as a key is not supported on GCC
10049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether std::tr1::hash<off_t> is defined" >&5
10050 $as_echo_n "checking whether std::tr1
[all...]

Completed in 629 milliseconds

12345678