Home
last modified time | relevance | path

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

/llvm-project/clang/test/AST/
H A Dspurious-regparm.c3 typedef int (*fn_t)(int) __attribute__((cmse_nonsecure_call)); typedef
/llvm-project/clang/test/Parser/
H A Dwasm-funcref.c7 typedef int (*fn_t)(int); typedef
/llvm-project/clang/test/CodeGen/
H A Dfunc-decl-cleanup.c5 typedef void fn_t(); typedef
H A Dno-common.c11 typedef void* (*fn_t)(long a, long b, char *f, int c); typedef
H A Darm-cmse-call.c6 typedef void fn_t(void); typedef
H A Dkcfi.c13 typedef int (*fn_t)(void); global() typedef
/llvm-project/clang/test/CodeGen/WebAssembly/
H A Dwasm-funcref.c6 typedef int (*fn_t)(int); typedef
/llvm-project/clang/test/Sema/
H A Dattr-noreturn.c47 typedef void fn_t(void); typedef
H A Dfunction.c77 typedef void fn_t(void); typedef
H A Dbuiltins.c256 typedef void (fn_t)(int); typedef
/llvm-project/clang/test/SemaCXX/
H A Dcxx2b-deducing-this.cpp661 using fn_t = void(); global() typedef