Home
last modified time | relevance | path

Searched defs:newVar (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DcommentsExternalModules3.js58 export var newVar = new extMod.m1.m2.c(); variable
134 exports.newVar = new extMod.m1.m2.c(); variable in exports
DcommentsExternalModules2.js58 export var newVar = new extMod.m1.m2.c(); variable
DcommentsExternalModules.js58 var newVar = new extMod.m1.m2.c(); variable
/third_party/typescript/tests/cases/compiler/
DcommentsExternalModules.ts61 var newVar = new extMod.m1.m2.c(); variable
DcommentsExternalModules2.ts61 export var newVar = new extMod.m1.m2.c(); variable
DcommentsExternalModules3.ts61 export var newVar = new extMod.m1.m2.c(); variable
/third_party/flutter/skia/src/sksl/
DSkSLCPPUniformCTypes.cpp88 String UniformCTypeMapper::dirtyExpression(const String& newVar, const String& oldVar) const { in dirtyExpression() argument
98 String UniformCTypeMapper::saveState(const String& newVar, const String& oldVar) const { in saveState() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DHoistConstants.cpp74 auto *newVar = new TVariable(&mSymbolTable, newName.rawName(), &oldVar.getType(), in rewrite() local
DNameEmbeddedUniformStructsMetal.cpp92 TVariable *newVar = new TVariable(mSymbolTable, asSymbol->getName(), uniformType, in doReplacement() local
/third_party/skia/third_party/externals/tint/src/transform/
Dexternal_texture_transform.cc119 auto* newVar = ctx.dst->create<ast::Variable>( in Run() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DNameEmbeddedUniformStructs.cpp82 TVariable *newVar = new TVariable(mSymbolTable, asSymbol->getName(), uniformType, in doReplacement() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DReplaceVariable.h69 void replaceGlobalVariable(const TVariable *oldVar, TVariable *newVar) in replaceGlobalVariable()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSeparateStructFromUniformDeclarations.cpp90 TVariable *newVar = new TVariable(mSymbolTable, asSymbol->getName(), uniformType, in doReplacement() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_replacement_pass.cpp575 Instruction* newVar) { in GetOrCreateInitialValue()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dscalar_replacement_pass.cpp575 Instruction* newVar) { in GetOrCreateInitialValue()
/third_party/spirv-tools/source/opt/
Dscalar_replacement_pass.cpp566 Instruction* newVar) { in GetOrCreateInitialValue()