Searched refs:ParentType (Results 1 – 4 of 4) sorted by relevance
121 ParentType; typedef133 using ParentType::getTrailingObjectsImpl;179 return ParentType::additionalSizeToAllocImpl( in additionalSizeToAllocImpl()226 ParentType; typedef229 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()
237 using ParentType = std::remove_pointer_t<ParentPtr>;778 void recalculate(ParentType &Func) {783 void recalculate(ParentType &Func, ArrayRef<UpdateType> Updates) {
771 template <typename ParentType, typename A>772 ParentType *getAncestor(A &node) {773 if (auto *seekedParent = node.parent.template getIf<ParentType>())776 [](Program &p) -> ParentType * { return nullptr; },777 [](auto &p) -> ParentType * { return getAncestor<ParentType>(p); }});
505 bool BPFAbstractMemberAccess::IsValidAIChain(const MDNode *ParentType, in IsValidAIChain() argument511 const DIType *PType = stripQualifiers(cast<DIType>(ParentType)); in IsValidAIChain()