HomeSort by: relevance | last modified time | path
    Searched refs:ParentType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TrailingObjects.h 121 ParentType;
133 using ParentType::getTrailingObjectsImpl;
179 return ParentType::additionalSizeToAllocImpl(
226 ParentType;
229 using ParentType::getTrailingObjectsImpl;
274 using ParentType::OverloadToken;
279 using OverloadToken = typename ParentType::template OverloadToken<T>;
316 return ParentType::additionalSizeToAllocImpl(0, Counts...);
328 return sizeof(BaseTy) + ParentType::additionalSizeToAllocImpl(0, Counts...);
GenericDomTree.h 237 using ParentType = std::remove_pointer_t<ParentPtr>;
778 void recalculate(ParentType &Func) {
783 void recalculate(ParentType &Func, ArrayRef<UpdateType> Updates) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFAbstractMemberAccess.cpp 422 bool BPFAbstractMemberAccess::IsValidAIChain(const MDNode *ParentType,
428 const DIType *PType = stripQualifiers(cast<DIType>(ParentType));
446 assert(PTy && CTy && "ParentType or ChildType is null or not composite");

Completed in 27 milliseconds