Searched defs:NotNull (Results 1 – 5 of 5) sorted by relevance
12 public class NotNull implements ArgumentMatcher<Object>, Serializable { class16 private NotNull() { in NotNull() method in NotNull
22 public class NotNull implements IArgumentMatcher, Serializable { class28 private NotNull() { in NotNull() method in NotNull
551 Value *NotNull = new ICmpInst(*UnwindHandler, ICmpInst::ICMP_NE, BufPtr, in insertExpensiveEHSupport() local
614 bool NotNull = false; in solveBlockValueNonLocal() local
1004 TEST(ByteStringView, NotNull) { in TEST() argument