Searched refs:ParentType (Results 1 – 5 of 5) sorted by relevance
121 ParentType; typedef 133 using ParentType::getTrailingObjectsImpl;179 return ParentType::additionalSizeToAllocImpl( in additionalSizeToAllocImpl() 226 ParentType; typedef 229 using ParentType::getTrailingObjectsImpl;274 using ParentType::OverloadToken;279 using OverloadToken = typename ParentType::template OverloadToken<T>;316 return ParentType::additionalSizeToAllocImpl(0, Counts...); in additionalSizeToAlloc() 328 return sizeof(BaseTy) + ParentType::additionalSizeToAllocImpl(0, Counts...); in totalSizeToAlloc()
230 using ParentType = std::remove_pointer_t<ParentPtr>;251 using ParentType = std::remove_pointer_t<ParentPtr>;793 void recalculate(ParentType &Func) {798 void recalculate(ParentType &Func, ArrayRef<UpdateType> Updates) {
1127 typedef FloatingPointTest<RawType> ParentType; typedef in testing::gmock_matchers_test::__anon7b5da5310111::FloatingPointNearTest1136 EXPECT_FALSE(m1.Matches(ParentType::close_to_positive_zero_)); in TestNearMatches()1137 EXPECT_FALSE(m1.Matches(ParentType::close_to_negative_zero_)); in TestNearMatches()1145 EXPECT_FALSE(m2.Matches(ParentType::close_to_one_)); in TestNearMatches()1146 EXPECT_FALSE(m2.Matches(-ParentType::close_to_one_)); in TestNearMatches()1150 Matcher<RawType> m3 = matcher_maker(ParentType::infinity_, 0.0); in TestNearMatches()1151 EXPECT_TRUE(m3.Matches(ParentType::infinity_)); in TestNearMatches()1152 EXPECT_FALSE(m3.Matches(ParentType::close_to_infinity_)); in TestNearMatches()1153 EXPECT_FALSE(m3.Matches(-ParentType::infinity_)); in TestNearMatches()1155 Matcher<RawType> m4 = matcher_maker(-ParentType::infinity_, 0.0); in TestNearMatches()[all …]
494 bool BPFAbstractMemberAccess::IsValidAIChain(const MDNode *ParentType, in IsValidAIChain() argument500 const DIType *PType = stripQualifiers(cast<DIType>(ParentType)); in IsValidAIChain()
1421 QualType ParentType = in IsOverloadOrOverrideImpl() local1424 if (ParentType.getTypePtr() != BS.Ty) in IsOverloadOrOverrideImpl()