Searched refs:Not (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-op-not.exp1 make: "cond-op-not.mk" line 29: Not empty evaluates to true.
2 make: "cond-op-not.mk" line 37: Not space evaluates to false.
3 make: "cond-op-not.mk" line 41: Not 0 evaluates to true.
4 make: "cond-op-not.mk" line 49: Not 1 evaluates to false.
5 make: "cond-op-not.mk" line 55: Not word evaluates to false.
H A Ddirective.mk31 # Not even the space after the '.info' can change anything about this.
H A Dmodts.mk40 # Not all modifiers behave this way though. Some of them always use
H A Dvarname-dot-parsedir.mk13 # Not that anyone would ever want to do this, but there's code in parse.c,
H A Dvarname-dot-parsefile.mk11 # Not that anyone would ever want to do this, but there's code in parse.c,
H A Ddirective-for.mk155 . info XXX: Not reached ${var}
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyLogical.cpp58 case LExpr::Not:
61 return implies(LHS, LNeg, cast<Not>(RHS)->exp(), !RNeg);
83 case LExpr::Not:
86 return implies(cast<Not>(LHS)->exp(), !LNeg, RHS, RNeg);
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc85 using testing::Not;
123 EXPECT_THAT(t, Not(Args<>(Ne(tuple<>()))));
130 EXPECT_THAT(t, Not(Args<1>(Eq(make_tuple(false)))));
138 EXPECT_THAT(t, Not(Args<0, 2>(Gt())));
144 EXPECT_THAT(t, Not(Args<1, 1>(Ne())));
150 EXPECT_THAT(t, Not(Args<2, 1>(Lt())));
169 EXPECT_THAT(make_tuple(1, 2), Not(Args<0, 0, 1>(SumIsZero())));
202 Not(Args<9, 8, 7, 6, 5, 4, 3, 2, 1, 0>(
481 EXPECT_THAT(nested, Not(ElementsAre(ElementsAre('H', 'e'),
490 EXPECT_THAT(v, Not(ElementsAr
[all...]
H A Dgmock-matchers_test.cc116 using testing::Not;
594 const Matcher<int> not_m1 = Not(m1);
605 const Matcher<char> not_m2 = Not(m2);
1519 EXPECT_THAT(p, Not(Key(42)));
1521 EXPECT_THAT(p, Not(Key(Lt(25))));
1544 EXPECT_THAT(p, Not(Key(42)));
1546 EXPECT_THAT(p, Not(Key(Lt(25))));
1558 EXPECT_THAT(p, Not(Key(is_negative)));
1567 EXPECT_THAT(container, Not(Contains(Key(3))));
1576 EXPECT_THAT(container, Not(Contain
[all...]
H A Dgmock_link_test.h98 // Not
163 using testing::Not;
678 // Tests the linkage of the Not matcher.
680 Matcher<int> m = Not(_);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h27 Not enumerator in enum:clang::threadSafety::lexpr::LExpr::Opcode
82 class Not : public LExpr { class in namespace:clang::threadSafety::lexpr
86 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} function in class:clang::threadSafety::lexpr::Not
91 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not; }
/freebsd-13-stable/contrib/ntp/scripts/deprecated/
H A Dntp-status39 echo $HOSTNAME: Not running NTP
/freebsd-13-stable/share/mk/
H A Dlocal.sys.mk5 # Not in the below list as it may make sense for non-meta mode
37 # the meta mode change. Not all targets have a 'rm ${.TARGET}' in them
H A Dsrc.sys.obj.mk88 # Not enough information, just use basic OBJDIR. This can happen with some
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp157 unsigned getRegForI1Value(const Value *V, bool &Not);
418 unsigned WebAssemblyFastISel::getRegForI1Value(const Value *V, bool &Not) { argument
422 Not = ICmp->isTrueWhenEqual();
428 Not = true;
432 Not = false;
881 bool Not; local
882 unsigned CondReg = getRegForI1Value(Select->getCondition(), Not);
894 if (Not)
1064 bool Not = false; local
1086 Not
1273 bool Not; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtVisitor.h165 UNARYOP_FALLBACK(Not) UNARYOP_FALLBACK(LNot)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h133 return createInstruction(VPInstruction::Not, {Operand});
H A DVPlan.cpp362 case VPInstruction::Not: {
426 case VPInstruction::Not:
789 // Not a User of any mask: not really blending, this is a
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp690 StringRef Not = Op.first ? "!" : ""; local
692 << Not << ("STI.getFeatureBits()[" + Namespace + "::" + Op.second + "]").str() +
701 StringRef Not = Op.first ? "!" : ""; local
702 CondStream << Not << ("STI.getFeatureBits()[" + Namespace + "::" + Op.second +
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h430 Not, ///< Bitwise negation.
456 return create(Not, Expr, Ctx, Loc);
/freebsd-13-stable/stand/lua/
H A Dmenu.lua267 -- Not a standard menu entry function!
279 -- Not a standard menu entry function!
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp97 case MCUnaryExpr::Not: OS << '~'; break;
827 case MCUnaryExpr::Not:
976 // Not always correct, but probably the best we can do without more context.
/freebsd-13-stable/contrib/ncurses/
H A Ddist.mk61 # Not all man programs agree with this assumption; some use half-spacing, which
/freebsd-13-stable/sys/tools/
H A Dmakesyscalls.lua263 abort(1, "Not enough args: " ..
394 print("Not found: " .. tmpfile)
405 print("Not found: " .. tmpfile)
1033 abort(1, "Not a signature? " .. line)
/freebsd-13-stable/contrib/kyua/integration/
H A Dcmd_debug_test.sh40 Usage error for command debug: Not enough arguments.

Completed in 419 milliseconds

12