Home
last modified time | relevance | path

Searched refs:newArg (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsObjectType.cpp885 auto *const newArg = arg->Substitute(relation, substitution); in SubstituteTypeArgs() local
886 newTypeArgs.push_back(newArg); in SubstituteTypeArgs()
887 anyChange = anyChange || (newArg != arg); in SubstituteTypeArgs()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp229 auto *const newArg = CreateETSUnionType(std::move(argWlist)); in EnhanceSubstitutionForUnion() member
232 if (!EnhanceSubstitutionForType(typeParams, pc, newArg, substitution)) { in EnhanceSubstitutionForUnion()

Completed in 6 milliseconds