Home
last modified time | relevance | path

Searched refs:Null (Results 1 – 25 of 134) sorted by relevance

123456

/external/llvm/unittests/ADT/
DPostOrderIteratorTest.cpp22 void *Null = nullptr; in TEST() local
24 PIS.insertEdge(Null, Null); in TEST()
27 PIS.insertEdge(Null, Null); in TEST()
/external/easymock/src/org/easymock/internal/matchers/
DNull.java22 public class Null implements IArgumentMatcher, Serializable { class
26 public static final Null NULL = new Null();
28 private Null() { in Null() method in Null
/external/mockito/src/org/mockito/internal/matchers/
DNull.java14 public class Null extends ArgumentMatcher<Object> implements Serializable { class
17 public static final Null NULL = new Null();
19 private Null() { in Null() method in Null
/external/llvm/test/tools/llvm-readobj/
Dsymbols.test11 COFF-NEXT: BaseType: Null (0x0)
12 COFF-NEXT: ComplexType: Null (0x0)
20 COFF-NEXT: BaseType: Null (0x0)
21 COFF-NEXT: ComplexType: Null (0x0)
29 COFF-NEXT: BaseType: Null (0x0)
30 COFF-NEXT: ComplexType: Null (0x0)
Dbigobj.test80 CHECK-NEXT: BaseType: Null (0x0)
81 CHECK-NEXT: ComplexType: Null (0x0)
92 CHECK-NEXT: BaseType: Null (0x0)
93 CHECK-NEXT: ComplexType: Null (0x0)
109 CHECK-NEXT: BaseType: Null (0x0)
110 CHECK-NEXT: ComplexType: Null (0x0)
126 CHECK-NEXT: BaseType: Null (0x0)
127 CHECK-NEXT: ComplexType: Null (0x0)
Dcxx-cli-aux.test13 CHECK-NEXT: BaseType: Null (0x0)
14 CHECK-NEXT: ComplexType: Null (0x0)
31 CHECK-NEXT: BaseType: Null (0x0)
32 CHECK-NEXT: ComplexType: Null (0x0)
Dcoff-file-sections-reading.test8 CHECK: BaseType: Null (0x0)
9 CHECK: ComplexType: Null (0x0)
/external/clang/lib/AST/
DTemplateBase.cpp104 case Null: in isDependent()
145 case Null: in isInstantiationDependent()
184 case Null: in isPackExpansion()
207 case Null: in containsUnexpandedParameterPack()
252 case Null: in Profile()
305 case Null: in structurallyEquals()
347 case Null: in getPackExpansionPattern()
359 case Null: in print()
461 case TemplateArgument::Null: in getSourceRange()
471 case TemplateArgument::Null: in operator <<()
/external/llvm/lib/Fuzzer/test/
DNullDerefTest.cpp8 static volatile int *Null = 0; variable
17 *Null = 1; in TestOneInput()
/external/v8/src/
Dhydrogen-types.cc21 if (type->Is(T::Null())) return HType::Null(); in FromType()
44 if (value->IsNull()) return HType::Null(); in FromValue()
/external/harfbuzz_ng/src/
Dhb-open-file-private.hh78 if (unlikely (i >= numTables)) return Null(TableRecord); in get_table()
168 default:return Null(OpenTypeFontFace); in get_face()
232 default: return Null(OpenTypeFontFace); in get_face()
Dhb-open-type-private.hh139 static inline const Type& Null (void) { in Null() function
148 /*static*/ inline const Type& Null<Type> (void) { \
154 #define Null(Type) Null<Type>() macro
356 return unlikely (!base) ? &Null(Type) : CastP<Type> (base); in lock_instance()
746 if (unlikely (!offset)) return Null(Type); in operator ()()
809 if (unlikely (i >= len)) return Null(Type); in operator []()
909 if (unlikely (i >= this->len)) return Null(Type); in operator []()
931 if (unlikely (i >= len || !i)) return Null(Type); in operator []()
Dhb-ot-layout.cc104 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GDEF); in _get_gdef()
110 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GSUB); in _get_gsub()
116 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GPOS); in _get_gpos()
179 default: return OT::Null(OT::GSUBGPOS); in get_gsubgpos_table()
676 return &_get_gsub (face) != &OT::Null(OT::GSUB); in hb_ot_layout_has_substitution()
736 return &_get_gpos (face) != &OT::Null(OT::GPOS); in hb_ot_layout_has_positioning()
/external/llvm/test/MC/ARM/
Dcoff-function-type-info.ll32 ; CHECK-OBJECT: BaseType: Null
40 ; CHECK-OBJECT: BaseType: Null
/external/icu/icu4c/source/data/translit/
Dzh_Latn_PINYIN_ru.txt13 :: Null ();
18 :: Null ();
Des_FONIPA_zh.txt36 ::Null;
45 ::Null;
490 ::Null;
493 ::Null;
Dru_zh.txt39 ::Null;
968 :: Null ();
Dru_ja.txt16 ::Null;
/external/llvm/test/Other/
Dlint.ll19 ; CHECK: Null pointer dereference
21 ; CHECK: Null pointer dereference
67 ; CHECK: Undefined behavior: Null pointer dereference
69 ; CHECK: Undefined behavior: Null pointer dereference
/external/deqp/targets/null/
Dnull.cmake4 set(DEQP_TARGET_NAME "Null")
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp467 Value *Null = in tryToPeepholeInstruction() local
470 new StoreInst(Null, CI->getArgOperand(0), CI); in tryToPeepholeInstruction()
473 << " New = " << *Null << "\n"); in tryToPeepholeInstruction()
475 CI->replaceAllUsesWith(Null); in tryToPeepholeInstruction()
/external/llvm/test/YAMLParser/
Dconstruct-null.data20 - Null
/external/llvm/test/CodeGen/AArch64/
Dimplicit-sret.ll4 ; <rdar://19792160> Null pointer assertion in AArch64TargetLowering
/external/v8/test/cctest/
Dtest-hydrogen-types.cc132 CHECK(HType::Null().IsHeapObject()); in TEST()
147 CHECK(HType::Null().IsHeapPrimitive()); in TEST()
/external/clang/include/clang/Basic/
DSanitizers.def63 SANITIZER("null", Null)
96 Null | ObjectSize | Return | ReturnsNonnullAttribute |

123456