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

12

/freebsd-11-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-11-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-11-stable/contrib/ntp/scripts/deprecated/
H A Dntp-status39 echo $HOSTNAME: Not running NTP
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp158 unsigned getRegForI1Value(const Value *V, bool &Not);
419 unsigned WebAssemblyFastISel::getRegForI1Value(const Value *V, bool &Not) { argument
423 Not = ICmp->isTrueWhenEqual();
429 Not = true;
433 Not = false;
890 bool Not; local
891 unsigned CondReg = getRegForI1Value(Select->getCondition(), Not);
903 if (Not)
1073 bool Not = false; local
1095 Not
1280 bool Not; local
[all...]
/freebsd-11-stable/share/mk/
H A Dlocal.sys.mk5 # Not in the below list as it may make sense for non-meta mode
H A Dsys.mk38 # Not included when building in fmake compatibility mode (still needed
H A Dbsd.cpu.mk116 # Not sure we still need ARM_ARCH_6=1 here.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h371 Not, ///< Bitwise negation. enumerator in enum:llvm::MCUnaryExpr::Opcode
398 return create(Not, Expr, Ctx, Loc);
/freebsd-11-stable/contrib/gdb/gdb/
H A Darmnbsd-nat.c25 #error Not FETCH_INFERIOR_REGISTERS
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtVisitor.h165 UNARYOP_FALLBACK(Not) UNARYOP_FALLBACK(LNot)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h130 return createInstruction(VPInstruction::Not, {Operand});
H A DVPlan.cpp323 case VPInstruction::Not: {
366 case VPInstruction::Not:
709 // Not a User of any mask: not really blending, this is a
/freebsd-11-stable/contrib/bmake/
H A Dparse.c206 Not, /* Not special */ enumerator in enum:__anon104
256 * Not if the target is unspecial. If it *is* special, however, the children
298 * type of the keyword ("Not" if the keyword isn't special as a target) while
851 * ParseDoDependency. If the specType isn't 'Not', the parent
876 if (specType == Not)
1222 specType = Not;
1370 specType = Not;
1433 if ((specType == Not) && (*line != '\0')) {
1480 if (specType != Not
[all...]
/freebsd-11-stable/gnu/usr.bin/gdb/arch/arm/
H A Darmfbsd-nat.c28 #error Not FETCH_INFERIOR_REGISTERS
/freebsd-11-stable/stand/lua/
H A Dmenu.lua262 -- Not a standard menu entry function!
274 -- Not a standard menu entry function!
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk57 # Not all man programs agree with this assumption; some use half-spacing, which
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-world.asm120 /* Not forgetting to restore CR. */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp80 case MCUnaryExpr::Not: OS << '~'; break;
769 case MCUnaryExpr::Not:
918 // Not always correct, but probably the best we can do without more context.
/freebsd-11-stable/stand/i386/boot0/
H A Dboot0.S423 jae beep # Not in F1..F5, beep
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp209 /// "Not" means that in above descriptions "==" should be replaced by "!=".
1793 // Not masking anything out for the LHS, move mask to RHS.
1799 // Not masking anything out for the RHS, move mask to LHS.
2614 Value *Not = Builder.CreateNot(B, B->getName() + ".not"); local
2615 return BinaryOperator::CreateOr(Not, Op0);
2618 Value *Not = Builder.CreateNot(A, A->getName() + ".not"); local
2619 return BinaryOperator::CreateOr(Not, Op0);
2632 Value *Not = Builder.CreateNot(NotOp, NotOp->getName() + ".not"); local
2633 return BinaryOperator::CreateOr(Not, Op0);
H A DInstCombineAddSub.cpp2049 Value *Not = Builder.CreateNot(MinMax); local
2051 return BinaryOperator::CreateSub(Not, A);
2053 return BinaryOperator::CreateSub(A, Not);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql368 /* Delete the nodes shadowed by local_relpath. Not valid for the wc-root */
381 /* Get not-present descendants of a copied node. Not valid for the wc-root */
456 /* Not valid for the working copy root */
1068 /* Not valid on the wc-root */
1111 /* Select all excluded nodes. Not valid on the WC-root */
H A Dwc-metadata.sql106 repositories. Not strictly guaranteed to be unique among table rows. */
356 other information is available. Not valid in the 'WORKING'
/freebsd-11-stable/contrib/ldns/
H A Dlibdns.vim450 " Not included, but could be added...?
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dexpn.pl1321 Not all mail daemons will implement

Completed in 219 milliseconds

12