Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/module/
H A Diso_c_binding.f9082 module procedure c_associated_c_funptr
84 private :: c_associated_c_ptr, c_associated_c_funptr
105 pure logical function c_associated_c_funptr(c_funptr_1, c_funptr_2) function
109 c_associated_c_funptr = .false.
111 c_associated_c_funptr = c_funptr_1%__address == c_funptr_2%__address
113 c_associated_c_funptr = .true.
115 end function c_associated_c_funptr