Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcheck-expression.cpp612 if (auto procChars{ in operator ()() local
614 const auto iter{std::find_if(procChars->dummyArguments.begin(), in operator ()()
615 procChars->dummyArguments.end(), in operator ()()
620 if (iter != procChars->dummyArguments.end()) { in operator ()()
H A Dintrinsics.cpp2445 std::optional<characteristics::Procedure> procChars; in ApplySpecificChecks() local
2451 procChars = in ApplySpecificChecks()
2454 procChars = characteristics::Procedure::Characterize(*ref, context); in ApplySpecificChecks()
2461 if (!arrayType || !procChars) { in ApplySpecificChecks()
2464 const auto *result{procChars->functionResult->GetTypeAndShape()}; in ApplySpecificChecks()
2465 if (!procChars->IsPure() || procChars->dummyArguments.size() != 2 || in ApplySpecificChecks()
2466 !procChars->functionResult) { in ApplySpecificChecks()
2482 const auto &dummy{procChars->dummyArguments.at(j)}; in ApplySpecificChecks()