Searched refs:c_associated_c_funptr (Results 1 – 1 of 1) sorted by relevance
82 module procedure c_associated_c_funptr84 private :: c_associated_c_ptr, c_associated_c_funptr105 pure logical function c_associated_c_funptr(c_funptr_1, c_funptr_2) function109 c_associated_c_funptr = .false.111 c_associated_c_funptr = c_funptr_1%__address == c_funptr_2%__address113 c_associated_c_funptr = .true.115 end function c_associated_c_funptr