Lines Matching defs:PH
4790 DistinctMDOperandPlaceholder PH(7);
4791 EXPECT_DEATH(MetadataAsValue::get(Context, &PH),
4797 DistinctMDOperandPlaceholder PH(7);
4798 EXPECT_DEATH(MDTuple::get(Context, &PH), "Unexpected callback to owner");
4803 DistinctMDOperandPlaceholder PH(7);
4804 MDTuple::getDistinct(Context, &PH);
4805 EXPECT_DEATH(MDTuple::getDistinct(Context, &PH),
4817 DistinctMDOperandPlaceholder PH(7);
4818 MDTuple::getDistinct(Context, &PH);
4819 EXPECT_DEATH(TrackingMDRef Ref(&PH), "Placeholders can only be used once");
4822 DistinctMDOperandPlaceholder PH(7);
4823 TrackingMDRef Ref(&PH);
4824 EXPECT_DEATH(MDTuple::getDistinct(Context, &PH),