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

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-more-matchers.h 75 MATCHER(IsTrue, negation ? "is false" : "is true") {
  /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
UnitTests.cs 54 Assert.IsTrue(buf.Put( 1 ));
70 Assert.IsTrue( buf.Put(11) );
74 Assert.IsTrue( Utils.byteArrEqual(arr,arr2) );
  /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
UnitTests.cs 54 Assert.IsTrue(buf.Put( 1 ));
70 Assert.IsTrue( buf.Put(11) );
74 Assert.IsTrue( Utils.byteArrEqual(arr,arr2) );
  /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
UnitTests.cs 54 Assert.IsTrue(buf.Put( 1 ));
70 Assert.IsTrue( buf.Put(11) );
74 Assert.IsTrue( Utils.byteArrEqual(arr,arr2) );
  /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
UnitTests.cs 54 Assert.IsTrue(buf.Put( 1 ));
70 Assert.IsTrue( buf.Put(11) );
74 Assert.IsTrue( Utils.byteArrEqual(arr,arr2) );
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
UnitTests.cs 54 Assert.IsTrue(buf.Put( 1 ));
70 Assert.IsTrue( buf.Put(11) );
74 Assert.IsTrue( Utils.byteArrEqual(arr,arr2) );
  /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...]
HexagonISelLoweringHVX.cpp 744 auto IsTrue = [] (SDValue V) {
762 AllT &= IsTrue(V);
782 AllT &= IsTrue(F);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 864 GTEST_API_ bool IsTrue(bool condition);
993 if (::testing::internal::IsTrue(condition)) \
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 308 if (!::testing::internal::IsTrue(expression)) { \
gtest.cc 5706 bool IsTrue(bool condition) { return condition; }
5712 if (IsTrue(false))
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Interp.h 94 template <typename T> inline bool IsTrue(const T &V) { return !V.isZero(); }

Completed in 41 milliseconds