Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-spi.h159 } while (::testing::internal::AlwaysFalse())
176 } while (::testing::internal::AlwaysFalse())
222 } while (::testing::internal::AlwaysFalse())
236 } while (::testing::internal::AlwaysFalse())
H A Dgtest-death-test.h317 } else if (::testing::internal::AlwaysFalse()) { \
H A Dgtest-param-test.h467 if (::testing::internal::AlwaysFalse()) { \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc314 } while (::testing::internal::AlwaysFalse())
335 } while (::testing::internal::AlwaysFalse())
H A Dgtest.cc3036 const bool use_color = AlwaysFalse(); in ColoredPrintf()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h817 inline bool AlwaysFalse() { return !AlwaysTrue(); } in AlwaysFalse() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp1105 bool AlwaysTrue = true, AlwaysFalse = true; in checkIncorrectLogicOperator() local
1120 AlwaysFalse &= !(Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator()
1123 AlwaysFalse &= !(Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator()
1132 if (AlwaysTrue || AlwaysFalse) { in checkIncorrectLogicOperator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp11362 AlwaysFalse, in diagnoseTautologicalComparison() enumerator
11391 Result = AlwaysFalse; in diagnoseTautologicalComparison()
11409 Result = AlwaysFalse; in diagnoseTautologicalComparison()