Searched refs:sameArg (Results 1 – 1 of 1) sorted by relevance
1320 const ActualArgument *sameArg{nullptr}; in Match() local1441 if (!sameArg) { in Match()1442 sameArg = arg; in Match()1444 argOk = type->IsTkCompatibleWith(sameArg->GetType().value()); in Match()1663 CHECK(sameArg); in Match()1664 if (std::optional<DynamicType> aType{sameArg->GetType()}) { in Match()1700 CHECK(sameArg); in Match()1701 resultType = *sameArg->GetType(); in Match()