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;
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.h230 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) {
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc1127 typedef FloatingPointTest<RawType> ParentType; typedef in testing::gmock_matchers_test::__anon7b5da5310111::FloatingPointNearTest
1136 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp494 bool BPFAbstractMemberAccess::IsValidAIChain(const MDNode *ParentType, in IsValidAIChain() argument
500 const DIType *PType = stripQualifiers(cast<DIType>(ParentType)); in IsValidAIChain()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1421 QualType ParentType = in IsOverloadOrOverrideImpl() local
1424 if (ParentType.getTypePtr() != BS.Ty) in IsOverloadOrOverrideImpl()