Home
last modified time | relevance | path

Searched defs:typeArgument (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp755 for (auto *const typeArgument : TypeArguments()) { in Instantiate() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp71 bool ETSChecker::IsCompatibleTypeArgument(ETSTypeParameter *typeParam, Type *typeArgument, in IsCompatibleTypeArgument()