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

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-spi.h 206 // if (::testing::internal::AlwaysTrue()) { statement; }
220 if (::testing::internal::AlwaysTrue()) { statement; }\
234 if (::testing::internal::AlwaysTrue()) { statement; }\
gtest-death-test.h 313 if (::testing::internal::AlwaysTrue()) { \
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 216 if (::testing::internal::AlwaysTrue()) { \
254 if (::testing::internal::AlwaysTrue()) { \
256 } else if (!::testing::internal::AlwaysTrue()) { \
gtest-internal.h 814 GTEST_API_ bool AlwaysTrue();
817 inline bool AlwaysFalse() { return !AlwaysTrue(); }
1258 if (::testing::internal::AlwaysTrue()) { statement; }
1288 if (::testing::internal::AlwaysTrue()) { \
1302 if (::testing::internal::AlwaysTrue()) { \
1333 if (::testing::internal::AlwaysTrue()) { \
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 1105 bool AlwaysTrue = true, AlwaysFalse = true;
1119 AlwaysTrue &= (Res1.isTrue() && Res2.isTrue());
1122 AlwaysTrue &= (Res1.isTrue() || Res2.isTrue());
1132 if (AlwaysTrue || AlwaysFalse) {
1135 BuildOpts.Observer->compareAlwaysTrue(B, AlwaysTrue);
1136 return TryResult(AlwaysTrue);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 944 while (::testing::internal::AlwaysTrue()) {
5708 bool AlwaysTrue() {
5710 // This condition is always false so AlwaysTrue() never actually throws,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp 10144 bool AlwaysTrue;
10146 !EnableIf->getCond()->EvaluateAsBooleanCondition(AlwaysTrue, Ctx))
10148 if (!AlwaysTrue)
SemaExpr.cpp 11361 AlwaysTrue,
11386 Result = AlwaysTrue;
11412 Result = AlwaysTrue;

Completed in 62 milliseconds