Searched refs:int_fn (Results 1 – 1 of 1) sorted by relevance
35 typedef int (*int_fn)(void); in TEST() typedef36 int_fn get_cxx_ctor_called, get_attr_ctor_called; in TEST()37 get_cxx_ctor_called = reinterpret_cast<int_fn>(dlsym(handle, "get_cxx_ctor_called")); in TEST()38 get_attr_ctor_called = reinterpret_cast<int_fn>(dlsym(handle, "get_attr_ctor_called")); in TEST()