Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-reduction.cpp39 !CheckConformance(context.messages(), AsShape(shape), in GetReductionMASK()
H A Dcheck-expression.cpp441 if (CheckConformance(context.messages(), symTS->shape(), in NonPointerInitializationExpr()
H A Dshape.cpp992 std::optional<bool> CheckConformance(parser::ContextualMessages &messages, in CheckConformance() function
H A Dcharacteristics.cpp162 CheckConformance(messages, shape_, that.shape_, flags, thisIs, thatIs) in IsCompatibleWith()
H A Dfold-implementation.h1517 if (CheckConformance(context.messages(), *leftShape, *rightShape,
H A Dintrinsics.cpp1599 CheckConformance(context.messages(), *arrayArgShape, *argShape, in Match()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dshape.h293 std::optional<bool> CheckConformance(parser::ContextualMessages &,
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-call.cpp208 CheckConformance(messages, dummy.type.shape(), actualType.shape(), in CheckExplicitDataArg()
865 auto tristate{evaluate::CheckConformance(messages, *shape, in CheckElementalConformance()
H A Dexpression.cpp152 bool CheckConformance();
1831 CheckConformance(messages, *componentShape, *valueShape, in Analyze()
2782 analyzer.CheckConformance(); in NumericBinaryHelper()
3457 bool ArgumentAnalyzer::CheckConformance() { in CheckConformance() function in Fortran::evaluate::ArgumentAnalyzer
3466 if (!evaluate::CheckConformance(foldingContext.messages(), *lhShape, in CheckConformance()
3561 CheckConformance(); in TryBoundOp()