Home
last modified time | relevance | path

Searched refs:AlwaysTrue (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h191 if (::testing::internal::AlwaysTrue()) { \
231 if (::testing::internal::AlwaysTrue()) { \
233 } else if (!::testing::internal::AlwaysTrue()) { \
H A Dgtest-internal.h769 GTEST_API_ bool AlwaysTrue();
772 inline bool AlwaysFalse() { return !AlwaysTrue(); } in AlwaysFalse()
1218 if (::testing::internal::AlwaysTrue()) { statement; }
1248 if (::testing::internal::AlwaysTrue()) { \
1262 if (::testing::internal::AlwaysTrue()) { \
1293 if (::testing::internal::AlwaysTrue()) { \
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-spi.h219 if (::testing::internal::AlwaysTrue()) { statement; }\
233 if (::testing::internal::AlwaysTrue()) { statement; }\
H A Dgtest-death-test.h314 if (::testing::internal::AlwaysTrue()) { \
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc38 using testing::internal::AlwaysTrue;
112 if (AlwaysTrue()) in DieWithMessage()
284 if (AlwaysTrue()) in TEST_F()
1384 if (AlwaysTrue()) in TEST()
H A Dgtest_unittest.cc233 using testing::internal::AlwaysTrue;
4098 if (AlwaysTrue()) in TEST()
4131 if (AlwaysTrue()) in TEST()
4139 if (AlwaysTrue()) in TEST()
4147 if (AlwaysTrue()) in TEST()
4166 if (AlwaysTrue()) in TEST()
H A Dgoogletest-port-test.cc234 if (AlwaysTrue()) in TEST()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1105 bool AlwaysTrue = true, AlwaysFalse = true; in checkIncorrectLogicOperator() local
1119 AlwaysTrue &= (Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator()
1122 AlwaysTrue &= (Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator()
1132 if (AlwaysTrue || AlwaysFalse) { in checkIncorrectLogicOperator()
1135 BuildOpts.Observer->compareAlwaysTrue(B, AlwaysTrue); in checkIncorrectLogicOperator()
1136 return TryResult(AlwaysTrue); in checkIncorrectLogicOperator()
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest.cc975 while (::testing::internal::AlwaysTrue()) { in SplitString()
5640 bool AlwaysTrue() { in AlwaysTrue() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp10161 bool AlwaysTrue; in isFunctionAlwaysEnabled() local
10163 !EnableIf->getCond()->EvaluateAsBooleanCondition(AlwaysTrue, Ctx)) in isFunctionAlwaysEnabled()
10165 if (!AlwaysTrue) in isFunctionAlwaysEnabled()
H A DSemaExpr.cpp11450 AlwaysTrue, in diagnoseTautologicalComparison() enumerator
11475 Result = AlwaysTrue; in diagnoseTautologicalComparison()
11501 Result = AlwaysTrue; in diagnoseTautologicalComparison()