Lines Matching full:poison
112 // "Poison" __VA_ARGS__, which can only appear in the expansion of a macro.
280 llvm::errs() << "\n Poison Reasons: "
576 void Preprocessor::PoisonSEHIdentifiers(bool Poison) {
579 Ident__exception_code->setIsPoisoned(Poison);
580 Ident___exception_code->setIsPoisoned(Poison);
581 Ident_GetExceptionCode->setIsPoisoned(Poison);
582 Ident__exception_info->setIsPoisoned(Poison);
583 Ident___exception_info->setIsPoisoned(Poison);
584 Ident_GetExceptionInfo->setIsPoisoned(Poison);
585 Ident__abnormal_termination->setIsPoisoned(Poison);
586 Ident___abnormal_termination->setIsPoisoned(Poison);
587 Ident_AbnormalTermination->setIsPoisoned(Poison);