Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-do-forall.cpp971 if (const auto &typedCall{callStmt.typedCall}) { in Leave() local
975 const evaluate::ActualArguments &checkedArgs{typedCall->arguments()}; in Leave()
H A Dexpression.cpp2539 callStmt.typedCall.Reset( in Analyze()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Ddump-parse-tree.h813 if (asFortran_ && x.typedCall) { in AsFortran()
814 asFortran_->call(ss, *x.typedCall); in AsFortran()
H A Dparse-tree.h3176 typedCall; // filled by semantics member
/llvm-project-15.0.7/flang/lib/Parser/
H A Dunparse.cpp1684 if (asFortran_ && x.typedCall.get()) { in Unparse()
1686 asFortran_->call(out_, *x.typedCall); in Unparse()
/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp900 assert(stmt.typedCall && "Call was not analyzed"); in genFIR()
903 *this, *stmt.typedCall, explicitIterSpace, implicitIterSpace, in genFIR()