Home
last modified time | relevance | path

Searched refs:ParentTy (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/ADT/
Dilist_node.h75 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/
Dilist_node.h242 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/
Dilist_node.h256 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/
DRegionStore.cpp158 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/
DInstructions.h3115 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/
DLangRef.rst4759 ``(ParentTy, 0)`` where ``ParentTy`` is the parent of the scalar type as