Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/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.h321 } else if (::testing::internal::AlwaysFalse()) { \
H A Dgtest-param-test.h472 if (::testing::internal::AlwaysFalse()) { \
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Arithmetic/IR/
H A DArithmeticBase.td35 I64EnumAttrCase<"AlwaysFalse", 0, "false">,
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h821 inline bool AlwaysFalse() { return !AlwaysTrue(); } in AlwaysFalse() function
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp1109 bool AlwaysTrue = true, AlwaysFalse = true; in checkIncorrectLogicOperator() local
1124 AlwaysFalse &= !(Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator()
1127 AlwaysFalse &= !(Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator()
1136 if (AlwaysTrue || AlwaysFalse) { in checkIncorrectLogicOperator()
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp1386 case arith::CmpFPredicate::AlwaysFalse: in applyCmpPredicate()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp12050 AlwaysFalse, in diagnoseTautologicalComparison() enumerator
12079 Result = AlwaysFalse; in diagnoseTautologicalComparison()
12097 Result = AlwaysFalse; in diagnoseTautologicalComparison()