Home
last modified time | relevance | path

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

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