Searched refs:upper_bounds (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | ISO_Fortran_binding.cpp | 39 const CFI_index_t upper_bounds[], std::size_t elem_len) { in CFI_allocate() argument 73 CFI_index_t ub{upper_bounds[j]}; in CFI_allocate() 302 const CFI_index_t lower_bounds[], const CFI_index_t upper_bounds[], in CFI_section() argument 314 if (IsAssumedSize(source) && !upper_bounds) { in CFI_section() 335 const CFI_index_t ub{upper_bounds ? upper_bounds[j] : srcUB}; in CFI_section()
|
| /llvm-project-15.0.7/flang/include/flang/ |
| H A D | ISO_Fortran_binding.h | 177 const CFI_index_t upper_bounds[], size_t elem_len); 183 const CFI_index_t lower_bounds[], const CFI_index_t upper_bounds[],
|
| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A D | ISO-Fortran-binding.cpp | 290 const CFI_index_t lower_bounds[], const CFI_index_t upper_bounds[], in check_CFI_allocate() argument 303 int retCode{CFI_allocate(dv, lower_bounds, upper_bounds, elem_len)}; in check_CFI_allocate() 310 MATCH(upper_bounds[i], dv->dim[i].extent + dv->dim[i].lower_bound - 1); in check_CFI_allocate() 352 if (rank > 0 && (lower_bounds == nullptr || upper_bounds == nullptr)) { in check_CFI_allocate()
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_ast_codegen.c | 643 static __isl_give isl_pw_aff_list *upper_bounds( in upper_bounds() function 1208 upper_list = upper_bounds(c_upper, depth, domain, build); in refine_generic_bounds()
|