/third_party/typescript/src/compiler/transformers/ |
D | taggedTemplate.ts | 53 const tempVar = factory.createUniqueName("templateObject"); constant 54 recordTaggedTemplateString(tempVar); 56 tempVar, 58 tempVar,
|
/third_party/typescript/tests/baselines/reference/ |
D | implicitAnyCastedValue.symbols | 24 public get tempVar() { 25 >tempVar : Symbol(C.tempVar, Decl(implicitAnyCastedValue.ts, 10, 20))
|
D | implicitAnyCastedValue.types | 30 public get tempVar() { 31 >tempVar : any
|
D | implicitAnyCastedValue.js | 13 public get tempVar() { getter in C
|
D | implicitAnyCastedValue.errors.txt | 28 public get tempVar() {
|
/third_party/typescript/tests/cases/compiler/ |
D | implicitAnyCastedValue.ts | 13 public get tempVar() { method in C
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | MonomorphizeUnsupportedFunctions.cpp | 136 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/ |
D | glslang_wrapper_utils.cpp | 1777 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/ |
D | SkSLMetalCodeGenerator.cpp | 514 String tempVar = "_skTemp" + to_string(fVarCount++); in getTempVariable() local 515 this->fFunctionHeader += " " + this->typeName(type) + " " + tempVar + ";\n"; in getTempVariable() 516 return tempVar; in getTempVariable()
|
D | SkSLSPIRVCodeGenerator.cpp | 1240 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/ |
D | OutputSPIRV.cpp | 931 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/ |
D | typingsInstaller.js | 83561 var tempVar = ts.factory.createUniqueName("templateObject"); 83562 recordTaggedTemplateString(tempVar); 83563 …templateArguments[0] = ts.factory.createLogicalOr(tempVar, ts.factory.createAssignment(tempVar, he…
|
D | tsc.js | 70255 var tempVar = ts.factory.createUniqueName("templateObject"); 70256 recordTaggedTemplateString(tempVar); 70257 …templateArguments[0] = ts.factory.createLogicalOr(tempVar, ts.factory.createAssignment(tempVar, he…
|
D | tsserver.js | 83572 var tempVar = ts.factory.createUniqueName("templateObject"); 83573 recordTaggedTemplateString(tempVar); 83574 …templateArguments[0] = ts.factory.createLogicalOr(tempVar, ts.factory.createAssignment(tempVar, he…
|
D | typescriptServices.js | 83766 var tempVar = ts.factory.createUniqueName("templateObject"); 83767 recordTaggedTemplateString(tempVar); 83768 …templateArguments[0] = ts.factory.createLogicalOr(tempVar, ts.factory.createAssignment(tempVar, he…
|
D | tsserverlibrary.js | 83766 var tempVar = ts.factory.createUniqueName("templateObject"); 83767 recordTaggedTemplateString(tempVar); 83768 …templateArguments[0] = ts.factory.createLogicalOr(tempVar, ts.factory.createAssignment(tempVar, he…
|
D | typescript.js | 83766 var tempVar = ts.factory.createUniqueName("templateObject"); 83767 recordTaggedTemplateString(tempVar); 83768 …templateArguments[0] = ts.factory.createLogicalOr(tempVar, ts.factory.createAssignment(tempVar, he…
|