Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp687 ArenaVector<Signature *> compatibleSignatures(ProgramAllocator()->Adapter()); in CollectSignatures() local
762 Signature *ETSChecker::GetMostSpecificSignature(ArenaVector<Signature *> &compatibleSignatures, in GetMostSpecificSignature()
834 …auto compatibleSignatures = CollectSignatures(signatures, typeArguments, arguments, pos, resolveFl… in ValidateSignatures() local