Searched defs:NodeStackGuard (Results 1 – 1 of 1) sorted by relevance
303 struct TIntermRebuild::NodeStackGuard struct in sh::TIntermRebuild305 ConsList<TIntermNode *> oldNodeStack;306 ConsList<TIntermNode *> &nodeStack;307 NodeStackGuard(ConsList<TIntermNode *> &nodeStack, TIntermNode *node) in NodeStackGuard() argument312 ~NodeStackGuard() { nodeStack = oldNodeStack; } in ~NodeStackGuard()