Searched refs:fn_t (Results 1 – 4 of 4) sorted by relevance
5 typedef void fn_t(); typedef7 fn_t a,b;
10 typedef void* (*fn_t)(long a, long b, char *f, int c); typedef11 fn_t ABC __attribute__ ((nocommon));
79 typedef void fn_t(void); typedef80 fn_t t17;
11708 lookup_or_synthesize_fn_type(const function_type_sptr& fn_t, in lookup_or_synthesize_fn_type() argument11711 ABG_ASSERT(fn_t); in lookup_or_synthesize_fn_type()11715 if ((result = lookup_function_type(fn_t, corpus))) in lookup_or_synthesize_fn_type()11722 if ((result = synthesize_function_type_from_translation_unit(*fn_t, in lookup_or_synthesize_fn_type()12481 lookup_function_type(const function_type_sptr& fn_t, in lookup_function_type() argument12484 if (fn_t) in lookup_function_type()12485 return lookup_function_type(*fn_t, corpus); in lookup_function_type()