/external/llvm/unittests/ADT/ |
D | PostOrderIteratorTest.cpp | 22 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/ |
D | Null.java | 22 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/ |
D | Null.java | 14 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/ |
D | symbols.test | 11 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)
|
D | bigobj.test | 80 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)
|
D | cxx-cli-aux.test | 13 CHECK-NEXT: BaseType: Null (0x0) 14 CHECK-NEXT: ComplexType: Null (0x0) 31 CHECK-NEXT: BaseType: Null (0x0) 32 CHECK-NEXT: ComplexType: Null (0x0)
|
D | coff-file-sections-reading.test | 8 CHECK: BaseType: Null (0x0) 9 CHECK: ComplexType: Null (0x0)
|
/external/clang/lib/AST/ |
D | TemplateBase.cpp | 104 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/ |
D | NullDerefTest.cpp | 8 static volatile int *Null = 0; variable 17 *Null = 1; in TestOneInput()
|
/external/v8/src/ |
D | hydrogen-types.cc | 21 if (type->Is(T::Null())) return HType::Null(); in FromType() 44 if (value->IsNull()) return HType::Null(); in FromValue()
|
/external/harfbuzz_ng/src/ |
D | hb-open-file-private.hh | 78 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()
|
D | hb-open-type-private.hh | 139 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 []()
|
D | hb-ot-layout.cc | 104 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/ |
D | coff-function-type-info.ll | 32 ; CHECK-OBJECT: BaseType: Null 40 ; CHECK-OBJECT: BaseType: Null
|
/external/icu/icu4c/source/data/translit/ |
D | zh_Latn_PINYIN_ru.txt | 13 :: Null (); 18 :: Null ();
|
D | es_FONIPA_zh.txt | 36 ::Null; 45 ::Null; 490 ::Null; 493 ::Null;
|
D | ru_zh.txt | 39 ::Null; 968 :: Null ();
|
D | ru_ja.txt | 16 ::Null;
|
/external/llvm/test/Other/ |
D | lint.ll | 19 ; 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/ |
D | null.cmake | 4 set(DEQP_TARGET_NAME "Null")
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 467 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/ |
D | construct-null.data | 20 - Null
|
/external/llvm/test/CodeGen/AArch64/ |
D | implicit-sret.ll | 4 ; <rdar://19792160> Null pointer assertion in AArch64TargetLowering
|
/external/v8/test/cctest/ |
D | test-hydrogen-types.cc | 132 CHECK(HType::Null().IsHeapObject()); in TEST() 147 CHECK(HType::Null().IsHeapPrimitive()); in TEST()
|
/external/clang/include/clang/Basic/ |
D | Sanitizers.def | 63 SANITIZER("null", Null) 96 Null | ObjectSize | Return | ReturnsNonnullAttribute |
|