Home
last modified time | relevance | path

Searched refs:ParentType (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DTrailingObjects.h121 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()
H A DGenericDomTree.h232 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) {
/freebsd-14.2/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc1127 typedef FloatingPointTest<RawType> ParentType; typedef in testing::gmock_matchers_test::__anonb21861670111::FloatingPointNearTest
1161 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 …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp493 bool BPFAbstractMemberAccess::IsValidAIChain(const MDNode *ParentType, in IsValidAIChain() argument
499 const DIType *PType = stripQualifiers(cast<DIType>(ParentType)); in IsValidAIChain()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1372 QualType ParentType = in IsOverloadOrOverrideImpl() local
1375 if (ParentType.getTypePtr() != BS.Ty) in IsOverloadOrOverrideImpl()