Home
last modified time | relevance | path

Searched refs:fn_t (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/test/Sema/
Dattr-noreturn.c47 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];
Dfunction.c80 typedef void fn_t(void); typedef
81 fn_t t17;
Dbuiltins.c261 typedef void (fn_t)(int); typedef
265 fn_t *fn) { in test_builtin_launder()
/external/llvm-project/clang/test/CodeGen/
Darm-cmse-call.c6 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));
Dfunc-decl-cleanup.c5 typedef void fn_t(); typedef
7 fn_t a,b;
Dno-common.c11 typedef void* (*fn_t)(long a, long b, char *f, int c); typedef
12 fn_t ABC __attribute__ ((nocommon));
/external/clang/test/CodeGen/
Dfunc-decl-cleanup.c5 typedef void fn_t(); typedef
7 fn_t a,b;
Dno-common.c10 typedef void* (*fn_t)(long a, long b, char *f, int c); typedef
11 fn_t ABC __attribute__ ((nocommon));
/external/clang/test/Sema/
Dfunction.c79 typedef void fn_t(void); typedef
80 fn_t t17;
/external/llvm-project/clang/test/AST/
Dspurious-regparm.c3 typedef int (*fn_t)(int) __attribute__((cmse_nonsecure_call)); typedef
/external/libabigail/src/
Dabg-ir.cc10619 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()