Home
last modified time | relevance | path

Searched refs:Poison (Results 1 – 19 of 19) sorted by relevance

/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/teststructs/
Dproject4.go65 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/
DPreprocessor.cpp579 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/
Dlifetime.ll17 ; Poison memory in prologue: F1F1F1F104F3F3F3
47 ; Poison memory in prologue: F1F1F1F1F8F3F3F3
108 ; Poison memory in prologue: F1F1F1F1F8F3F3F3
Dlifetime-throw.ll23 ; Poison memory in prologue: F1F1F1F1F8F3F3F3
77 ; Poison memory in prologue: F1F1F1F1F8F304F2
Dstack-poisoning.ll19 ; Poison red zones.
/external/conscrypt/openjdk/src/test/resources/
DREADME8 - cert-ct-poisoned.pem: Same certificate as cert.pem, but with an extra CT Poison extension
/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp323 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/
Dasan_flags.inc91 "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/
DAndroid.bp82 // Poison various things that should not be defined.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dshuffle_select.ll39 ; 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/
DAddressSanitizer.cpp2685 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/
DPreprocessor.h1571 void PoisonSEHIdentifiers(bool Poison = true); // Borland
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1944 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/
Dusage.rst500 arpcachepoison : Poison target's cache with (your MAC,victim's IP) couple
/external/llvm/lib/Analysis/
DScalarEvolution.cpp4889 const Instruction *Poison = PoisonStack.pop_back_val(); in isAddRecNeverPoison() local
4891 for (auto *PoisonUser : Poison->users()) { in isAddRecNeverPoison()
/external/llvm/docs/
DLangRef.rst2918 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/
DScalarEvolution.cpp6063 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/
DLangRef.rst3149 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/
DHTTP_2_Tuto.ipynb2531 …r connaitre la liste des commandes <b>scapy</b> &gt;&gt;&gt; lsc() arpcachepoison : Poison <br>\n",