Home
last modified time | relevance | path

Searched defs:tempVar (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/compiler/transformers/
DtaggedTemplate.ts53 const tempVar = factory.createUniqueName("templateObject"); constant
/third_party/typescript/tests/cases/compiler/
DimplicitAnyCastedValue.ts13 public get tempVar() { method in C
/third_party/typescript/tests/baselines/reference/
DimplicitAnyCastedValue.js13 public get tempVar() { getter in C
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DMonomorphizeUnsupportedFunctions.cpp136 TVariable *tempVar = DeclareTempVariable(symbolTable, index, EvqTemporary, &tempDecl); in ExtractSideEffects() local
/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp514 String tempVar = "_skTemp" + to_string(fVarCount++); in getTempVariable() local
DSkSLSPIRVCodeGenerator.cpp1240 for (const TempVar& tempVar : tempVars) { in copyBackTempVars() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp1777 const spirv::IdRef tempVar(SpirvTransformerBase::GetNewId(blobOut)); in writeInputPreamble() local
1825 const spirv::IdRef tempVar(SpirvTransformerBase::GetNewId(blobOut)); in writeOutputPrologue() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp931 const spirv::IdRef tempVar = in accessChainLoad() local