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

12

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafetyLogical.cpp59 case LExpr::Not:
62 return implies(LHS, LNeg, cast<Not>(RHS)->exp(), !RNeg);
84 case LExpr::Not:
87 return implies(cast<Not>(LHS)->exp(), !LNeg, RHS, RNeg);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h28 Not enumerator in enum:clang::threadSafety::lexpr::LExpr::Opcode
83 class Not : public LExpr { class in namespace:clang::threadSafety::lexpr
87 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} function in class:clang::threadSafety::lexpr::Not
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not; }
/freebsd-11.0-release/contrib/ntp/scripts/deprecated/
H A Dntp-status39 echo $HOSTNAME: Not running NTP
/freebsd-11.0-release/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.mk114 # Not sure we still need ARM_ARCH_6=1 here.
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCExpr.h362 Not, ///< Bitwise negation. enumerator in enum:llvm::MCUnaryExpr::Opcode
386 return create(Not, Expr, Ctx);
/freebsd-11.0-release/contrib/gdb/gdb/
H A Darmnbsd-nat.c25 #error Not FETCH_INFERIOR_REGISTERS
/freebsd-11.0-release/contrib/bmake/
H A Dparse.c201 Not, /* Not special */ enumerator in enum:__anon698
251 * Not if the target is unspecial. If it *is* special, however, the children
293 * type of the keyword ("Not" if the keyword isn't special as a target) while
834 * ParseDoDependency. If the specType isn't 'Not', the parent
859 if (specType == Not)
1205 specType = Not;
1352 specType = Not;
1412 if ((specType == Not) && (*line != '\0')) {
1459 if (specType != Not
[all...]
/freebsd-11.0-release/gnu/usr.bin/gdb/arch/arm/
H A Darmfbsd-nat.c28 #error Not FETCH_INFERIOR_REGISTERS
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtVisitor.h160 UNARYOP_FALLBACK(Not) UNARYOP_FALLBACK(LNot)
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCExpr.cpp65 case MCUnaryExpr::Not: OS << '~'; break;
694 case MCUnaryExpr::Not:
810 // Not always correct, but probably the best we can do without more context.
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp63 // Not expecting FCMP_FALSE and FCMP_TRUE;
432 /// The Part "Not" means, that in above descriptions "==" should be replaced
1243 Value *Not = Builder->CreateNot(LogicOp); local
1244 return CastInst::CreateZExtOrBitCast(Not, I.getType());
1289 // Not masking anything out for the LHS, move to RHS.
1296 // Not masking anything out for the RHS, move to LHS.
1541 // Canonicalize SExt or Not to the LHS
1872 // If RHSCst is [us]MAXINT, it is always false. Not handling
1892 // If RHSCst is [us]MAXINT, it is always false. Not handling
2305 Value *Not local
2309 Value *Not = Builder->CreateNot(A, A->getName()+".not"); local
2323 Value *Not = Builder->CreateNot(NotOp, NotOp->getName()+".not"); local
[all...]
H A DInstCombineCompares.cpp2057 // Not an extension from the same type?
2797 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp"); local
2798 return BinaryOperator::CreateAnd(Not, Op1);
2804 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp"); local
2805 return BinaryOperator::CreateAnd(Not, Op0);
2811 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp"); local
2812 return BinaryOperator::CreateOr(Not, Op1);
2818 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp"); local
2819 return BinaryOperator::CreateOr(Not, Op0);
/freebsd-11.0-release/contrib/ncurses/
H A Ddist.mk57 # Not all man programs agree with this assumption; some use half-spacing, which
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Ddarwin-world.asm120 /* Not forgetting to restore CR. */
/freebsd-11.0-release/sys/boot/i386/boot0/
H A Dboot0.S423 jae beep # Not in F1..F5, beep
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql357 /* Delete the nodes shadowed by local_relpath. Not valid for the wc-root */
370 /* Get not-present descendants of a copied node. Not valid for the wc-root */
445 /* Not valid for the working copy root */
1057 /* Not valid on the wc-root */
1100 /* 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. */
362 other information is available. Not valid in the 'WORKING'
/freebsd-11.0-release/contrib/ldns/
H A Dlibdns.vim450 " Not included, but could be added...?
/freebsd-11.0-release/contrib/sendmail/contrib/
H A Dexpn.pl1321 Not all mail daemons will implement
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DAPInt.h1906 inline APInt Not(const APInt &APIVal) { return ~APIVal; }
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2090 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, local
2094 SDValue ShiftRightLo = DAG.getNode(ISD::SRL, DL, VT, ShiftRight1Lo, Not);
2128 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, local
2132 SDValue ShiftLeftHi = DAG.getNode(ISD::SHL, DL, VT, ShiftLeft1Hi, Not);
3459 // Fixme: Not triggering the use of both hi and low
/freebsd-11.0-release/sys/boot/pc98/cdboot/
H A Dcdboot.S562 mov $msg_lookupfail,%si # Not found message
/freebsd-11.0-release/usr.sbin/bsdinstall/scripts/
H A Dzfsboot273 msg_not_enough_disks_selected="Not enough disks selected. (%u < %u minimum)"
624 # Not enough disks selected
627 "Not enough disks selected." \
711 # Not enough disks selected
714 "Not enough disks selected." \

Completed in 394 milliseconds

12