Home
last modified time | relevance | path

Searched refs:ConsList (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/msl/
DIntermRebuild.h89 struct ConsList struct
92 ConsList<T> *tail; argument
321 ConsList<TIntermNode *> mNodeStack{nullptr, nullptr};
DIntermRebuild.cpp305 ConsList<TIntermNode *> oldNodeStack;
306 ConsList<TIntermNode *> &nodeStack;
307 NodeStackGuard(ConsList<TIntermNode *> &nodeStack, TIntermNode *node) in NodeStackGuard()