Home
last modified time | relevance | path

Searched refs:ParentType (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTrailingObjects.h138 ParentType; typedef in llvm::trailing_objects_internal::TrailingObjectsImpl
150 using ParentType::getTrailingObjectsImpl;
196 return ParentType::additionalSizeToAllocImpl(
243 ParentType;
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()
H A DGenericDomTree.h228 using ParentType = typename std::remove_pointer<ParentPtr>::type;
729 void recalculate(ParentType &Func) { in recalculate()
734 void recalculate(ParentType &Func, ArrayRef<UpdateType> Updates) { in recalculate()
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
H A 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()
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc1126 typedef FloatingPointTest<RawType> ParentType; typedef in testing::gmock_matchers_test::__anon3001::FloatingPointNearTest
1135 EXPECT_FALSE(m1.Matches(ParentType::close_to_positive_zero_)); in TestNearMatches()
1136 EXPECT_FALSE(m1.Matches(ParentType::close_to_negative_zero_)); in TestNearMatches()
1144 EXPECT_FALSE(m2.Matches(ParentType::close_to_one_)); in TestNearMatches()
1145 EXPECT_FALSE(m2.Matches(-ParentType::close_to_one_)); in TestNearMatches()
1149 Matcher<RawType> m3 = matcher_maker(ParentType::infinity_, 0.0); in TestNearMatches()
1150 EXPECT_TRUE(m3.Matches(ParentType::infinity_)); in TestNearMatches()
1151 EXPECT_FALSE(m3.Matches(ParentType::close_to_infinity_)); in TestNearMatches()
1152 EXPECT_FALSE(m3.Matches(-ParentType::infinity_)); in TestNearMatches()
1154 Matcher<RawType> m4 = matcher_maker(-ParentType in TestNearMatches()
[all...]
/third_party/vulkan-loader/tests/
H A Dloader_unknown_ext_tests.cpp184 template <typename FunctionLoader, typename ParentType, typename DispatchableHandleType, typename FunctionStruct>
185 void check_custom_functions(FunctionLoader& loader, ParentType parent, DispatchableHandleType handle, FunctionStruct const&, in check_custom_functions()
215 template <typename FunctionLoader, typename ParentType, typename DispatchableHandleType, typename FunctionStruct>
216 void check_layer_custom_functions(FunctionLoader& loader, ParentType parent, DispatchableHandleType handle, TestLayer& layer, in check_layer_custom_functions()
255 template <typename FunctionLoader, typename ParentType, typename DispatchableHandleType, typename FunctionStruct>
256 void check_layer_custom_functions_no_implementation(FunctionLoader& loader, ParentType parent, DispatchableHandleType handle, in check_layer_custom_functions_no_implementation()
293 template <typename FunctionLoader, typename ParentType, typename DispatchableHandleType, typename FunctionStruct>
294 void check_layer_custom_functions_no_interception(FunctionLoader& loader, ParentType parent, DispatchableHandleType handle, in check_layer_custom_functions_no_interception()
580 template <typename ParentType>
581 ParentType get_parent_typ
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_common.h321 using ParentType = WrappedObject<T>;
378 using ParentType::retainAssign;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp358 bool BPFAbstractMemberAccess::IsValidAIChain(const MDNode *ParentType, in IsValidAIChain() argument
364 const DIType *PType = stripQualifiers(cast<DIType>(ParentType)); in IsValidAIChain()
382 assert(PTy && CTy && "ParentType or ChildType is null or not composite"); in IsValidAIChain()

Completed in 10 milliseconds