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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTrailingObjects.h138 ParentType; typedef in class: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...);
345 return sizeof(BaseTy) + ParentType::additionalSizeToAllocImpl(0, Counts...);
H A DGenericDomTree.h228 using ParentType = typename std::remove_pointer<ParentPtr>::type;
729 void recalculate(ParentType &Func) {
734 void recalculate(ParentType &Func, ArrayRef<UpdateType> Updates) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp358 bool BPFAbstractMemberAccess::IsValidAIChain(const MDNode *ParentType, argument
364 const DIType *PType = stripQualifiers(cast<DIType>(ParentType));
382 assert(PTy && CTy && "ParentType or ChildType is null or not composite");

Completed in 126 milliseconds