Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dassignment.cpp48 void CheckShape(parser::CharBlock, const SomeExpr *);
79 CheckShape(lhsLoc, &lhs); in Analyze()
220 void AssignmentContext::CheckShape(parser::CharBlock at, const SomeExpr *expr) { in CheckShape() function in Fortran::semantics::AssignmentContext
252 CheckShape(expr.thing.value().source, GetExpr(context_, expr)); in PushWhereContext()