Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTrailingObjects.h138 ParentType; typedef
150 using ParentType::getTrailingObjectsImpl;
196 return ParentType::additionalSizeToAllocImpl( in additionalSizeToAllocImpl()
243 ParentType; typedef
246 using ParentType::getTrailingObjectsImpl;
291 using ParentType::OverloadToken;
296 using OverloadToken = typename ParentType::template OverloadToken<T>;
333 return ParentType::additionalSizeToAllocImpl(0, Counts...); in additionalSizeToAlloc()
345 return sizeof(BaseTy) + ParentType::additionalSizeToAllocImpl(0, Counts...); in totalSizeToAlloc()
DGenericDomTree.h228 using ParentType = typename std::remove_pointer<ParentPtr>::type;
729 void recalculate(ParentType &Func) {
734 void recalculate(ParentType &Func, ArrayRef<UpdateType> Updates) {
/external/llvm-project/llvm/include/llvm/Support/
DTrailingObjects.h137 ParentType; typedef
149 using ParentType::getTrailingObjectsImpl;
195 return ParentType::additionalSizeToAllocImpl( in additionalSizeToAllocImpl()
242 ParentType; typedef
245 using ParentType::getTrailingObjectsImpl;
290 using ParentType::OverloadToken;
295 using OverloadToken = typename ParentType::template OverloadToken<T>;
332 return ParentType::additionalSizeToAllocImpl(0, Counts...); in additionalSizeToAlloc()
344 return sizeof(BaseTy) + ParentType::additionalSizeToAllocImpl(0, Counts...); in totalSizeToAlloc()
DGenericDomTree.h237 using ParentType = std::remove_pointer_t<ParentPtr>;
776 void recalculate(ParentType &Func) {
781 void recalculate(ParentType &Func, ArrayRef<UpdateType> Updates) {
/external/llvm/include/llvm/Support/
DTrailingObjects.h143 ParentType;
146 using ParentType::getTrailingObjectsImpl;
147 using ParentType::additionalSizeToAllocImpl;
245 ParentType;
248 using ParentType::getTrailingObjectsImpl;
294 using ParentType::OverloadToken;
331 return ParentType::additionalSizeToAllocImpl(0, Counts...);
343 return sizeof(BaseTy) + ParentType::additionalSizeToAllocImpl(0, Counts...);
/external/angle/src/common/third_party/base/anglebase/containers/
Dmru_cache.h234 using ParentType = MRUCacheBase<KeyType, PayloadType, CompareType>;
238 explicit MRUCache(typename ParentType::size_type max_size) : ParentType(max_size) {} in MRUCache()
260 using ParentType = MRUCacheBase<KeyType, PayloadType, HashType, MRUCacheHashMap>;
264 explicit HashingMRUCache(typename ParentType::size_type max_size) : ParentType(max_size) {} in HashingMRUCache()
/external/libchrome/base/containers/
Dmru_cache.h227 using ParentType = MRUCacheBase<KeyType, PayloadType, CompareType>;
231 explicit MRUCache(typename ParentType::size_type max_size) in MRUCache()
232 : ParentType(max_size) {} in MRUCache()
253 using ParentType =
258 explicit HashingMRUCache(typename ParentType::size_type max_size) in HashingMRUCache()
259 : ParentType(max_size) {} in HashingMRUCache()
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc3365 typedef FloatingPointTest<RawType> ParentType; in TEST() typedef in testing::gmock_matchers_test::__anond473036a0111::FloatingPointNearTest
3375 EXPECT_FALSE(m1.Matches(ParentType::close_to_positive_zero_)); in TEST()
3376 EXPECT_FALSE(m1.Matches(ParentType::close_to_negative_zero_)); in TEST()
3384 EXPECT_FALSE(m2.Matches(ParentType::close_to_one_)); in TEST()
3385 EXPECT_FALSE(m2.Matches(-ParentType::close_to_one_)); in TEST()
3389 Matcher<RawType> m3 = matcher_maker(ParentType::infinity_, 0.0); in TEST()
3390 EXPECT_TRUE(m3.Matches(ParentType::infinity_)); in TEST()
3391 EXPECT_FALSE(m3.Matches(ParentType::close_to_infinity_)); in TEST()
3392 EXPECT_FALSE(m3.Matches(-ParentType::infinity_)); in TEST()
3394 Matcher<RawType> m4 = matcher_maker(-ParentType::infinity_, 0.0); in TEST()
[all …]
/external/angle/src/libANGLE/renderer/metal/
Dmtl_common.h303 using ParentType = WrappedObject<T>; in ANGLE_GL_OBJECTS_X()
358 using ParentType::retainAssign; in ANGLE_GL_OBJECTS_X()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp358 bool BPFAbstractMemberAccess::IsValidAIChain(const MDNode *ParentType, in IsValidAIChain() argument
364 const DIType *PType = stripQualifiers(cast<DIType>(ParentType)); in IsValidAIChain()
/external/llvm-project/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp422 bool BPFAbstractMemberAccess::IsValidAIChain(const MDNode *ParentType, in IsValidAIChain() argument
428 const DIType *PType = stripQualifiers(cast<DIType>(ParentType)); in IsValidAIChain()