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.cpp36 void incrementStructTypeRefCount(const TType &type);
53 void CollectVariableRefCountsTraverser::incrementStructTypeRefCount(const TType &type) in incrementStructTypeRefCount() function in sh::__anon7515e2060111::CollectVariableRefCountsTraverser
66 incrementStructTypeRefCount(*field->type()); in incrementStructTypeRefCount()
81 incrementStructTypeRefCount(*field->type()); in incrementStructTypeRefCount()
92 incrementStructTypeRefCount(node->getType()); in visitSymbol()
106 incrementStructTypeRefCount(node->getType()); in visitAggregate()
112 incrementStructTypeRefCount(node->getType()); in visitFunctionPrototype()
116 incrementStructTypeRefCount(node->getFunction()->getParam(i)->getType()); in visitFunctionPrototype()