Home
last modified time | relevance | path

Searched defs:fn_ptr (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/CXX/dcl.decl/
H A Dp4-0x.cpp11 void (*[[attr]] fn_ptr)() = &fn; // expected-warning{{unknown attribute 'attr' ignored}} in fn() local
/llvm-project/offload/test/libc/
H A Dhost_call.c
/llvm-project/clang/test/Sema/
H A Dattr-deprecated-c2x.c27 int (*fn_ptr)(void) = old_fn; // expected-warning {{'old_fn' is deprecated}} variable
H A Dattr-deprecated.c29 int (*fn_ptr)(void) = old_fn; // expected-warning {{'old_fn' is deprecated}} variable
/llvm-project/clang/test/Parser/
H A Dcxx-attributes.cpp33 …void (*__attribute__((attr)) fn_ptr)() = &fn; // expected-warning{{unknown attribute 'attr' ignore… in fn() local
/llvm-project/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
H A Dany_cast_pointer.pass.cpp164 T fn_ptr = std::any_cast<T>(a); in test_cast_function_pointer() local
/llvm-project/clang/test/SemaCUDA/
H A Dcall-device-fn-from-host.cu79 __host__ __device__ void fn_ptr() { in fn_ptr() function
H A Dcall-host-fn-from-device.cu105 __host__ __device__ void fn_ptr() { in fn_ptr() function
/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c86 typedef void (*fn_ptr)(void); typedef
[all...]