Home | History | Annotate | Download | only in Lex

Lines Matching refs:Poison

108   // "Poison" __VA_ARGS__, which can only appear in the expansion of a macro.
257 llvm::errs() << "\n Poison Reasons: "
539 void Preprocessor::PoisonSEHIdentifiers(bool Poison) {
542 Ident__exception_code->setIsPoisoned(Poison);
543 Ident___exception_code->setIsPoisoned(Poison);
544 Ident_GetExceptionCode->setIsPoisoned(Poison);
545 Ident__exception_info->setIsPoisoned(Poison);
546 Ident___exception_info->setIsPoisoned(Poison);
547 Ident_GetExceptionInfo->setIsPoisoned(Poison);
548 Ident__abnormal_termination->setIsPoisoned(Poison);
549 Ident___abnormal_termination->setIsPoisoned(Poison);
550 Ident_AbnormalTermination->setIsPoisoned(Poison);