Home
last modified time | relevance | path

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

/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/webkit/Source/WebCore/css/
DMediaQuery.h44 Only, Not, None enumerator
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
D11.4.8.js202 function Not( n ) { class
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1859 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
DInstCombineAndOrXor.cpp1940 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/
DMCExpr.h255 Not, ///< Bitwise negation. enumerator
/external/llvm/include/llvm/ADT/
DAPInt.h1747 inline APInt Not(const APInt& APIVal) { in Not() function