Searched refs:IsTrue (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_repeat_test.cc67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1108 GTEST_API_ bool IsTrue(bool condition);
1134 if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type.
1297 if (::testing::internal::IsTrue(condition)) \
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-printers.h413 // IsTrue() silences warnings: "Condition is always true",
415 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) {
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc285 if (!::testing::internal::IsTrue(expression)) { \
H A Dgtest.cc4986 bool IsTrue(bool condition) { return condition; } function
4992 if (IsTrue(false))

Completed in 47 milliseconds