Searched defs:fun_t (Results 1 – 5 of 5) sorted by relevance
20 typedef void (fun_t)(int x); typedef
22 typedef void (fun_t)(int*, int); typedef
45 typedef int *(fun_t)(); typedef
100 using fun_t = void (*)(); in printIncompatibleComponentReplacementsError() typedef165 using fun_t = void (*)(); in printComponentReplacementFailedBecauseTargetAlreadyExpanded() typedef
75 using fun_t = Component (*)(Args...); variable