Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Evaluate/
Dshape.h213 const char *rightIs = "right operand", bool leftScalarExpandable = true,
/external/llvm-project/flang/lib/Evaluate/
Dshape.cpp686 bool leftScalarExpandable, bool rightScalarExpandable) { in CheckConformance() argument
688 if (n == 0 && leftScalarExpandable) { in CheckConformance()