Home
last modified time | relevance | path

Searched refs:sameArg (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics.cpp1320 const ActualArgument *sameArg{nullptr}; in Match() local
1441 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()