Searched defs:MakeNode (Results 1 – 3 of 3) sorted by relevance
57 inline std::shared_ptr<VectorRef> MakeNode(const std::vector<BaseRef> &elements) { in MakeNode() function61 inline std::shared_ptr<VectorRef> MakeNode(std::initializer_list<BaseRef> elements) { in MakeNode() function69 inline BasePtr MakeNode(const T &v) { in MakeNode() function75 inline BasePtr MakeNode(const T &v) { in MakeNode() function79 inline std::shared_ptr<VectorRef> MakeNode(const VectorRef &a) { return std::make_shared<VectorRef>… in MakeNode() function80 inline std::shared_ptr<VectorRef> MakeNode(const AnfNodePtrList &a) { in MakeNode() function85 inline std::shared_ptr<SetRef> MakeNode(const SetRef &a) { return std::make_shared<SetRef>(a); } in MakeNode() function86 inline std::shared_ptr<RunFunctionRef> MakeNode(const RunFuncPtr &a) { return std::make_shared<RunF… in MakeNode() function
173 static NodePtr MakeNode(K key, V value, const NodePtr& left, in MakeNode() function
319 MakeNode = CAP_MKNOD, enumerator