Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlhacktips.pod2043 =head2 Poison global() section in MISCELLANEOUS TRICKS
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp747 void Preprocessor::PoisonSEHIdentifiers(bool Poison) { in PoisonSEHIdentifiers()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1269 Constant *Poison = PoisonValue::get(EltTy); in SimplifyDemandedVectorElts() local
H A DInstCombinePHI.cpp1272 Value *Poison = PoisonValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h277 Value *Poison = PoisonValue::get(OldValue->getType()); in setKillLocation() local
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1228 Value *Poison = PoisonValue::get(LPI->getType()); in runEHOnFunction() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp610 auto *Poison = PoisonValue::get(I.getType()); in deleteDeadLoop() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp1260 Value *Poison = PoisonValue::get(VectorType::get(V->getType(), EC)); in CreateVectorSplat() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2914 Value *Poison = IRB.getIntN(StoreSizeInBytes * 8, Val); in copyToShadowInline() local
/openbsd-src/gnu/usr.bin/perl/
H A Dhandy.h2895 #define Poison(d,n,t) PoisonF global() macro
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h15039 # define Poison(d,n,t) PoisonFree(d,n,t) macro
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9655 Value *Poison = PoisonValue::get( in execute() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp7335 const Instruction *Poison = PoisonStack.pop_back_val(); in isAddRecNeverPoison() local