HomeSort by relevance Sort by last modified time
    Searched full:not_null (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/llvm/test/CodeGen/X86/
implicit-null-check-negative.ll 11 ; It isn't legal to move the load from %x from "not_null" to here --
13 br i1 %c, label %is_null, label %not_null, !make.implicit !0
18 not_null:
27 br i1 %c, label %is_null, label %not_null, !make.implicit !0
32 not_null:
44 br i1 %c, label %is_null, label %not_null
49 not_null:
58 br i1 %c, label %is_null, label %not_null, !make.implicit !0
63 not_null:
84 br i1 %c, label %is_null, label %not_null, !make.implicit !
    [all...]
implicit-null-check.ll 24 br i1 %c, label %is_null, label %not_null, !make.implicit !0
29 not_null:
45 br i1 %c, label %is_null, label %not_null, !make.implicit !0
50 not_null:
68 br i1 %c, label %is_null, label %not_null, !make.implicit !0
73 not_null:
92 br i1 %c, label %is_null, label %not_null, !make.implicit !0
97 not_null:
120 br i1 %c, label %is_null, label %not_null, !make.implicit !0
125 not_null
    [all...]
  /external/llvm/test/Transforms/JumpThreading/
thread-cmp.ll 12 br i1 %cmp, label %is_null, label %not_null
16 not_null:
39 br i1 %cmp, label %is_null, label %not_null
42 not_null:
60 br i1 %cmp, label %is_null, label %not_null
63 not_null:
  /external/llvm/test/Transforms/InstCombine/
call_nonnull_arg.ll 11 br i1 %cond1, label %dead, label %not_null
12 not_null:
  /frameworks/base/core/java/android/util/
BackupUtils.java 30 public static final int NOT_NULL = 1;
43 return (in.readByte() == NOT_NULL) ? in.readUTF() : null;
48 out.writeByte(NOT_NULL);
  /external/mockito/src/org/mockito/internal/matchers/
NotNull.java 17 public static final NotNull NOT_NULL = new NotNull();
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
types.py 37 'nnull': 'NOT_NULL',
layer1.py 647 available: `EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL |
    [all...]
  /external/easymock/src/org/easymock/internal/matchers/
NotNull.java 26 public static final NotNull NOT_NULL = new NotNull();
  /cts/tools/dasm/src/java_cup/
terminal_set.java 31 not_null(other);
57 protected void not_null(Object obj) throws internal_error method in class:terminal_set
79 not_null(sym);
101 not_null(other);
121 not_null(other);
136 not_null(sym);
156 not_null(sym);
169 not_null(other);
189 not_null(other);
symbol_set.java 28 not_null(other);
54 protected void not_null(Object obj) throws internal_error method in class:symbol_set
74 not_null(other);
92 not_null(other);
106 not_null(sym);
122 not_null(sym);
136 not_null(other);
152 not_null(other);
lalr_item_set.java 38 not_null(other);
88 not_null(other);
106 not_null(other);
121 not_null(itm);
150 not_null(itm);
167 not_null(other);
181 not_null(other);
215 protected void not_null(Object obj) throws internal_error method in class:lalr_item_set
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
condition.py 40 as NULL or NOT_NULL.
138 class NOT_NULL(ConditionNoArgs):
  /external/v8/src/
fast-accessor-assembler.cc 132 CodeStubAssembler::Label not_null(assembler_.get());
135 &is_null, &not_null);
138 assembler_->Bind(&not_null);
  /external/llvm/docs/
FaultMaps.rst 67 br i1 %ptr_is_null, label %is_null, label %not_null, !make.implicit !0
69 not_null:
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
typeannotation.py 37 not_null: The '!' annotation
66 self.not_null = False
130 prefix = '' + ('?' if self.or_null else '') + ('!' if self.not_null else '')
207 if ((modifiers and self.not_null) or self.record_type
327 current.not_null = True
  /external/llvm/test/Transforms/LICM/
hoist-deref-load.ll 184 %not_null = icmp ne i32* %c, null
185 br i1 %not_null, label %not.null, label %for.end
228 %not_null = icmp ne i32* %c, null
254 ret i1 %not_null
321 %not_null = icmp ne i32* %c, null
322 br i1 %not_null, label %not.null, label %for.end
  /external/protobuf/src/google/protobuf/
generated_message_reflection_unittest.cc 500 &to_message, TestUtil::ReflectionTester::NOT_NULL);
506 &to_message, TestUtil::ReflectionTester::NOT_NULL);
533 &to_message, TestUtil::ReflectionTester::NOT_NULL);
539 &to_message, TestUtil::ReflectionTester::NOT_NULL);
681 &message, TestUtil::ReflectionTester::NOT_NULL);
707 &message, TestUtil::ReflectionTester::NOT_NULL);
test_util.h 167 NOT_NULL,
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Predicates.java 82 return ObjectPredicate.NOT_NULL.withNarrowedType();
241 NOT_NULL {
  /external/guava/guava/src/com/google/common/base/
Predicates.java 85 return ObjectPredicate.NOT_NULL.withNarrowedType();
304 NOT_NULL {
  /external/mockito/src/org/mockito/
Matchers.java 668 return reportMatcher(NotNull.NOT_NULL).returnNull();
683 return (T) reportMatcher(NotNull.NOT_NULL).returnNull();
  /cts/tools/dasm/etc/
java_cup.jar 
java_cup.jar.old 
java_cup-new.jar 

Completed in 1311 milliseconds

1 2 3