Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h237 using ParentType = std::remove_pointer_t<ParentPtr>;
778 void recalculate(ParentType &Func) {
783 void recalculate(ParentType &Func, ArrayRef<UpdateType> Updates) {
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DPFTBuilder.h771 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); }});
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp505 bool BPFAbstractMemberAccess::IsValidAIChain(const MDNode *ParentType, in IsValidAIChain() argument
511 const DIType *PType = stripQualifiers(cast<DIType>(ParentType)); in IsValidAIChain()