Searched refs:Poison (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp989 // Poison the partial redzone at right
994 uint32_t Poison = 0; local
996 PoisonShadowPartialRightRedzone((uint8_t*)&Poison, AddressableBytes,
1001 Value *PartialPoison = ConstantInt::get(RZTy, Poison);
1005 // Poison the full redzone at right.
1008 Value *Poison = i == AllocaVec.size() - 1 ? PoisonRight : PoisonMid; local
1009 IRB.CreateStore(Poison, IRB.CreateIntToPtr(Ptr, RZPtrTy));
1131 // Poison the stack redzones at the entry.
/macosx-10.9.5/CPANInternal-140/PathTools/
H A Dppport.h651 Poison|5.008000||p
3214 #ifndef Poison
3215 # define Poison(d,n,t) (void)memset((char*)(d), 0xAB, (n) * sizeof(t)) macro
/macosx-10.9.5/CPANInternal-140/Unix-Getrusage/
H A Dppport.h628 Poison|5.008000||p
3151 #ifndef Poison
3152 # define Poison(d,n,t) (void)memset((char*)(d), 0xAB, (n) * sizeof(t)) macro
/macosx-10.9.5/CPANInternal-140/Unix-Getrusage-0.03/
H A Dppport.h628 Poison|5.008000||p
3151 #ifndef Poison
3152 # define Poison(d,n,t) (void)memset((char*)(d), 0xAB, (n) * sizeof(t)) macro
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A Dppport.h637 Poison|5.008000||p
3274 #ifndef Poison
3275 # define Poison(d,n,t) (void)memset((char*)(d), 0xAB, (n) * sizeof(t)) macro
/macosx-10.9.5/CPANInternal-140/Params-Validate/
H A Dppport.h710 Poison|5.008000||p
3568 #ifndef Poison
3569 # define Poison(d,n,t) PoisonFree(d,n,t) macro
/macosx-10.9.5/CPANInternal-140/Sub-Identify/
H A Dppport.h712 Poison|5.008000||p
3575 #ifndef Poison
3576 # define Poison(d,n,t) PoisonFree(d,n,t) macro
/macosx-10.9.5/CPANInternal-140/Sub-Identify-0.04/
H A Dppport.h712 Poison|5.008000||p
3575 #ifndef Poison
3576 # define Poison(d,n,t) PoisonFree(d,n,t) macro
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dppport.h710 Poison|5.008000||p
3568 #ifndef Poison
3569 # define Poison(d,n,t) PoisonFree(d,n,t) macro
/macosx-10.9.5/CPANInternal-140/DateTime/c/
H A Dppport.h755 Poison|5.008000||p
3693 #ifndef Poison
3694 # define Poison(d,n,t) PoisonFree(d,n,t) macro
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/xs/
H A Dppport.h770 Poison|5.008000||p
3868 #ifndef Poison
3869 # define Poison(d,n,t) PoisonFree(d,n,t) macro
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/xs/
H A Dppport.h770 Poison|5.008000||p
3868 #ifndef Poison
3869 # define Poison(d,n,t) PoisonFree(d,n,t) macro

Completed in 215 milliseconds