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

  /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 78 milliseconds