Searched defs:newSymbol (Results 1 – 9 of 9) sorted by relevance
92 TIntermSymbol *newSymbol = new TIntermSymbol(newVar); in doReplacement() local
275 TIntermSymbol *newSymbol = new TIntermSymbol(newVariable); in visitSymbol() local
589 TIntermSymbol *newSymbol = new TIntermSymbol(newVariable); in extractSampler() local
96 TIntermSymbol *newSymbol = new TIntermSymbol(replacementVar); in visitSymbol() local
487 String newSymbol = new String(buffer, start, len); in _addSymbol() local
765 auto *const newSymbol = traverseAnyAs<TIntermSymbol>(*symbol); in traverseGlobalQualifierDeclarationChildren() local
789 const TIntermSymbol* newSymbol; in mergeBlockDefinitions() member in glslang::TIntermediate::mergeBlockDefinitions::TMergeBlockTraverser
764 const TIntermSymbol* newSymbol; in mergeBlockDefinitions() member in glslang::TIntermediate::mergeBlockDefinitions::TMergeBlockTraverser
349 static ShapeSymbol newSymbol() { in newSymbol() function