Searched refs:currentScope (Results 1 – 5 of 5) sorted by relevance
696 … TSymbol* find(const TString& name, bool* builtIn = 0, bool* currentScope = 0, int* thisDepthP = 0)710 if (currentScope)711 …*currentScope = isGlobalLevel(currentLevel()) || level == currentLevel(); // consider shared leve…
3696 bool currentScope; in declareArray() local3697 symbol = symbolTable.find(identifier, nullptr, ¤tScope); in declareArray()3704 if (symbol == nullptr || ! currentScope) { in declareArray()
546 currentScope = GLOBAL; in emitShader()698 if(currentScope != emitScope) in visitBinary()1053 if(currentScope != emitScope) in visitUnary()1259 if(currentScope != emitScope && node->getOp() != EOpFunction && node->getOp() != EOpSequence) in visitAggregate()1311 currentScope = FUNCTION; in visitAggregate()1323 currentScope = GLOBAL; in visitAggregate()1739 if(currentScope != emitScope) in visitSelection()1839 if(currentScope != emitScope) in visitLoop()1963 if(currentScope != emitScope) in visitBranch()1994 if(currentScope != emitScope) in visitSwitch()
370 Scope currentScope; variable
6636 bool currentScope; in declareArray() local6637 symbol = symbolTable.find(identifier, nullptr, ¤tScope); in declareArray()6643 if (symbol == nullptr || ! currentScope) { in declareArray()