Searched refs:tr1 (Results 1 - 8 of 8) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest-tuple_test.cc38 using ::std::tr1::get;
39 using ::std::tr1::make_tuple;
40 using ::std::tr1::tuple;
41 using ::std::tr1::tuple_element;
42 using ::std::tr1::tuple_size;
H A Dgtest-printers_test.cc997 // Tests printing ::std::tr1::tuples.
1001 ::std::tr1::tuple<> t0;
1004 ::std::tr1::tuple<int> t1(5);
1007 ::std::tr1::tuple<char, bool> t2('a', true);
1010 ::std::tr1::tuple<bool, int, int> t3(false, 2, 3);
1013 ::std::tr1::tuple<bool, int, int, int> t4(false, 2, 3, 4);
1016 ::std::tr1::tuple<bool, int, int, int, bool> t5(false, 2, 3, 4, true);
1019 ::std::tr1::tuple<bool, int, int, int, bool, int> t6(false, 2, 3, 4, true, 6);
1022 ::std::tr1::tuple<bool, int, int, int, bool, int, int> t7(
1026 ::std::tr1
[all...]
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-printers.h592 // Overload for ::std::tr1::tuple. Needed for printing function arguments,
597 // regardless of whether tr1::tuple is implemented using the
600 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) {
605 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) {
610 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) {
615 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) {
620 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) {
625 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t,
632 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t,
639 void PrintTo(const ::std::tr1
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_elab/
H A Dproc_ctrl_elab.cpp124 tr1 = sc_get_current_process_handle();
176 tr1.sync_reset_on();
251 sc_process_handle tr1; local
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h90 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
100 // Test's own tr1 tuple implementation should be
625 // Determines whether Google Test can use tr1/tuple. You can define
630 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
638 // Determines whether Google Test's own tr1 tuple implementation
681 // We include tr1::tuple even if std::tuple is available to define printers for
685 # define GTEST_TUPLE_NAMESPACE_ ::std::tr1
693 // ::std::tr1. gtest expects tuple to live in ::std::tr1, so put it there.
697 namespace tr1 { namespace in namespace:std
[all...]
H A Dgtest-tuple.h56 // Visual Studio 2010, 2012, and 2013 define symbols in std::tr1 that conflict
113 namespace tr1 { namespace in namespace:std
132 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
135 // is the same as tr1::add_reference<T>::type.
142 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
672 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
967 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
988 } // namespace tr1
/gem5/src/arch/arm/
H A Dmiscregs_types.hh546 Bitfield<3,2> tr1; member in namespace:ArmISA
H A Dtable_walker.cc1117 curr_tr = prrr.tr1;

Completed in 39 milliseconds