Home
last modified time | relevance | path

Searched defs:Not (Results 1 – 25 of 28) sorted by relevance

12

/external/mockito/src/main/java/org/mockito/internal/matchers/
DNot.java13 public class Not implements ArgumentMatcher<Object>, Serializable { class
17 public Not(ArgumentMatcher<?> matcher) { in Not() method in Not
/external/easymock/src/org/easymock/internal/matchers/
DNot.java22 public class Not implements IArgumentMatcher, Serializable { class
28 public Not(IArgumentMatcher first) { in Not() method in Not
/external/deqp/framework/delibs/decpp/
DdeMeta.hpp43 struct Not struct
46 {
/external/skia/src/core/
DSkRecordPattern.h79 struct Not { struct
81 bool operator()(T* ptr) { return !Matcher()(ptr); } in operator()
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DNot.java11 public class Not extends Unop { class
15 public Not(NumericType type, Value dest, Value source) { in Not() method in Not
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyLogical.h28 Not enumerator
87 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} in Not() function
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp365 unsigned WebAssemblyFastISel::getRegForI1Value(const Value *V, bool &Not) { in getRegForI1Value()
719 bool Not; in selectSelect() local
891 bool Not = false; in selectFCmp() local
1095 bool Not; in selectBr() local
/external/guice/core/src/com/google/inject/matcher/
DMatchers.java69 private static class Not<T> extends AbstractMatcher<T> implements Serializable { class in Matchers
72 private Not(Matcher<? super T> delegate) { in Not() method in Matchers.Not
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1807 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp"); in visitICmpInst() local
1814 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp"); in visitICmpInst() local
1821 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp"); in visitICmpInst() local
1828 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp"); in visitICmpInst() local
DInstCombineAndOrXor.cpp1975 Value *Not = Builder->CreateNot(B, B->getName()+".not"); in visitOr() local
1979 Value *Not = Builder->CreateNot(A, A->getName()+".not"); in visitOr() local
1993 Value *Not = Builder->CreateNot(NotOp, NotOp->getName()+".not"); in visitOr() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1188 Value *Not = Builder->CreateNot(LogicOp); in matchDeMorgansLaws() local
2366 Value *Not = Builder->CreateNot(B, B->getName()+".not"); in visitOr() local
2370 Value *Not = Builder->CreateNot(A, A->getName()+".not"); in visitOr() local
2384 Value *Not = Builder->CreateNot(NotOp, NotOp->getName()+".not"); in visitOr() local
DInstCombineCompares.cpp3207 Value *Not = Builder->CreateNot(Op0, I.getName() + "tmp"); in visitICmpInst() local
3214 Value *Not = Builder->CreateNot(Op1, I.getName() + "tmp"); in visitICmpInst() local
3221 Value *Not = Builder->CreateNot(Op0, I.getName() + "tmp"); in visitICmpInst() local
3228 Value *Not = Builder->CreateNot(Op1, I.getName() + "tmp"); in visitICmpInst() local
/external/libchrome/sandbox/linux/bpf_dsl/
Dbpf_dsl.cc268 BoolExpr Not(BoolExpr cond) { in Not() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCExpr.h233 Not, ///< Bitwise negation. enumerator
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h1726 inline APInt Not(const APInt& APIVal) { in Not() function
/external/llvm/include/llvm/MC/
DMCExpr.h335 Not, ///< Bitwise negation. enumerator
/external/libmojo/third_party/jinja2/
Dnodes.py781 class Not(UnaryExpr): class
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1957 inline APInt Not(const APInt &APIVal) { return ~APIVal; } in Not() function
/external/llvm/include/llvm/ADT/
DAPInt.h1930 inline APInt Not(const APInt &APIVal) { return ~APIVal; } in Not() function
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2186 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, in lowerShiftLeftParts() local
2224 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, in lowerShiftRightParts() local
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DGPRArith.cpp1699 TEST_F(AssemblerX8632Test, Not) { in TEST_F() argument
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DGPRArith.cpp1691 TEST_F(AssemblerX8664Test, Not) { in TEST_F() argument
/external/python/cpython2/Include/
DPython-ast.h22 typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty; enumerator
/external/python/cpython2/Lib/compiler/
Dast.py997 class Not(Node): class
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1675 SDValue Not = DAG.getNOT(SL, Shr, MVT::i64); in LowerFTRUNC() local

12