Home
last modified time | relevance | path

Searched defs:AreConformable (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/include/flang/Semantics/
Dexpression.h391 inline bool AreConformable(int leftRank, int rightRank) { in AreConformable() function
396 bool AreConformable(const L &left, const R &right) { in AreConformable() function
/external/llvm-project/flang/lib/Semantics/
Dexpression.cpp3155 bool ArgumentAnalyzer::AreConformable() const { in AreConformable() function in Fortran::evaluate::ArgumentAnalyzer