Searched refs:ParentType (Results 1 – 5 of 5) sorted by relevance
121 ParentType; typedef133 using ParentType::getTrailingObjectsImpl;179 return ParentType::additionalSizeToAllocImpl( in additionalSizeToAllocImpl()226 ParentType; typedef229 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()
232 using ParentType = std::remove_pointer_t<ParentPtr>;253 using ParentType = std::remove_pointer_t<ParentPtr>;795 void recalculate(ParentType &Func) {800 void recalculate(ParentType &Func, ArrayRef<UpdateType> Updates) {
1127 typedef FloatingPointTest<RawType> ParentType; typedef in testing::gmock_matchers_test::__anonb21861670111::FloatingPointNearTest1161 Matcher<RawType> m5 = matcher_maker(ParentType::max_, ParentType::max_); in TestNearMatches()1162 EXPECT_TRUE(m5.Matches(ParentType::max_)); in TestNearMatches()1165 Matcher<RawType> m6 = matcher_maker(-ParentType::max_, ParentType::max_); in TestNearMatches()1166 EXPECT_FALSE(m6.Matches(ParentType::max_)); in TestNearMatches()1167 EXPECT_TRUE(m6.Matches(-ParentType::max_)); in TestNearMatches()1170 EXPECT_TRUE(m7.Matches(ParentType::max_)); in TestNearMatches()1174 EXPECT_FALSE(m8.Matches(ParentType::max_)); in TestNearMatches()1175 EXPECT_TRUE(m8.Matches(-ParentType::max_)); in TestNearMatches()1180 matcher_maker(ParentType::max_, ParentType::infinity_); in TestNearMatches()[all …]
493 bool BPFAbstractMemberAccess::IsValidAIChain(const MDNode *ParentType, in IsValidAIChain() argument499 const DIType *PType = stripQualifiers(cast<DIType>(ParentType)); in IsValidAIChain()
1372 QualType ParentType = in IsOverloadOrOverrideImpl() local1375 if (ParentType.getTypePtr() != BS.Ty) in IsOverloadOrOverrideImpl()