Searched defs:Poison (Results 1 – 7 of 7) sorted by relevance
127 type Poison struct { struct128 poisonType pb.PoisonType129 expiration time.Time130 manufactuer string131 potency int134 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 …]
323 int32_t Poison = ((CurVals[3] & 0xff) << 24) | ((CurVals[2] & 0xff) << 16) | in instrumentFuncStart() local
579 void Preprocessor::PoisonSEHIdentifiers(bool Poison) { in PoisonSEHIdentifiers()
1944 Value *Poison = ConstantInt::get(StoreTy, DoPoison ? Val : 0); in poisonRedZones() local
2685 Value *Poison = IRB.getIntN(StoreSizeInBytes * 8, Val); in copyToShadowInline() local
4889 const Instruction *Poison = PoisonStack.pop_back_val(); in isAddRecNeverPoison() local
6063 const Instruction *Poison = PoisonStack.pop_back_val(); in isAddRecNeverPoison() local