Searched refs:ParentTy (Results 1 – 6 of 6) 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-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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | ilist_node.h | 256 template <typename NodeTy, typename ParentTy, class... Options> 267 const ParentTy *getNodeParent() const { in getNodeParent() 279 getNodeParent()->*(ParentTy::getSublistAccess((NodeTy *)nullptr)); in getPrevNode() 293 getNodeParent()->*(ParentTy::getSublistAccess((NodeTy *)nullptr)); in getNextNode()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | RegionStore.cpp | 158 ParentTy; typedef in __anon38c42dcb0311::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) {}
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | LangRef.rst | 4759 ``(ParentTy, 0)`` where ``ParentTy`` is the parent of the scalar type as
|