Home
last modified time | relevance | path

Searched refs:IsTrue (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs54 Assert.IsTrue(buf.Put( 1 )); in SinglePutGet()
70 Assert.IsTrue( buf.Put(11) ); in BlockPutGet()
74 Assert.IsTrue( Utils.byteArrEqual(arr,arr2) ); in BlockPutGet()
/netbsd/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs54 Assert.IsTrue(buf.Put( 1 )); in SinglePutGet()
70 Assert.IsTrue( buf.Put(11) ); in BlockPutGet()
74 Assert.IsTrue( Utils.byteArrEqual(arr,arr2) ); in BlockPutGet()
/netbsd/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs54 Assert.IsTrue(buf.Put( 1 )); in SinglePutGet()
70 Assert.IsTrue( buf.Put(11) ); in BlockPutGet()
74 Assert.IsTrue( Utils.byteArrEqual(arr,arr2) ); in BlockPutGet()
/netbsd/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs54 Assert.IsTrue(buf.Put( 1 )); in SinglePutGet()
70 Assert.IsTrue( buf.Put(11) ); in BlockPutGet()
74 Assert.IsTrue( Utils.byteArrEqual(arr,arr2) ); in BlockPutGet()
/netbsd/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs54 Assert.IsTrue(buf.Put( 1 )); in SinglePutGet()
70 Assert.IsTrue( buf.Put(11) ); in BlockPutGet()
74 Assert.IsTrue( Utils.byteArrEqual(arr,arr2) ); in BlockPutGet()
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-more-matchers.h75 MATCHER(IsTrue, negation ? "is false" : "is true") {
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1141 IsTrue &= Res; in evaluateCMPrr()
1144 assert(!IsTrue || !IsFalse); in evaluateCMPrr()
1146 Result = IsTrue; in evaluateCMPrr()
1148 return IsTrue || IsFalse; in evaluateCMPrr()
1168 IsTrue &= Res; in evaluateCMPri()
1171 assert(!IsTrue || !IsFalse); in evaluateCMPri()
1173 Result = IsTrue; in evaluateCMPri()
1175 return IsTrue || IsFalse; in evaluateCMPri()
1196 IsTrue &= Res; in evaluateCMPrp()
1200 Result = IsTrue; in evaluateCMPrp()
[all …]
H A DHexagonISelLoweringHVX.cpp744 auto IsTrue = [] (SDValue V) { in buildHvxVectorPred() local
762 AllT &= IsTrue(V); in buildHvxVectorPred()
782 AllT &= IsTrue(F); in buildHvxVectorPred()
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h864 GTEST_API_ bool IsTrue(bool condition);
993 if (::testing::internal::IsTrue(condition)) \
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc308 if (!::testing::internal::IsTrue(expression)) { \
H A Dgtest.cc5706 bool IsTrue(bool condition) { return condition; } in IsTrue() function
5712 if (IsTrue(false)) in AlwaysTrue()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterp.h94 template <typename T> inline bool IsTrue(const T &V) { return !V.isZero(); } in IsTrue() function