Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRemoveUnreferencedVariables.cpp182 unsigned int structRefCountInThisDeclarator = 1u; in removeVariableDeclaration() local
190 structRefCountInThisDeclarator = 2u; in removeVariableDeclaration()
192 if ((*mStructIdRefCounts)[structId] > structRefCountInThisDeclarator) in removeVariableDeclaration()