Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dpointer-assignment.cpp122 if (HasVectorSubscript(rhs)) { // C1025 in Check()
Dcheck-io.cpp522 if (HasVectorSubscript(*expr)) { in Enter()
Dtools.cpp803 if (!vectorSubscriptIsOk && evaluate::HasVectorSubscript(expr)) { in WhyNotModifiable()
/external/llvm-project/flang/lib/Evaluate/
Dtools.cpp784 bool HasVectorSubscript(const Expr<SomeType> &expr) { in HasVectorSubscript() function
919 if (IsVariable(*expr) && !HasVectorSubscript(*expr)) { in GetAssociatedVariable()
/external/llvm-project/flang/include/flang/Evaluate/
Dtools.h821 bool HasVectorSubscript(const Expr<SomeType> &);