Searched refs:fun_t (Results 1 – 6 of 6) sorted by relevance
20 typedef void (fun_t)(int x); typedef30 fun_t *inc = (fun_t*)dlsym(lib, "inc"); in main()
22 typedef void (fun_t)(int*, int); typedef32 fun_t *inc2 = (fun_t*)dlsym(lib, "inc2"); in main()
45 typedef int *(fun_t)(); typedef56 fun_t *get = (fun_t*)dlsym(lib, "get_address_of_static_var"); in main()
7 %fun_t = type void (%p_t)*10 %tmp = alloca %fun_t11 store %fun_t @bar, %fun_t* %tmp
75 using fun_t = Component (*)(Args...); variable79 inline ComponentInterfaceImpl(fun_t fun, std::tuple<Args...> args_tuple) in ComponentInterfaceImpl()92 …Component component = callWithTuple<Component, Args...>(reinterpret_cast<fun_t>(erased_fun), args_… in addBindings()98 std::size_t fun_hash = std::hash<fun_t>()(reinterpret_cast<fun_t>(erased_fun)); in hashCode()104 return new ComponentInterfaceImpl{reinterpret_cast<fun_t>(erased_fun), args_tuple}; in copy()
102 using fun_t = void (*)(); in printIncompatibleComponentReplacementsError() typedef104 fun_t replaced_fun_address; in printIncompatibleComponentReplacementsError()118 fun_t replacement_fun_address1; in printIncompatibleComponentReplacementsError()132 fun_t replacement_fun_address2; in printIncompatibleComponentReplacementsError()146 constexpr static bool function_pointers_have_same_size = sizeof(void*) == sizeof(fun_t); in printIncompatibleComponentReplacementsError()167 using fun_t = void (*)(); in printComponentReplacementFailedBecauseTargetAlreadyExpanded() typedef169 fun_t replaced_fun_address; in printComponentReplacementFailedBecauseTargetAlreadyExpanded()183 fun_t replacement_fun_address1; in printComponentReplacementFailedBecauseTargetAlreadyExpanded()197 constexpr static bool function_pointers_have_same_size = sizeof(void*) == sizeof(fun_t); in printComponentReplacementFailedBecauseTargetAlreadyExpanded()