Searched defs:Not (Results 1 – 7 of 7) sorted by relevance
/external/easymock/src/org/easymock/internal/matchers/ |
D | Not.java | 22 public class Not implements IArgumentMatcher, Serializable { class 28 public Not(IArgumentMatcher first) { in Not() method in Not
|
/external/webkit/Source/WebCore/css/ |
D | MediaQuery.h | 44 Only, Not, None enumerator
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
D | 11.4.8.js | 202 function Not( n ) { class
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1859 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp"); in visitICmpInst() local 1866 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp"); in visitICmpInst() local 1873 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp"); in visitICmpInst() local 1880 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp"); in visitICmpInst() local
|
D | InstCombineAndOrXor.cpp | 1940 Value *Not = Builder->CreateNot(B, B->getName()+".not"); in visitOr() local 1944 Value *Not = Builder->CreateNot(A, A->getName()+".not"); in visitOr() local 1958 Value *Not = Builder->CreateNot(NotOp, NotOp->getName()+".not"); in visitOr() local
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 255 Not, ///< Bitwise negation. enumerator
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1747 inline APInt Not(const APInt& APIVal) { in Not() function
|