Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/
DISO_Fortran_binding.h165 int CFI_allocate(CFI_cdesc_t *, const CFI_index_t lower_bounds[],
/external/llvm-project/flang/runtime/
Ddescriptor.cpp135 int result{ISO::CFI_allocate(&raw_, lb, ub, ElementBytes())}; in Allocate()
DISO_Fortran_binding.cpp38 int CFI_allocate(CFI_cdesc_t *descriptor, const CFI_index_t lower_bounds[], in CFI_allocate() function
/external/llvm-project/flang/unittests/Evaluate/
DISO-Fortran-binding.cpp300 int retCode{CFI_allocate(dv, lower_bounds, upper_bounds, elem_len)}; in check_CFI_allocate()