Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRemoveUnreferencedVariables.cpp37 void incrementStructTypeRefCount(const TType &type);
54 void CollectVariableRefCountsTraverser::incrementStructTypeRefCount(const TType &type) in incrementStructTypeRefCount() function in sh::__anonfc5870750111::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()