Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp422 bool BPFAbstractMemberAccess::IsValidAIChain(const MDNode *ParentType, in IsValidAIChain() argument
428 const DIType *PType = stripQualifiers(cast<DIType>(ParentType)); in IsValidAIChain()