Searched defs:inferredType (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | destructuringContext.cpp | 55 void DestructuringContext::HandleDestructuringAssignment(ir::Identifier *ident, Type *inferredType,… in HandleDestructuringAssignment() 73 void DestructuringContext::SetInferredTypeForVariable(varbinder::Variable *var, Type *inferredType, in SetInferredTypeForVariable() 126 Type *inferredType) in HandleAssignmentPatternArrayPattern() 136 Type *defaultType, Type *inferredType) in HandleAssignmentPatternIdentifier() 146 …ngContext::HandleAssignmentPattern(ir::AssignmentExpression *assignmentPattern, Type *inferredType, in HandleAssignmentPattern() 292 Type *ArrayDestructuringContext::CreateArrayTypeForRest(UnionType *inferredType) in CreateArrayTypeForRest()
|
| D | function.cpp | 139 …CreateParameterTypeForArrayAssignmentPattern(ir::ArrayExpression *arrayPattern, Type *inferredType) in CreateParameterTypeForArrayAssignmentPattern() 168 …ateParameterTypeForObjectAssignmentPattern(ir::ObjectExpression *objectPattern, Type *inferredType) in CreateParameterTypeForObjectAssignmentPattern()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function.cpp | 199 Type *inferredType = paramType->Substitute(Relation(), substitution); in ProcessUntypedParameter() local
|
| D | helpers.cpp | 2575 …Type *inferredType = calleeType->Params()[i]->AsETSParameterExpression()->TypeAnnotation()->Check(… in InferTypesForLambda() local
|