Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h216 if (::testing::internal::AlwaysTrue()) { \
254 if (::testing::internal::AlwaysTrue()) { \
256 } else if (!::testing::internal::AlwaysTrue()) { \
H A Dgtest-internal.h814 GTEST_API_ bool AlwaysTrue();
817 inline bool AlwaysFalse() { return !AlwaysTrue(); } in AlwaysFalse()
1258 if (::testing::internal::AlwaysTrue()) { statement; }
1288 if (::testing::internal::AlwaysTrue()) { \
1302 if (::testing::internal::AlwaysTrue()) { \
1333 if (::testing::internal::AlwaysTrue()) { \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-spi.h220 if (::testing::internal::AlwaysTrue()) { statement; }\
234 if (::testing::internal::AlwaysTrue()) { statement; }\
H A Dgtest-death-test.h313 if (::testing::internal::AlwaysTrue()) { \
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc944 while (::testing::internal::AlwaysTrue()) { in SplitString()
5708 bool AlwaysTrue() { in AlwaysTrue() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp10144 bool AlwaysTrue; in isFunctionAlwaysEnabled() local
10146 !EnableIf->getCond()->EvaluateAsBooleanCondition(AlwaysTrue, Ctx)) in isFunctionAlwaysEnabled()
10148 if (!AlwaysTrue) in isFunctionAlwaysEnabled()
H A DSemaExpr.cpp11361 AlwaysTrue, in diagnoseTautologicalComparison() enumerator
11386 Result = AlwaysTrue; in diagnoseTautologicalComparison()
11412 Result = AlwaysTrue; in diagnoseTautologicalComparison()