Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DRemoveUnreferencedVariables.cpp181 unsigned int structRefCountInThisDeclarator = 1u; in removeVariableDeclaration() local
189 structRefCountInThisDeclarator = 2u; in removeVariableDeclaration()
191 if ((*mStructIdRefCounts)[structId] > structRefCountInThisDeclarator) in removeVariableDeclaration()