Home
last modified time | relevance | path

Searched refs:tempVar (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/src/compiler/transformers/
DtaggedTemplate.ts53 const tempVar = factory.createUniqueName("templateObject"); constant
54 recordTaggedTemplateString(tempVar);
56 tempVar,
58 tempVar,
/third_party/typescript/tests/baselines/reference/
DimplicitAnyCastedValue.symbols24 public get tempVar() {
25 >tempVar : Symbol(C.tempVar, Decl(implicitAnyCastedValue.ts, 10, 20))
DimplicitAnyCastedValue.types30 public get tempVar() {
31 >tempVar : any
DimplicitAnyCastedValue.js13 public get tempVar() { getter in C
DimplicitAnyCastedValue.errors.txt28 public get tempVar() {
/third_party/typescript/tests/cases/compiler/
DimplicitAnyCastedValue.ts13 public get tempVar() { method 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
139 asBinary->replaceChildNode(index, new TIntermSymbol(tempVar)); in ExtractSideEffects()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp1777 const spirv::IdRef tempVar(SpirvTransformerBase::GetNewId(blobOut)); in writeInputPreamble() local
1781 spirv::WriteLoad(blobOut, tempVarType, tempVar, mFixedVaryingId[id], nullptr); in writeInputPreamble()
1785 spirv::WriteStore(blobOut, id, tempVar, nullptr); in writeInputPreamble()
1825 const spirv::IdRef tempVar(SpirvTransformerBase::GetNewId(blobOut)); in writeOutputPrologue() local
1829 spirv::WriteLoad(blobOut, tempVarType, tempVar, id, nullptr); in writeOutputPrologue()
1832 spirv::WriteStore(blobOut, mFixedVaryingId[id], tempVar, nullptr); in writeOutputPrologue()
/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp514 String tempVar = "_skTemp" + to_string(fVarCount++); in getTempVariable() local
515 this->fFunctionHeader += " " + this->typeName(type) + " " + tempVar + ";\n"; in getTempVariable()
516 return tempVar; in getTempVariable()
DSkSLSPIRVCodeGenerator.cpp1240 for (const TempVar& tempVar : tempVars) { in copyBackTempVars() local
1241 SpvId load = this->nextId(tempVar.type); in copyBackTempVars()
1242 this->writeInstruction(SpvOpLoad, this->getType(*tempVar.type), load, tempVar.spvId, out); in copyBackTempVars()
1243 tempVar.lvalue->store(load, out); in copyBackTempVars()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp931 const spirv::IdRef tempVar = in accessChainLoad() local
936 spirv::WriteStore(mBuilder.getSpirvCurrentFunctionBlock(), tempVar, loadResult, in accessChainLoad()
940 data->baseId = tempVar; in accessChainLoad()
/third_party/typescript/lib/
DtypingsInstaller.js83561 var tempVar = ts.factory.createUniqueName("templateObject");
83562 recordTaggedTemplateString(tempVar);
83563 …templateArguments[0] = ts.factory.createLogicalOr(tempVar, ts.factory.createAssignment(tempVar, he…
Dtsc.js70255 var tempVar = ts.factory.createUniqueName("templateObject");
70256 recordTaggedTemplateString(tempVar);
70257 …templateArguments[0] = ts.factory.createLogicalOr(tempVar, ts.factory.createAssignment(tempVar, he…
Dtsserver.js83572 var tempVar = ts.factory.createUniqueName("templateObject");
83573 recordTaggedTemplateString(tempVar);
83574 …templateArguments[0] = ts.factory.createLogicalOr(tempVar, ts.factory.createAssignment(tempVar, he…
DtypescriptServices.js83766 var tempVar = ts.factory.createUniqueName("templateObject");
83767 recordTaggedTemplateString(tempVar);
83768 …templateArguments[0] = ts.factory.createLogicalOr(tempVar, ts.factory.createAssignment(tempVar, he…
Dtsserverlibrary.js83766 var tempVar = ts.factory.createUniqueName("templateObject");
83767 recordTaggedTemplateString(tempVar);
83768 …templateArguments[0] = ts.factory.createLogicalOr(tempVar, ts.factory.createAssignment(tempVar, he…
Dtypescript.js83766 var tempVar = ts.factory.createUniqueName("templateObject");
83767 recordTaggedTemplateString(tempVar);
83768 …templateArguments[0] = ts.factory.createLogicalOr(tempVar, ts.factory.createAssignment(tempVar, he…