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

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Interp.h 94 template <typename T> inline bool IsTrue(const T &V) { return !V.isZero(); }
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstPropagation.cpp 1134 bool IsTrue = true, IsFalse = true;
1141 IsTrue &= Res;
1144 assert(!IsTrue || !IsFalse);
1145 // The actual logical value of the comparison is same as IsTrue.
1146 Result = IsTrue;
1148 return IsTrue || IsFalse;
1161 bool IsTrue = true, IsFalse = true;
1168 IsTrue &= Res;
1171 assert(!IsTrue || !IsFalse);
1172 // The actual logical value of the comparison is same as IsTrue
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 5706 bool IsTrue(bool condition) { return condition; }
5712 if (IsTrue(false))

Completed in 32 milliseconds