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

/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A Dilist_node.h255 /// \c ParentTy to have \a getSublistAccess() to get a reference to the list.
256 template <typename NodeTy, typename ParentTy, class... Options>
267 const ParentTy *getNodeParent() const {
279 getNodeParent()->*(ParentTy::getSublistAccess((NodeTy *)nullptr));
293 getNodeParent()->*(ParentTy::getSublistAccess((NodeTy *)nullptr));
/openbsd-current/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp155 void CheckAnonRecordType(DIDerivedType *ParentTy, DIType *Ty);
156 void CheckCompositeType(DIDerivedType *ParentTy, DICompositeType *CTy);
157 void CheckDerivedType(DIDerivedType *ParentTy, DIDerivedType *DTy);
259 void BPFAbstractMemberAccess::CheckCompositeType(DIDerivedType *ParentTy, argument
261 if (!CTy->getName().empty() || !ParentTy ||
262 ParentTy->getTag() != dwarf::DW_TAG_typedef)
266 AnonRecords[CTy] = ParentTy;
274 if (CurrTy == ParentTy)
279 void BPFAbstractMemberAccess::CheckDerivedType(DIDerivedType *ParentTy, argument
291 CheckAnonRecordType(ParentTy, BaseTyp
294 CheckAnonRecordType(DIDerivedType *ParentTy, DIType *Ty) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp171 ParentTy; typedef in class:__anon1080::RegionBindingsRef
180 RegionBindingsRef(const ParentTy &P,
187 return RegionBindingsRef(static_cast<const ParentTy *>(this)->add(K, D),
192 return RegionBindingsRef(static_cast<const ParentTy *>(this)->remove(K),
399 RegionBindingsRef::ParentTy(RBFactory.getEmptyMap(), RBFactory),

Completed in 192 milliseconds