Home
last modified time | relevance | path

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

/external/compiler-rt/test/asan/TestCases/Posix/
Dshared-lib-test.cc20 typedef void (fun_t)(int x); typedef
30 fun_t *inc = (fun_t*)dlsym(lib, "inc"); in main()
Dasan-symbolize-sanity-test.cc22 typedef void (fun_t)(int*, int); typedef
32 fun_t *inc2 = (fun_t*)dlsym(lib, "inc2"); in main()
Ddlclose-test.cc45 typedef int *(fun_t)(); typedef
56 fun_t *get = (fun_t*)dlsym(lib, "get_address_of_static_var"); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ArgumentPromotion/
Dpr33641_remove_arg_dbgvalue.ll7 %fun_t = type void (%p_t)*
10 %tmp = alloca %fun_t
11 store %fun_t @bar, %fun_t* %tmp
/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.defn.h75 using fun_t = Component (*)(Args...); variable
79 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()
/external/google-fruit/src/
Dbinding_normalization.cpp102 using fun_t = void (*)(); in printIncompatibleComponentReplacementsError() typedef
104 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() typedef
169 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()