Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DRemoveUnreferencedVariables.cpp22 class CollectVariableRefCountsTraverser : public TIntermTraverser class
25 CollectVariableRefCountsTraverser();
49 CollectVariableRefCountsTraverser::CollectVariableRefCountsTraverser() in CollectVariableRefCountsTraverser() function in sh::__anon7515e2060111::CollectVariableRefCountsTraverser
53 void CollectVariableRefCountsTraverser::incrementStructTypeRefCount(const TType &type) in incrementStructTypeRefCount()
90 void CollectVariableRefCountsTraverser::visitSymbol(TIntermSymbol *node) in visitSymbol()
103 bool CollectVariableRefCountsTraverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate()
110 void CollectVariableRefCountsTraverser::visitFunctionPrototype(TIntermFunctionPrototype *node) in visitFunctionPrototype()
125 CollectVariableRefCountsTraverser::RefCountMap *symbolIdRefCounts,
126 CollectVariableRefCountsTraverser::RefCountMap *structIdRefCounts,
142 CollectVariableRefCountsTraverser::RefCountMap *mSymbolIdRefCounts;
[all …]