Home
last modified time | relevance | path

Searched refs:CFI_select_part (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/flang/include/flang/
DISO_Fortran_binding.h174 int CFI_select_part(CFI_cdesc_t *, const CFI_cdesc_t *source,
/external/llvm-project/flang/unittests/Evaluate/
DISO-Fortran-binding.cpp544 retCode = CFI_select_part(result, source, displacement, elem_len); in run_CFI_select_part_tests()
576 retCode = CFI_select_part(result, source, displacement, elem_len); in run_CFI_select_part_tests()
/external/llvm-project/flang/runtime/
DISO_Fortran_binding.cpp346 int CFI_select_part(CFI_cdesc_t *result, const CFI_cdesc_t *source, in CFI_select_part() function