Searched refs:EmplaceSubstituted (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | function_helpers.h | 166 ETSChecker::EmplaceSubstituted(constraintsSubstitution, sigParams[ix]->AsETSTypeParameter(), instArgs[ix]); in BuildExplicitSubstitutionForArguments() 177 ETSChecker::EmplaceSubstituted(constraintsSubstitution, sigParams[ix]->AsETSTypeParameter(), instArgs[ix]); in BuildExplicitSubstitutionForArguments() 192 ETSChecker::EmplaceSubstituted(substitution, sigParams[ix]->AsETSTypeParameter(), instArgs[ix]); in BuildExplicitSubstitutionForArguments()
|
H A D | typeRelationContext.cpp | 165 ETSChecker::EmplaceSubstituted(substitution, typeParams[idx]->AsETSTypeParameter(), typeArgTypes[idx]); in InstantiateType()
|
H A D | function.cpp | 174 ETSChecker::EmplaceSubstituted(substitution, originalTparam, argumentType); in EnhanceSubstitutionForType() 1509 ETSChecker::EmplaceSubstituted(substitution, targetTypeParams[ix]->AsETSTypeParameter(), sourceTypeParams[ix]); in AdjustForTypeParameters()
|
H A D | helpers.cpp | 2083 void ETSChecker::EmplaceSubstituted(Substitution *substitution, ETSTypeParameter *tparam, Type *typeArg) in EmplaceSubstituted() function in ark::es2panda::checker::ETSChecker
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
H A D | genericBridgesLowering.cpp | 205 checker->EmplaceSubstituted(substitutions.derivedConstraints, typeParameter, in CreateGenericBridges() 261 checker->EmplaceSubstituted(substitutions.derivedSubstitutions, typeParameter, typeArgument); in ProcessClassDefinition() 263 checker->EmplaceSubstituted(substitutions.baseConstraints, typeParameter, defaultType); in ProcessClassDefinition() 265 checker->EmplaceSubstituted(substitutions.baseConstraints, typeParameter, in ProcessClassDefinition()
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | ETSAnalyzerHelpers.cpp | 705 checker::ETSChecker::EmplaceSubstituted( in CreateOptionalSignaturesForFunctionalType() 712 checker::ETSChecker::EmplaceSubstituted( in CreateOptionalSignaturesForFunctionalType() 717 checker::ETSChecker::EmplaceSubstituted( in CreateOptionalSignaturesForFunctionalType() 733 checker::ETSChecker::EmplaceSubstituted( in CreateInterfaceTypeForETSFunctionType() 740 checker::ETSChecker::EmplaceSubstituted( in CreateInterfaceTypeForETSFunctionType()
|
H A D | ETSchecker.h | 372 static void EmplaceSubstituted(Substitution *substitution, ETSTypeParameter *tparam, Type *typeArg);
|
H A D | ETSAnalyzer.cpp | 359 checker::ETSChecker::EmplaceSubstituted( in Check()
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
H A D | etsObjectType.cpp | 902 ETSChecker::EmplaceSubstituted(effectiveSubstitution, baseTypeParams[ix]->AsETSTypeParameter(), in ComputeEffectiveSubstitution()
|
Completed in 18 milliseconds