Home
last modified time | relevance | path

Searched refs:CFI_section (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/
H A DISO_Fortran_binding.h182 int CFI_section(CFI_cdesc_t *, const CFI_cdesc_t *source,
/llvm-project-15.0.7/flang/unittests/Evaluate/
H A DISO-Fortran-binding.cpp451 retCode = CFI_section( in run_CFI_section_tests()
482 retCode = CFI_section( in run_CFI_section_tests()
/llvm-project-15.0.7/flang/runtime/
H A Ddescriptor.cpp215 return CFI_section(&raw_, &source.raw_, lower, upper, stride) == CFI_SUCCESS; in EstablishPointerSection()
H A DISO_Fortran_binding.cpp301 int CFI_section(CFI_cdesc_t *result, const CFI_cdesc_t *source, in CFI_section() function
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DNumericalFormatTest.cpp115 CFI_section(&section.raw(), &whole.raw(), lowers, uppers, strides)}; in TEST()