Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp328const std::vector<bool> &argTypeInferenceRequired, bool throwError) in ValidateSignatureRequiredParams()
536 const std::vector<bool> &argTypeInferenceRequired) in ValidateSignature()
656 std::vector<bool> argTypeInferenceRequired = FindTypeInferenceArguments(arguments); in CollectSignatures() local
706 std::vector<bool> argTypeInferenceRequired = FindTypeInferenceArguments(arguments); in GetMostSpecificSignature() local
847const std::vector<bool> &argTypeInferenceRequired, size_t paramCount, ArenaVector<Signature *> &si… in GetSuitableSignaturesForParameter()
888const std::vector<bool> &argTypeInferenceRequired, in ChooseMostSpecificSignature()
Dhelpers.cpp2139 std::vector<bool> argTypeInferenceRequired(arguments.size()); in FindTypeInferenceArguments() local