HomeSort by relevance Sort by last modified time
    Searched refs:ParentTy (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ADT/
ilist_node.h 74 /// \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/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 156 ParentTy;
164 RegionBindingsRef(const ParentTy &P, ClusterBindings::Factory &CBFactory)
169 return RegionBindingsRef(static_cast<const ParentTy *>(this)->add(K, D),
174 return RegionBindingsRef(static_cast<const ParentTy *>(this)->remove(K),
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]

Completed in 2379 milliseconds