Home
last modified time | relevance | path

Searched defs:NodeStackGuard (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermRebuild.cpp303 struct TIntermRebuild::NodeStackGuard struct in sh::TIntermRebuild
305 ConsList<TIntermNode *> oldNodeStack;
306 ConsList<TIntermNode *> &nodeStack;
307 NodeStackGuard(ConsList<TIntermNode *> &nodeStack) in NodeStackGuard() function
310 ~NodeStackGuard() { nodeStack = oldNodeStack; } in ~NodeStackGuard()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dauto_monad.cc373 class NodeStackGuard { class
375NodeStackGuard(OrderedSet<AnfNodePtr> *stack, const AnfNodePtr &node) : stack_(stack) { stack_->pu… in NodeStackGuard() function in mindspore::pipeline::__anona16b72180111::NodeStackGuard