Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-integer.cpp34 class GetConstantArrayBoundHelper { class
40 GetConstantArrayBoundHelper(dim, /*getLbound=*/true).Get(array), in GetLbound()
48 GetConstantArrayBoundHelper(dim, /*getLbound=*/false).Get(array), in GetUbound()
53 GetConstantArrayBoundHelper( in GetConstantArrayBoundHelper() function in Fortran::evaluate::GetConstantArrayBoundHelper
155 return GetConstantArrayBoundHelper::GetLbound<T>(*array, dim); in LBOUND()
220 return GetConstantArrayBoundHelper::GetUbound<T>(*array, dim); in UBOUND()