Searched refs:CFI_allocate (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/flang/include/flang/ |
D | ISO_Fortran_binding.h | 165 int CFI_allocate(CFI_cdesc_t *, const CFI_index_t lower_bounds[],
|
/external/llvm-project/flang/runtime/ |
D | descriptor.cpp | 135 int result{ISO::CFI_allocate(&raw_, lb, ub, ElementBytes())}; in Allocate()
|
D | ISO_Fortran_binding.cpp | 38 int CFI_allocate(CFI_cdesc_t *descriptor, const CFI_index_t lower_bounds[], in CFI_allocate() function
|
/external/llvm-project/flang/unittests/Evaluate/ |
D | ISO-Fortran-binding.cpp | 300 int retCode{CFI_allocate(dv, lower_bounds, upper_bounds, elem_len)}; in check_CFI_allocate()
|