Home
last modified time | relevance | path

Searched defs:fun_t (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Posix/
Dshared-lib-test.cc20 typedef void (fun_t)(int x); typedef
Dasan-symbolize-sanity-test.cc22 typedef void (fun_t)(int*, int); typedef
Ddlclose-test.cc45 typedef int *(fun_t)(); typedef
/external/google-fruit/src/
Dbinding_normalization.cpp100 using fun_t = void (*)(); in printIncompatibleComponentReplacementsError() typedef
165 using fun_t = void (*)(); in printComponentReplacementFailedBecauseTargetAlreadyExpanded() typedef
/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.defn.h75 using fun_t = Component (*)(Args...); variable