Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Lower/OpenMP/
H A DClauseProcessor.cpp673 bool isBox() const { return inBox; } isBox() function in Fortran::lower::omp::TypeInfo
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp5916 const bool isBox = mlir::isa<fir::BoxType>(baseType); genOptionalArrayFetch() local