Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:CT

3903     if (auto *CT = DICompositeType::buildODRType(
3908 Result = CT;
5797 LandingPadInst::ClauseType CT;
5799 CT = LandingPadInst::Catch;
5801 CT = LandingPadInst::Filter;
5812 if (CT == LandingPadInst::Catch) {