HomeSort by relevance Sort by last modified time
    Searched defs:Poison (Results 1 - 4 of 4) sorted by null

  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/teststructs/
project4.go 51 func equalPoison(x, y Poison) bool {
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 {
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/
IceASanInstrumentation.cpp 308 // Poison redzones
323 int32_t Poison = ((CurVals[3] & 0xff) << 24) | ((CurVals[2] & 0xff) << 16) |
325 if (Poison == 0)
327 auto *PoisonConst = ConstantInteger32::create(Ctx, IceType_i32, Poison);
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 712 // Deploy and poison redzones around dynamic alloca call. To do this, we
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 111 milliseconds