Searched defs:MakeNode (Results 1 – 1 of 1) 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>(std::mov… in MakeNode() function86 inline std::shared_ptr<RunFunctionRef> MakeNode(const RunFuncPtr &a) { return std::make_shared<RunF… in MakeNode() function