Searched refs:typedCall (Results 1 – 6 of 6) sorted by relevance
971 if (const auto &typedCall{callStmt.typedCall}) { in Leave() local975 const evaluate::ActualArguments &checkedArgs{typedCall->arguments()}; in Leave()
2539 callStmt.typedCall.Reset( in Analyze()
813 if (asFortran_ && x.typedCall) { in AsFortran()814 asFortran_->call(ss, *x.typedCall); in AsFortran()
3176 typedCall; // filled by semantics member
1684 if (asFortran_ && x.typedCall.get()) { in Unparse()1686 asFortran_->call(out_, *x.typedCall); in Unparse()
900 assert(stmt.typedCall && "Call was not analyzed"); in genFIR()903 *this, *stmt.typedCall, explicitIterSpace, implicitIterSpace, in genFIR()