Home
last modified time | relevance | path

Searched refs:zeroParamSignature (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp915 auto zeroParamSignature = std::find_if(signatures.begin(), signatures.end(), in ChooseMostSpecificSignature() local
918 if (zeroParamSignature != signatures.end()) { in ChooseMostSpecificSignature()
919 return *zeroParamSignature; in ChooseMostSpecificSignature()

Completed in 5 milliseconds