Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DRemoveUnreferencedVariables.cpp37 void incrementStructTypeRefCount(const TType &type);
54 void CollectVariableRefCountsTraverser::incrementStructTypeRefCount(const TType &type) in incrementStructTypeRefCount() function in sh::__anon14033af50111::CollectVariableRefCountsTraverser
67 incrementStructTypeRefCount(*field->type()); in incrementStructTypeRefCount()
82 incrementStructTypeRefCount(*field->type()); in incrementStructTypeRefCount()
93 incrementStructTypeRefCount(node->getType()); in visitSymbol()
107 incrementStructTypeRefCount(node->getType()); in visitAggregate()
113 incrementStructTypeRefCount(node->getType()); in visitFunctionPrototype()
117 incrementStructTypeRefCount(node->getFunction()->getParam(i)->getType()); in visitFunctionPrototype()