Home
last modified time | relevance | path

Searched defs:parameterType (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/services/codefixes/
DfixAddVoidToPromise.ts59 …const parameterType = parameter && checker.getTypeOfSymbolAtLocation(parameter, decl.parent.parent… constant
/third_party/skia/src/sksl/ir/
DSkSLFunctionDeclaration.cpp410 const Type& parameterType = parameters[i]->type(); in determineFinalTypes() local
/third_party/skia/m133/src/sksl/ir/
DSkSLFunctionDeclaration.cpp580 const Type& parameterType = parameters[i]->type(); in determineFinalTypes() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp1472 const TType &parameterType, in createConstructorVectorFromScalar()
1714 const TType &parameterType = (*node->getSequence())[0]->getAsTyped()->getType(); in createConstructorMatrixFromMatrix() local
/third_party/skia/m133/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp1941 SpvId SPIRVCodeGenerator::getFunctionParameterType(const Type& parameterType, in getFunctionParameterType()