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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp118 // "Poison" __VA_ARGS__, __VA_OPT__ which can only appear in the expansion of
304 llvm::errs() << "\n Poison Reasons: "
739 void Preprocessor::PoisonSEHIdentifiers(bool Poison) { argument
742 Ident__exception_code->setIsPoisoned(Poison);
743 Ident___exception_code->setIsPoisoned(Poison);
744 Ident_GetExceptionCode->setIsPoisoned(Poison);
745 Ident__exception_info->setIsPoisoned(Poison);
746 Ident___exception_info->setIsPoisoned(Poison);
747 Ident_GetExceptionInfo->setIsPoisoned(Poison);
748 Ident__abnormal_termination->setIsPoisoned(Poison);
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2877 // Poison given range in shadow using larges store size with out leading and
2908 Value *Poison = IRB.getIntN(StoreSizeInBytes * 8, Val);
2910 Poison, IRB.CreateIntToPtr(Ptr, Poison->getType()->getPointerTo()),
3300 // Poison the stack red zones at the entry.
3309 // Poison static allocas near lifetime intrinsics.
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1919 void PoisonSEHIdentifiers(bool Poison = true); // Borland
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp5910 const Instruction *Poison = PoisonStack.pop_back_val();
5912 for (auto *PoisonUser : Poison->users()) {

Completed in 107 milliseconds