Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp906 … [[maybe_unused]] Type *&mostSpecificType, [[maybe_unused]] Signature *&prevSig, in InitMostSpecificType()
919 void ETSChecker::SearchAmongMostSpecificTypes(Type *&mostSpecificType, Signature *&prevSig, in SearchAmongMostSpecificTypes()
1011 Type *mostSpecificType = signatures.front()->Params().at(i)->TsType(); in GetSuitableSignaturesForParameter() local