Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h191 if (::testing::internal::AlwaysTrue()) { \
231 if (::testing::internal::AlwaysTrue()) { \
233 } else if (!::testing::internal::AlwaysTrue()) { \
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-12-stable/contrib/googletest/googletest/include/gtest/
Dgtest-spi.h219 if (::testing::internal::AlwaysTrue()) { statement; }\
233 if (::testing::internal::AlwaysTrue()) { statement; }\
Dgtest-death-test.h314 if (::testing::internal::AlwaysTrue()) { \
/freebsd-12-stable/contrib/googletest/googletest/test/
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()
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()
Dgoogletest-port-test.cc234 if (AlwaysTrue()) in TEST()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
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-12-stable/contrib/googletest/googletest/src/
Dgtest.cc975 while (::testing::internal::AlwaysTrue()) { in SplitString()
5640 bool AlwaysTrue() { in AlwaysTrue() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOverload.cpp10161 bool AlwaysTrue; in isFunctionAlwaysEnabled() local
10163 !EnableIf->getCond()->EvaluateAsBooleanCondition(AlwaysTrue, Ctx)) in isFunctionAlwaysEnabled()
10165 if (!AlwaysTrue) in isFunctionAlwaysEnabled()
DSemaExpr.cpp11450 AlwaysTrue, in diagnoseTautologicalComparison() enumerator
11475 Result = AlwaysTrue; in diagnoseTautologicalComparison()
11501 Result = AlwaysTrue; in diagnoseTautologicalComparison()