Searched defs:Not (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dtraits.h59 struct Not : public std::integral_constant<bool, !Predicate::value> struct in namespace:gdb
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dtraits.h126 struct Not : public std::integral_constant<bool, !Predicate::value> struct in namespace:gdb
/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtget_sj.c313 const char *Not = s == 0 ? "" : " not"; local
H A Dtset_si.c315 const char *Not = s == 0 ? "" : " not"; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp219 bool Not; member in struct:__anon2919::ConstraintOrBlock
228 ConstraintOrBlock(DomTreeNode *DTN, CmpInst *Condition, bool Not) argument
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp678 StringRef Not = Op.first ? "!" : ""; local
689 StringRef Not = Op.first ? "!" : ""; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dconstfold.c105 UnionExp Not(Type *type, Expression *e1) function
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp418 unsigned WebAssemblyFastISel::getRegForI1Value(const Value *V, bool &Not) { argument
911 bool Not; local
1098 bool Not = false; local
1311 bool Not; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2045 Value *Not = Builder.CreateNot(MinMax); local
H A DInstCombineAndOrXor.cpp2813 Value *Not = Builder.CreateNot(B, B->getName() + ".not"); local
2817 Value *Not = Builder.CreateNot(A, A->getName() + ".not"); local
2831 Value *Not = Builder.CreateNot(NotOp, NotOp->getName() + ".not"); local
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h4018 inline internal::NotMatcher<InnerMatcher> Not(InnerMatcher m) { function in namespace:testing
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2578 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, local
2616 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2184 SDValue Not = DAG.getNOT(SL, Shr, MVT::i64); local
H A DSIInstrInfo.cpp6252 MachineInstr *Not = local
6284 MachineInstr &Not = *BuildMI(MBB, MII, DL, get(AMDGPU::S_NOT_B32), NewDest) local
6309 MachineInstr &Not = *BuildMI(MBB, MII, DL, get(AMDGPU::S_NOT_B32), Interm) local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2317 SDValue Not = DAG.getNOT(DL, X, X.getValueType()); local
2446 SDValue Not = DAG.getNode(ISD::XOR, DL, VT, N0.getOperand(0), local
2657 SDValue Not local
7870 SDValue Not = DAG.getNOT(DL, N0.getOperand(0), VT); local
[all...]

Completed in 300 milliseconds