Home
last modified time | relevance | path

Searched defs:NodePtr (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtree_iterator.h49 using NodePtr = NodeTy*; variable
143 using NodePtr = NodeTy*; variable
/third_party/spirv-tools/source/opt/
Dtree_iterator.h49 using NodePtr = NodeTy*; variable
143 using NodePtr = NodeTy*; variable
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtree_iterator.h49 using NodePtr = NodeTy*; variable
143 using NodePtr = NodeTy*; variable
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/model/
Dnode.h60 using NodePtr = std::shared_ptr<Node>; variable
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dtransform_op_optimizer.cc376 size_t GetId(const std::pair<NodePtr, int> &node) { in GetId()
Darithmetic_simplify.cc90 …d::unordered_map<PatternNodePtr, graphkernel::DAttrs> SetAttributes(const graphkernel::NodePtr &) { in SetAttributes()
/third_party/boost/boost/container/detail/
Dnode_alloc_holder.hpp105 typedef typename node_allocator_traits_type::pointer NodePtr; typedef
Dtree.hpp544 typedef typename AllocHolder::NodePtr NodePtr; typedef in boost::container::dtl::tree
/third_party/boost/boost/container/
Dlist.hpp182 typedef typename AllocHolder::NodePtr NodePtr; typedef in boost::container::list
Dslist.hpp212 typedef typename AllocHolder::NodePtr NodePtr; typedef in boost::container::slist
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h54 using NodePtr = typename DomTreeT::NodePtr; member