Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp337const std::vector<bool> &argTypeInferenceRequired, bool reportError) in ValidateSignatureRequiredParams()
556 const std::vector<bool> &argTypeInferenceRequired) in ValidateSignature()
674 std::vector<bool> argTypeInferenceRequired = FindTypeInferenceArguments(arguments); in CollectSignatures() local
724 std::vector<bool> argTypeInferenceRequired = FindTypeInferenceArguments(arguments); in GetMostSpecificSignature() local
867const std::vector<bool> &argTypeInferenceRequired, size_t paramCount, ArenaVector<Signature *> &si… in GetSuitableSignaturesForParameter()
908const std::vector<bool> &argTypeInferenceRequired, in ChooseMostSpecificSignature()
Dhelpers.cpp2164 std::vector<bool> argTypeInferenceRequired(arguments.size()); in FindTypeInferenceArguments() local