Home
last modified time | relevance | path

Searched refs:IsFalse (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-more-matchers.h83 MATCHER(IsFalse, negation ? "is true" : "is false") {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1134 bool IsTrue = true, IsFalse = true; in evaluateCMPrr() local
1142 IsFalse &= !Res; in evaluateCMPrr()
1144 assert(!IsTrue || !IsFalse); in evaluateCMPrr()
1148 return IsTrue || IsFalse; in evaluateCMPrr()
1161 bool IsTrue = true, IsFalse = true; in evaluateCMPri() local
1169 IsFalse &= !Res; in evaluateCMPri()
1171 assert(!IsTrue || !IsFalse); in evaluateCMPri()
1175 return IsTrue || IsFalse; in evaluateCMPri()
1189 bool IsTrue = true, IsFalse = true; in evaluateCMPrp() local
1197 IsFalse &= !Res; in evaluateCMPrp()
[all …]
H A DHexagonISelLoweringHVX.cpp749 auto IsFalse = [] (SDValue V) { in buildHvxVectorPred() local
763 AllF &= IsFalse(V); in buildHvxVectorPred()
783 AllF &= IsFalse(F); in buildHvxVectorPred()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs68 Assert.IsFalse( buf.Put(11) ); in BlockPutGet()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs68 Assert.IsFalse( buf.Put(11) ); in BlockPutGet()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs68 Assert.IsFalse( buf.Put(11) ); in BlockPutGet()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1376 llvm::Value *IsFalse = Builder.getFalse(); in GenerateCode() local
1377 EmitCheck(std::make_pair(IsFalse, SanitizerKind::Return), in GenerateCode()