/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/teststructs/ |
D | project4.go | 65 poisons []*Poison 72 func (p Cartel) Poisons() []*Poison { return p.poisons } 78 func (p *Cartel) SetPoisons(x []*Poison) { p.poisons = x } 127 type Poison struct { struct 134 func (p Poison) PoisonType() pb.PoisonType { return p.poisonType } argument 135 func (p Poison) Expiration() time.Time { return p.expiration } argument 136 func (p Poison) Manufactuer() string { return p.manufactuer } argument 137 func (p Poison) Potency() int { return p.potency } argument 139 func (p *Poison) SetPoisonType(x pb.PoisonType) { p.poisonType = x } argument 140 func (p *Poison) SetExpiration(x time.Time) { p.expiration = x } argument [all …]
|
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 579 void Preprocessor::PoisonSEHIdentifiers(bool Poison) { in PoisonSEHIdentifiers() argument 582 Ident__exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 583 Ident___exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 584 Ident_GetExceptionCode->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 585 Ident__exception_info->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 586 Ident___exception_info->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 587 Ident_GetExceptionInfo->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 588 Ident__abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 589 Ident___abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 590 Ident_AbnormalTermination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/ |
D | lifetime.ll | 17 ; Poison memory in prologue: F1F1F1F104F3F3F3 47 ; Poison memory in prologue: F1F1F1F1F8F3F3F3 108 ; Poison memory in prologue: F1F1F1F1F8F3F3F3
|
D | lifetime-throw.ll | 23 ; Poison memory in prologue: F1F1F1F1F8F3F3F3 77 ; Poison memory in prologue: F1F1F1F1F8F304F2
|
D | stack-poisoning.ll | 19 ; Poison red zones.
|
/external/conscrypt/openjdk/src/test/resources/ |
D | README | 8 - cert-ct-poisoned.pem: Same certificate as cert.pem, but with an extra CT Poison extension
|
/external/swiftshader/third_party/subzero/src/ |
D | IceASanInstrumentation.cpp | 323 int32_t Poison = ((CurVals[3] & 0xff) << 24) | ((CurVals[2] & 0xff) << 16) | in instrumentFuncStart() local 325 if (Poison == 0) in instrumentFuncStart() 327 auto *PoisonConst = ConstantInteger32::create(Ctx, IceType_i32, Poison); in instrumentFuncStart()
|
/external/compiler-rt/lib/asan/ |
D | asan_flags.inc | 91 "Poison (or not) the heap memory on [de]allocation. Zero value is useful " 98 "Poison (or not) the array cookie after operator new[].")
|
/external/libxml2/ |
D | Android.bp | 82 // Poison various things that should not be defined.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | shuffle_select.ll | 39 ; Poison flags must be dropped or undef must be replaced with safe constant. 439 ; Poison flags must be dropped or undef must be replaced with safe constant. 487 ; Poison flags must be dropped or undef must be replaced with safe constant. 855 ; Poison flags must be dropped or undef must be replaced with safe constant. 908 ; Poison flags must be dropped or undef must be replaced with safe constant.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 2685 Value *Poison = IRB.getIntN(StoreSizeInBytes * 8, Val); in copyToShadowInline() local 2687 Poison, IRB.CreateIntToPtr(Ptr, Poison->getType()->getPointerTo()), 1); in copyToShadowInline()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1571 void PoisonSEHIdentifiers(bool Poison = true); // Borland
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1944 Value *Poison = ConstantInt::get(StoreTy, DoPoison ? Val : 0); in poisonRedZones() local 1945 IRB.CreateStore(Poison, IRB.CreateIntToPtr(Ptr, StoreTy->getPointerTo())); in poisonRedZones()
|
/external/scapy/doc/scapy/ |
D | usage.rst | 500 arpcachepoison : Poison target's cache with (your MAC,victim's IP) couple
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 4889 const Instruction *Poison = PoisonStack.pop_back_val(); in isAddRecNeverPoison() local 4891 for (auto *PoisonUser : Poison->users()) { in isAddRecNeverPoison()
|
/external/llvm/docs/ |
D | LangRef.rst | 2918 Poison Values 2921 Poison values are similar to :ref:`undef values <undefvalues>`, however 2930 Poison value behavior is defined in terms of value *dependence*: 2961 Poison values have the same behavior as :ref:`undef values <undefvalues>`, 2975 store i32 %poison, i32* @g ; Poison value stored to memory. 2976 %poison2 = load i32, i32* @g ; Poison value loaded back from memory.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 6063 const Instruction *Poison = PoisonStack.pop_back_val(); in isAddRecNeverPoison() local 6065 for (auto *PoisonUser : Poison->users()) { in isAddRecNeverPoison()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | LangRef.rst | 3149 Poison Values 3152 Poison values are similar to :ref:`undef values <undefvalues>`, however 3161 Poison value behavior is defined in terms of value *dependence*: 3192 Poison values have the same behavior as :ref:`undef values <undefvalues>`, 3206 store i32 %poison, i32* @g ; Poison value stored to memory. 3207 %poison2 = load i32, i32* @g ; Poison value loaded back from memory.
|
/external/scapy/doc/notebooks/ |
D | HTTP_2_Tuto.ipynb | 2531 …r connaitre la liste des commandes <b>scapy</b> >>> lsc() arpcachepoison : Poison <br>\n",
|