Searched refs:fn_t (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/clang/test/Sema/ |
D | attr-noreturn.c | 47 typedef void fn_t(void); typedef 49 fn_t *fp __attribute__((noreturn)); 54 fn_t *fps[4] __attribute__((noreturn)); 59 extern fn_t *ifps[] __attribute__((noreturn)); 65 extern int g9(int, fn_t **); in f9() 66 fn_t *fp[n] __attribute__((noreturn)); in f9() 71 typedef fn_t *fptrs_t[4];
|
D | function.c | 80 typedef void fn_t(void); typedef 81 fn_t t17;
|
D | builtins.c | 261 typedef void (fn_t)(int); typedef 265 fn_t *fn) { in test_builtin_launder()
|
/external/llvm-project/clang/test/CodeGen/ |
D | arm-cmse-call.c | 6 typedef void fn_t(void); typedef 7 fn_t s; 8 fn_t *p0 __attribute__((cmse_nonsecure_call)); 10 typedef fn_t *pfn_t __attribute__((cmse_nonsecure_call)); 18 typedef fn_t *apfn_t[4] __attribute__((cmse_nonsecure_call));
|
D | func-decl-cleanup.c | 5 typedef void fn_t(); typedef 7 fn_t a,b;
|
D | no-common.c | 11 typedef void* (*fn_t)(long a, long b, char *f, int c); typedef 12 fn_t ABC __attribute__ ((nocommon));
|
/external/clang/test/CodeGen/ |
D | func-decl-cleanup.c | 5 typedef void fn_t(); typedef 7 fn_t a,b;
|
D | no-common.c | 10 typedef void* (*fn_t)(long a, long b, char *f, int c); typedef 11 fn_t ABC __attribute__ ((nocommon));
|
/external/clang/test/Sema/ |
D | function.c | 79 typedef void fn_t(void); typedef 80 fn_t t17;
|
/external/llvm-project/clang/test/AST/ |
D | spurious-regparm.c | 3 typedef int (*fn_t)(int) __attribute__((cmse_nonsecure_call)); typedef
|
/external/libabigail/src/ |
D | abg-ir.cc | 10619 lookup_or_synthesize_fn_type(const function_type_sptr& fn_t, in lookup_or_synthesize_fn_type() argument 10622 ABG_ASSERT(fn_t); in lookup_or_synthesize_fn_type() 10626 if ((result = lookup_function_type(fn_t, corpus))) in lookup_or_synthesize_fn_type() 10633 if ((result = synthesize_function_type_from_translation_unit(*fn_t, in lookup_or_synthesize_fn_type() 11392 lookup_function_type(const function_type_sptr& fn_t, in lookup_function_type() argument 11395 if (fn_t) in lookup_function_type() 11396 return lookup_function_type(*fn_t, corpus); in lookup_function_type()
|