HomeSort by: relevance | last modified time | path
    Searched refs:AlwaysFalse (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-spi.h 159 } while (::testing::internal::AlwaysFalse())
176 } while (::testing::internal::AlwaysFalse())
222 } while (::testing::internal::AlwaysFalse())
236 } while (::testing::internal::AlwaysFalse())
gtest-death-test.h 317 } else if (::testing::internal::AlwaysFalse()) { \
gtest-param-test.h 467 if (::testing::internal::AlwaysFalse()) { \
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 314 } while (::testing::internal::AlwaysFalse())
335 } while (::testing::internal::AlwaysFalse())
gtest.cc 3036 const bool use_color = AlwaysFalse();
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 817 inline bool AlwaysFalse() { return !AlwaysTrue(); }
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 1105 bool AlwaysTrue = true, AlwaysFalse = true;
1120 AlwaysFalse &= !(Res1.isTrue() && Res2.isTrue());
1123 AlwaysFalse &= !(Res1.isTrue() || Res2.isTrue());
1132 if (AlwaysTrue || AlwaysFalse) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 11362 AlwaysFalse,
11391 Result = AlwaysFalse;
11409 Result = AlwaysFalse;

Completed in 88 milliseconds