Searched refs:ParentTy (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | ilist_node.h | 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-10.0/llvm/include/llvm/ADT/ |
D | ilist_node.h | 255 template <typename NodeTy, typename ParentTy, class... Options> 266 const ParentTy *getNodeParent() const { in getNodeParent() 278 getNodeParent()->*(ParentTy::getSublistAccess((NodeTy *)nullptr)); in getPrevNode() 292 getNodeParent()->*(ParentTy::getSublistAccess((NodeTy *)nullptr)); in getNextNode()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | ilist_node.h | 242 template <typename NodeTy, typename ParentTy, class... Options> 253 const ParentTy *getNodeParent() const { in getNodeParent() 265 getNodeParent()->*(ParentTy::getSublistAccess((NodeTy *)nullptr)); in getPrevNode() 278 getNodeParent()->*(ParentTy::getSublistAccess((NodeTy *)nullptr)); in getNextNode()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | RegionStore.cpp | 158 ParentTy; typedef in __anon0067ce070311::RegionBindingsRef 166 RegionBindingsRef(const ParentTy &P, ClusterBindings::Factory &CBFactory) in RegionBindingsRef() 171 return RegionBindingsRef(static_cast<const ParentTy *>(this)->add(K, D), in add() 176 return RegionBindingsRef(static_cast<const ParentTy *>(this)->remove(K), in remove()
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 3115 typedef CaseIteratorT<SwitchInst, ConstantInt, BasicBlock> ParentTy; 3118 CaseIt(const ParentTy &Src) : ParentTy(Src) {} 3119 CaseIt(SwitchInst *SI, unsigned CaseNum) : ParentTy(SI, CaseNum) {}
|