Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp363 ArenaVector<Signature *> compatibleSignatures(Allocator()->Adapter()); in CollectSignatures() local
409 Signature *ETSChecker::GetMostSpecificSignature(ArenaVector<Signature *> &compatibleSignatures, in GetMostSpecificSignature()