Searched refs:int_fn (Results 1 – 1 of 1) sorted by relevance
45 typedef int (*int_fn)(void); in TEST() typedef46 int_fn get_cxx_ctor_called, get_attr_ctor_called; in TEST()47 get_cxx_ctor_called = reinterpret_cast<int_fn>(dlsym(handle, "get_cxx_ctor_called")); in TEST()48 get_attr_ctor_called = reinterpret_cast<int_fn>(dlsym(handle, "get_attr_ctor_called")); in TEST()