Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A DISO_Fortran_binding.cpp39 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 DISO_Fortran_binding.h177 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 DISO-Fortran-binding.cpp290 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 Disl_ast_codegen.c643 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()