Home
last modified time | relevance | path

Searched defs:Poison (Results 1 – 7 of 7) sorted by relevance

/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/teststructs/
Dproject4.go127 type Poison struct { struct
128 poisonType pb.PoisonType
129 expiration time.Time
130 manufactuer string
131 potency int
134 func (p Poison) PoisonType() pb.PoisonType { return p.poisonType }
135 func (p Poison) Expiration() time.Time { return p.expiration }
136 func (p Poison) Manufactuer() string { return p.manufactuer }
137 func (p Poison) Potency() int { return p.potency }
139 func (p *Poison) SetPoisonType(x pb.PoisonType) { p.poisonType = x }
[all …]
/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp323 int32_t Poison = ((CurVals[3] & 0xff) << 24) | ((CurVals[2] & 0xff) << 16) | in instrumentFuncStart() local
/external/clang/lib/Lex/
DPreprocessor.cpp579 void Preprocessor::PoisonSEHIdentifiers(bool Poison) { in PoisonSEHIdentifiers()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1944 Value *Poison = ConstantInt::get(StoreTy, DoPoison ? Val : 0); in poisonRedZones() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2685 Value *Poison = IRB.getIntN(StoreSizeInBytes * 8, Val); in copyToShadowInline() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp4889 const Instruction *Poison = PoisonStack.pop_back_val(); in isAddRecNeverPoison() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp6063 const Instruction *Poison = PoisonStack.pop_back_val(); in isAddRecNeverPoison() local