Home
last modified time | relevance | path

Searched refs:EmplaceSubstituted (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction_helpers.h166 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 DtypeRelationContext.cpp165 ETSChecker::EmplaceSubstituted(substitution, typeParams[idx]->AsETSTypeParameter(), typeArgTypes[idx]); in InstantiateType()
H A Dfunction.cpp174 ETSChecker::EmplaceSubstituted(substitution, originalTparam, argumentType); in EnhanceSubstitutionForType()
1509 ETSChecker::EmplaceSubstituted(substitution, targetTypeParams[ix]->AsETSTypeParameter(), sourceTypeParams[ix]); in AdjustForTypeParameters()
H A Dhelpers.cpp2083 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 DgenericBridgesLowering.cpp205 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 DETSAnalyzerHelpers.cpp705 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 DETSchecker.h372 static void EmplaceSubstituted(Substitution *substitution, ETSTypeParameter *tparam, Type *typeArg);
H A DETSAnalyzer.cpp359 checker::ETSChecker::EmplaceSubstituted( in Check()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsObjectType.cpp902 ETSChecker::EmplaceSubstituted(effectiveSubstitution, baseTypeParams[ix]->AsETSTypeParameter(), in ComputeEffectiveSubstitution()

Completed in 18 milliseconds