Searched refs:AlwaysTrue (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h187 if (::testing::internal::AlwaysTrue()) { \
226 if (::testing::internal::AlwaysTrue()) { \
303 if (::testing::internal::AlwaysTrue()) { \
H A Dgtest-internal.h733 GTEST_API_ bool AlwaysTrue();
736 inline bool AlwaysFalse() { return !AlwaysTrue(); }
1122 if (::testing::internal::AlwaysTrue()) { statement; }
1152 if (::testing::internal::AlwaysTrue()) { \
1166 if (::testing::internal::AlwaysTrue()) { \
1197 if (::testing::internal::AlwaysTrue()) { \
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-spi.h200 // if (::testing::internal::AlwaysTrue()) { statement; }
214 if (::testing::internal::AlwaysTrue()) { statement; }\
228 if (::testing::internal::AlwaysTrue()) { statement; }\
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc39 using testing::internal::AlwaysTrue;
121 if (AlwaysTrue())
293 if (AlwaysTrue())
1388 if (AlwaysTrue())
H A Dgtest_unittest.cc239 using testing::internal::AlwaysTrue;
4068 if (AlwaysTrue())
4101 if (AlwaysTrue())
4109 if (AlwaysTrue())
4117 if (AlwaysTrue())
4136 if (AlwaysTrue())
H A Dgtest-port_test.cc245 if (AlwaysTrue())
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc926 while (::testing::internal::AlwaysTrue()) {
4988 bool AlwaysTrue() { function
4990 // This condition is always false so AlwaysTrue() never actually throws,

Completed in 51 milliseconds