HomeSort by relevance Sort by last modified time
    Searched defs:NotNull (Results 1 - 4 of 4) sorted by null

  /external/easymock/src/org/easymock/internal/matchers/
NotNull.java 22 public class NotNull implements IArgumentMatcher, Serializable {
26 public static final NotNull NOT_NULL = new NotNull();
28 private NotNull() {
37 buffer.append("notNull()");
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 532 Value *NotNull = new ICmpInst(*UnwindHandler, ICmpInst::ICMP_NE, BufPtr,
534 "notnull");
535 BranchInst::Create(UnwindBlock, TermBlock, NotNull, UnwindHandler);
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 588 bool NotNull = false;
591 NotNull = true;
595 NotNull = true;
606 if (NotNull) {
634 if (NotNull) {
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 306 // than one type, e.g. Eq(n) and NotNull()).
315 // See the definition of NotNull() for a complete example.
763 // Implements the polymorphic NotNull() matcher, which matches any raw or smart
    [all...]

Completed in 272 milliseconds