Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/
DISO_Fortran_binding.h167 int CFI_deallocate(CFI_cdesc_t *);
/external/llvm-project/flang/runtime/
Ddescriptor.cpp144 return ISO::CFI_deallocate(&raw_); in Deallocate()
DISO_Fortran_binding.cpp89 int CFI_deallocate(CFI_cdesc_t *descriptor) { in CFI_deallocate() function
/external/llvm-project/flang/unittests/Evaluate/
DISO-Fortran-binding.cpp364 CFI_deallocate(dv); in check_CFI_allocate()