Searched refs:emptyVariable (Results 1 – 6 of 6) sorted by relevance
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| D | RemoveInactiveInterfaceVariables.cpp | 145 TVariable *emptyVariable = new TVariable(mSymbolTable, kEmptyImmutableString, in visitDeclaration() local 148 declaration->appendDeclarator(new TIntermSymbol(emptyVariable)); in visitDeclaration()
|
| D | RemoveUnreferencedVariables.cpp | 207 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/ |
| D | RemoveUnreferencedVariables.cpp | 207 TVariable *emptyVariable = in removeVariableDeclaration() local 210 queueReplacementWithParent(node, declarator, new TIntermSymbol(emptyVariable), in removeVariableDeclaration()
|
| D | RewriteAtomicCounters.cpp | 398 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/ |
| D | ParseContext.cpp | 2930 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/ |
| D | ParseContext.cpp | 2492 TVariable *emptyVariable = in parseSingleDeclaration() local 2494 symbol = new TIntermSymbol(emptyVariable); in parseSingleDeclaration()
|