Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DValidateAST.cpp71 bool variableNeedsDeclaration(const TVariable *variable);
533 bool ValidateAST::variableNeedsDeclaration(const TVariable *variable) in variableNeedsDeclaration() function in sh::__anonb6f2e83e0111::ValidateAST
605 if (variableNeedsDeclaration(variable)) in visitSymbol()
836 if (mOptions.validateVariableReferences && variableNeedsDeclaration(variable)) in visitGlobalQualifierDeclaration()