Searched defs:NodeStackGuard (Results 1 – 1 of 1) sorted by relevance
299 struct TIntermRebuild::NodeStackGuard struct in sh::TIntermRebuild301 ConsList<TIntermNode *> oldNodeStack;302 ConsList<TIntermNode *> &nodeStack;303 NodeStackGuard(ConsList<TIntermNode *> &nodeStack) in NodeStackGuard() function306 ~NodeStackGuard() { nodeStack = oldNodeStack; } in ~NodeStackGuard()