Home
last modified time | relevance | path

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

/freebsd/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;
280 using ParentType::OverloadToken;
285 using OverloadToken = typename ParentType::template OverloadToken<T>;
388 return ParentType::additionalSizeToAllocImpl(0, Counts...); in additionalSizeToAlloc()
400 return sizeof(BaseTy) + ParentType::additionalSizeToAllocImpl(0, Counts...); in totalSizeToAlloc()
H A DGenericDomTree.h226 using ParentType = std::remove_pointer_t<ParentPtr>;
247 using ParentType = std::remove_pointer_t<ParentPtr>;
859 void recalculate(ParentType &Func) {
865 void recalculate(ParentType &Func, ArrayRef<UpdateType> Updates) {
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc1310 typedef FloatingPointTest<RawType> ParentType; typedef in testing::gmock_matchers_test::__anon7b5da5310111::FloatingPointNearTest
1319 EXPECT_FALSE(m1.Matches(ParentType::close_to_positive_zero_)); in TestNearMatches()
1320 EXPECT_FALSE(m1.Matches(ParentType::close_to_negative_zero_)); in TestNearMatches()
1328 EXPECT_FALSE(m2.Matches(ParentType::close_to_one_)); in TestNearMatches()
1329 EXPECT_FALSE(m2.Matches(-ParentType::close_to_one_)); in TestNearMatches()
1333 Matcher<RawType> m3 = matcher_maker(ParentType::infinity_, 0.0); in TestNearMatches()
1334 EXPECT_TRUE(m3.Matches(ParentType::infinity_)); in TestNearMatches()
1335 EXPECT_FALSE(m3.Matches(ParentType::close_to_infinity_)); in TestNearMatches()
1336 EXPECT_FALSE(m3.Matches(-ParentType::infinity_)); in TestNearMatches()
1338 Matcher<RawType> m4 = matcher_maker(-ParentType::infinity_, 0.0); in TestNearMatches()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp485 bool BPFAbstractMemberAccess::IsValidAIChain(const MDNode *ParentType, in IsValidAIChain() argument
491 const DIType *PType = stripQualifiers(cast<DIType>(ParentType)); in IsValidAIChain()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1474 QualType ParentType = in IsOverloadOrOverrideImpl() local
1477 if (ParentType.getTypePtr() != BS.Ty) in IsOverloadOrOverrideImpl()