Searched defs:isBox (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/lib/Lower/OpenMP/ | ||
H A D | ClauseProcessor.cpp | 673 bool isBox() const { return inBox; } isBox() function in Fortran::lower::omp::TypeInfo |
/llvm-project/flang/lib/Lower/ | ||
H A D | ConvertExpr.cpp | 5916 const bool isBox = mlir::isa<fir::BoxType>(baseType); genOptionalArrayFetch() local |