Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp804 …tSpecificType(const ArenaVector<Signature *> &signatures, [[maybe_unused]] Type *&mostSpecificType, in InitMostSpecificType()
818 Type *&mostSpecificType, Signature *&prevSig, in SearchAmongMostSpecificTypes()
864 Type *mostSpecificType = signatures.front()->Params().at(i)->TsType(); in GetSuitableSignaturesForParameter() local