Searched defs:NodeStackGuard (Results 1 – 2 of 2) sorted by relevance
303 struct TIntermRebuild::NodeStackGuard struct in sh::TIntermRebuild305 ConsList<TIntermNode *> oldNodeStack;306 ConsList<TIntermNode *> &nodeStack;307 NodeStackGuard(ConsList<TIntermNode *> &nodeStack) in NodeStackGuard() function310 ~NodeStackGuard() { nodeStack = oldNodeStack; } in ~NodeStackGuard()
373 class NodeStackGuard { class375 …NodeStackGuard(OrderedSet<AnfNodePtr> *stack, const AnfNodePtr &node) : stack_(stack) { stack_->pu… in NodeStackGuard() function in mindspore::pipeline::__anona16b72180111::NodeStackGuard