Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp413const std::vector<bool> &argTypeInferenceRequired, bool reportError) in ValidateSignatureRequiredParams()
578 const std::vector<bool> &argTypeInferenceRequired, const bool unique) in ValidateSignature()
688 std::vector<bool> argTypeInferenceRequired = FindTypeInferenceArguments(arguments); in CollectSignatures() local
766 std::vector<bool> argTypeInferenceRequired = FindTypeInferenceArguments(arguments); in GetMostSpecificSignature() local
990const std::vector<bool> &argTypeInferenceRequired, size_t paramCount, ArenaVector<Signature *> &si… in GetSuitableSignaturesForParameter()
1033const std::vector<bool> &argTypeInferenceRequired, in ChooseMostSpecificSignature()
Dhelpers.cpp2530 std::vector<bool> argTypeInferenceRequired(arguments.size()); in FindTypeInferenceArguments() local