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

/external/llvm/include/llvm/ADT/
H A Dilist_node.h74 /// \c ParentTy to have \a getSublistAccess() to get a reference to the list.
75 template <typename NodeTy, typename ParentTy>
86 const ParentTy *getNodeParent() const {
98 getNodeParent()->*(ParentTy::getSublistAccess((NodeTy *)nullptr));
111 getNodeParent()->*(ParentTy::getSublistAccess((NodeTy *)nullptr));
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist_node.h241 /// \c ParentTy to have \a getSublistAccess() to get a reference to the list.
242 template <typename NodeTy, typename ParentTy, class... Options>
253 const ParentTy *getNodeParent() const {
265 getNodeParent()->*(ParentTy::getSublistAccess((NodeTy *)nullptr));
278 getNodeParent()->*(ParentTy::getSublistAccess((NodeTy *)nullptr));
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp158 ParentTy; typedef in class:__anon2080::RegionBindingsRef
166 RegionBindingsRef(const ParentTy &P, ClusterBindings::Factory &CBFactory)
171 return RegionBindingsRef(static_cast<const ParentTy *>(this)->add(K, D),
176 return RegionBindingsRef(static_cast<const ParentTy *>(this)->remove(K),
/external/llvm/include/llvm/IR/
H A DInstructions.h3115 typedef CaseIteratorT<SwitchInst, ConstantInt, BasicBlock> ParentTy; typedef in class:llvm::SwitchInst::CaseIt
3118 CaseIt(const ParentTy &Src) : ParentTy(Src) {}
3119 CaseIt(SwitchInst *SI, unsigned CaseNum) : ParentTy(SI, CaseNum) {}

Completed in 288 milliseconds