Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp188 const std::vector<bool> &argTypeInferenceRequired) in ValidateSignature()
306 const std::vector<bool> &argTypeInferenceRequired) in ValidateProxySignature()
360 const ArenaVector<ir::Expression *> &arguments, std::vector<bool> &argTypeInferenceRequired, in CollectSignatures()
412 std::vector<bool> &argTypeInferenceRequired, in GetMostSpecificSignature()
454 std::vector<bool> argTypeInferenceRequired = FindTypeInferenceArguments(arguments); in ValidateSignatures() local
508const std::vector<bool> &argTypeInferenceRequired, in ChooseMostSpecificSignature()
636const std::vector<bool> &argTypeInferenceRequired, in ChooseMostSpecificProxySignature()
Dhelpers.cpp2449 std::vector<bool> argTypeInferenceRequired(arguments.size()); in FindTypeInferenceArguments() local