Home
last modified time | relevance | path

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

/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DIsNot.java13 public class IsNot<T> extends BaseMatcher<T> { class
16 public IsNot(Matcher<T> matcher) { in IsNot() method in IsNot
/external/llvm-project/llvm/lib/Transforms/Scalar/
DConstraintElimination.cpp193 bool IsNot; member
/external/vixl/src/aarch32/
Dinstructions-aarch32.h781 bool IsNot(uint32_t value) const { return reg_ != value; } in IsNot() function
889 bool IsNot(uint32_t value) const { return reg_ != value; } in IsNot() function
930 bool IsNot(uint32_t value) const { return reg_ != value; } in IsNot() function
1019 bool IsNot(uint32_t value) const { return condition_ != value; } in IsNot() function
1068 bool IsNot(Shift value) const { return shift_ != value.shift_; } in IsNot() function
/external/rust/crates/nom/src/
Derror.rs240 IsNot, enumerator
/external/llvm-project/llvm/utils/TableGen/
DRISCVCompressInstEmitter.cpp492 bool IsNot = false; in getReqFeatures() local
/external/python/cpython2/Include/
DPython-ast.h24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8, enumerator
/external/python/cpython3/Include/
DPython-ast.h30 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8, enumerator