Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRemoveInactiveInterfaceVariables.cpp145 TVariable *emptyVariable = new TVariable(mSymbolTable, kEmptyImmutableString, in visitDeclaration() local
148 declaration->appendDeclarator(new TIntermSymbol(emptyVariable)); in visitDeclaration()
DRemoveUnreferencedVariables.cpp207 TVariable *emptyVariable = in removeVariableDeclaration() local
210 queueReplacementWithParent(node, declarator, new TIntermSymbol(emptyVariable), in removeVariableDeclaration()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRemoveUnreferencedVariables.cpp207 TVariable *emptyVariable = in removeVariableDeclaration() local
210 queueReplacementWithParent(node, declarator, new TIntermSymbol(emptyVariable), in removeVariableDeclaration()
DRewriteAtomicCounters.cpp398 TVariable *emptyVariable = new TVariable(mSymbolTable, kEmptyImmutableString, in declareAtomicCounterType() local
400 mAtomicCounterTypeDeclaration->appendDeclarator(new TIntermSymbol(emptyVariable)); in declareAtomicCounterType()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.cpp2930 TVariable *emptyVariable = in parseSingleDeclaration() local
2932 symbol = new TIntermSymbol(emptyVariable); in parseSingleDeclaration()
3045 TVariable *emptyVariable = in parseSingleInitDeclaration() local
3047 TIntermSymbol *symbol = new TIntermSymbol(emptyVariable); in parseSingleInitDeclaration()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.cpp2492 TVariable *emptyVariable = in parseSingleDeclaration() local
2494 symbol = new TIntermSymbol(emptyVariable); in parseSingleDeclaration()