Searched refs:AlwaysFalse (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest-spi.h158 } while (::testing::internal::AlwaysFalse())
175 } while (::testing::internal::AlwaysFalse())
221 } while (::testing::internal::AlwaysFalse())
235 } while (::testing::internal::AlwaysFalse())
H A Dgtest-death-test.h318 } else if (::testing::internal::AlwaysFalse()) { \
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc37 using testing::internal::AlwaysFalse;
280 if (AlwaysFalse())
291 if (AlwaysFalse())
294 if (AlwaysFalse())
1380 if (AlwaysFalse())
1391 if (AlwaysFalse())
1394 if (AlwaysFalse())
H A Dgtest_repeat_test.cc65 } while (::testing::internal::AlwaysFalse())
H A Dgoogletest-port-test.cc230 if (AlwaysFalse())
239 if (AlwaysFalse())
H A Dgtest_unittest.cc232 using testing::internal::AlwaysFalse;
4094 if (AlwaysFalse())
4103 if (AlwaysFalse())
4106 if (AlwaysFalse())
4128 if (AlwaysFalse())
4136 if (AlwaysFalse())
4144 if (AlwaysFalse())
4155 if (AlwaysFalse())
4161 if (AlwaysFalse())
4171 if (AlwaysFalse())
[all...]
/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc307 } while (::testing::internal::AlwaysFalse())
328 } while (::testing::internal::AlwaysFalse())
H A Dgtest.cc3059 const bool use_color = AlwaysFalse();
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h772 inline bool AlwaysFalse() { return !AlwaysTrue(); } function in namespace:testing::internal
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1105 bool AlwaysTrue = true, AlwaysFalse = true; local
1120 AlwaysFalse &= !(Res1.isTrue() && Res2.isTrue());
1123 AlwaysFalse &= !(Res1.isTrue() || Res2.isTrue());
1132 if (AlwaysTrue || AlwaysFalse) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11095 AlwaysFalse, enumerator in enum:__anon2064
11124 Result = AlwaysFalse;
11142 Result = AlwaysFalse;

Completed in 314 milliseconds