Home
last modified time | relevance | path

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

/llvm-project/flang/runtime/
H A Dtransformational.cpp477 SubscriptValue dimLB{sourceLB[dim - 1]}; in RTDEF() local
574 SubscriptValue dimLB{sourceLB[dim - 1]}; RTDEF() local
/llvm-project/flang/lib/Semantics/
H A Dexpression.cpp380 auto dimLB{ToInt64(lb[dim])}; CheckConstantSubscripts() local