Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dpointer-assignment.cpp154 const auto &funcResult{proc->functionResult}; // C1025 in Check() local
155 if (!funcResult) { in Check()
162 } else if (funcResult->IsProcedurePointer()) { in Check()
165 } else if (!funcResult->attrs.test(FunctionResult::Attr::Pointer)) { in Check()
169 !funcResult->attrs.test(FunctionResult::Attr::Contiguous)) { in Check()
173 const auto *frTypeAndShape{funcResult->GetTypeAndShape()}; in Check()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics.cpp1898 characteristics::FunctionResult funcResult{std::move(typeAndShape)}; in Match() local
1900 std::move(funcResult), std::move(dummyArgs), attrs}; in Match()