Searched refs:unused (Results 1 - 25 of 1369) sorted by relevance

1234567891011>>

/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_226.c4 // Test for message: static variable '%s' unused [226]
6 /* expect+1: warning: static variable 'unused' unused [226] */
7 static int unused; variable
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dpr20717.c1 void unused(void);
2 void unused(void) {} function
H A Dstart_lib_test_main.c28 main (int argc __attribute__ ((unused)), argument
29 char** argv __attribute__ ((unused)))
H A Dexclude_libs_test.c6 main (int argc __attribute__ ((unused)), argument
7 char** argv __attribute__ ((unused)))
/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Dlvmchange.c20 int lvmchange(struct cmd_context *cmd __attribute((unused)),
21 int argc __attribute((unused)), char **argv __attribute((unused)))
H A Dstub.h22 int lvmsadc(struct cmd_context *cmd __attribute((unused)),
23 int argc __attribute((unused)),
24 char **argv __attribute((unused)))
29 int lvmsar(struct cmd_context *cmd __attribute((unused)),
30 int argc __attribute((unused)),
31 char **argv __attribute((unused)))
36 int pvdata(struct cmd_context *cmd __attribute((unused)),
37 int argc __attribute((unused)),
38 char **argv __attribute((unused)))
H A Dformats.c20 int formats(struct cmd_context *cmd, int argc __attribute((unused)),
21 char **argv __attribute((unused)))
H A Dlvm2cmd.c25 int lvm_shell(struct cmd_context *cmd __attribute((unused)),
26 struct cmdline_context *cmdline __attribute((unused)))
H A Dsegtypes.c20 int segtypes(struct cmd_context *cmd, int argc __attribute((unused)),
21 char **argv __attribute((unused)))
H A Dlvm-static.c27 int lvm_shell(struct cmd_context *cmd __attribute((unused)),
28 struct cmdline_context *cmdline __attribute((unused)))
/netbsd-current/external/bsd/tcpdump/dist/
H A Dvarattrs.h45 #if __has_attribute(unused) \
48 * Compiler with support for __attribute__((unused)), or GCC 2.0 and
49 * later, so it supports __attribute__((unused)).
51 #define _U_ __attribute__((unused))
54 * We don't know of any way to mark a variable as unused.
/netbsd-current/external/bsd/libpcap/dist/
H A Dvarattrs.h45 #if __has_attribute(unused) \
48 * Compiler with support for __attribute__((unused)), or GCC 2.0 and
49 * later, so it supports __attribute__((unused)).
51 #define _U_ __attribute__((unused))
54 * We don't know of any way to mark a variable as unused.
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-plugin/
H A Dlto-7b.c4 __attribute__ ((unused, constructor))
H A Dlto-7c.c5 __attribute__ ((unused, constructor))
H A Dpr24486a.c7 void unused (void) { bar(); } function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/pa/
H A Dstublib.c31 __register_frame_info (__attribute__((unused)) const void *p,
32 __attribute__((unused)) struct object *ob)
40 __deregister_frame_info (__attribute__((unused)) const void *p)
50 _ITM_registerTMCloneTable (__attribute__((unused)) const void *p,
51 __attribute__((unused)) size_t s)
59 _ITM_deregisterTMCloneTable (__attribute__((unused)) const void *p)
67 __cxa_finalize (__attribute__((unused)) void *p)
75 _Jv_RegisterClasses (__attribute__((unused)) void *p)
83 pthread_default_stacksize_np (__attribute__((unused)) unsigned long new,
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/pa/
H A Dstublib.c31 __register_frame_info (__attribute__((unused)) const void *p,
32 __attribute__((unused)) struct object *ob)
40 __deregister_frame_info (__attribute__((unused)) const void *p)
50 _ITM_registerTMCloneTable (__attribute__((unused)) const void *p,
51 __attribute__((unused)) size_t s)
59 _ITM_deregisterTMCloneTable (__attribute__((unused)) const void *p)
67 __cxa_finalize (__attribute__((unused)) void *p)
75 _Jv_RegisterClasses (__attribute__((unused)) void *p)
83 pthread_default_stacksize_np (__attribute__((unused)) unsigned long new,
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-host.c63 host_init_device (int n __attribute__ ((unused))) argument
69 host_fini_device (int n __attribute__ ((unused))) argument
81 host_load_image (int n __attribute__ ((unused)), argument
82 unsigned v __attribute__ ((unused)),
83 const void *t __attribute__ ((unused)),
84 struct addr_pair **r __attribute__ ((unused)))
90 host_unload_image (int n __attribute__ ((unused)), argument
91 unsigned v __attribute__ ((unused)),
92 const void *t __attribute__ ((unused)))
98 host_alloc (int n __attribute__ ((unused)), size_ argument
104 host_free(int n __attribute__ ((unused)), void *p) argument
111 host_dev2host(int n __attribute__ ((unused)), void *h __attribute__ ((unused)), const void *d __attribute__ ((unused)), size_t s __attribute__ ((unused))) argument
120 host_host2dev(int n __attribute__ ((unused)), void *d __attribute__ ((unused)), const void *h __attribute__ ((unused)), size_t s __attribute__ ((unused))) argument
129 host_run(int n __attribute__ ((unused)), void *fn_ptr, void *vars, void **args __attribute__((unused))) argument
138 host_openacc_exec(void (*fn) (void *), size_t mapnum __attribute__ ((unused)), void **hostaddrs, void **devaddrs __attribute__ ((unused)), unsigned *dims __attribute__ ((unused)), void *targ_mem_desc __attribute__ ((unused))) argument
149 host_openacc_async_exec(void (*fn) (void *), size_t mapnum __attribute__ ((unused)), void **hostaddrs, void **devaddrs __attribute__ ((unused)), unsigned *dims __attribute__ ((unused)), void *targ_mem_desc __attribute__ ((unused)), struct goacc_asyncqueue *aq __attribute__ ((unused))) argument
161 host_openacc_async_test(struct goacc_asyncqueue *aq __attribute__ ((unused))) argument
167 host_openacc_async_synchronize(struct goacc_asyncqueue *aq __attribute__ ((unused))) argument
174 host_openacc_async_serialize(struct goacc_asyncqueue *aq1 __attribute__ ((unused)), struct goacc_asyncqueue *aq2 __attribute__ ((unused))) argument
183 host_openacc_async_host2dev(int ord __attribute__ ((unused)), void *dst __attribute__ ((unused)), const void *src __attribute__ ((unused)), size_t n __attribute__ ((unused)), struct goacc_asyncqueue *aq __attribute__ ((unused))) argument
194 host_openacc_async_dev2host(int ord __attribute__ ((unused)), void *dst __attribute__ ((unused)), const void *src __attribute__ ((unused)), size_t n __attribute__ ((unused)), struct goacc_asyncqueue *aq __attribute__ ((unused))) argument
205 host_openacc_async_queue_callback(struct goacc_asyncqueue *aq __attribute__ ((unused)), void (*callback_fn)(void *) __attribute__ ((unused)), void *userptr __attribute__ ((unused))) argument
221 host_openacc_async_destruct(struct goacc_asyncqueue *aq __attribute__ ((unused))) argument
251 host_openacc_create_thread_data(int ord __attribute__ ((unused))) argument
257 host_openacc_destroy_thread_data(void *tls_data __attribute__ ((unused))) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Doacc-host.c63 host_init_device (int n __attribute__ ((unused))) argument
69 host_fini_device (int n __attribute__ ((unused))) argument
81 host_load_image (int n __attribute__ ((unused)), argument
82 unsigned v __attribute__ ((unused)),
83 const void *t __attribute__ ((unused)),
84 struct addr_pair **r __attribute__ ((unused)))
90 host_unload_image (int n __attribute__ ((unused)), argument
91 unsigned v __attribute__ ((unused)),
92 const void *t __attribute__ ((unused)))
98 host_alloc (int n __attribute__ ((unused)), size_ argument
104 host_free(int n __attribute__ ((unused)), void *p) argument
111 host_dev2host(int n __attribute__ ((unused)), void *h __attribute__ ((unused)), const void *d __attribute__ ((unused)), size_t s __attribute__ ((unused))) argument
120 host_host2dev(int n __attribute__ ((unused)), void *d __attribute__ ((unused)), const void *h __attribute__ ((unused)), size_t s __attribute__ ((unused))) argument
129 host_run(int n __attribute__ ((unused)), void *fn_ptr, void *vars, void **args __attribute__((unused))) argument
138 host_openacc_exec(void (*fn) (void *), size_t mapnum __attribute__ ((unused)), void **hostaddrs, void **devaddrs __attribute__ ((unused)), unsigned *dims __attribute__ ((unused)), void *targ_mem_desc __attribute__ ((unused))) argument
149 host_openacc_async_exec(void (*fn) (void *), size_t mapnum __attribute__ ((unused)), void **hostaddrs, void **devaddrs __attribute__ ((unused)), unsigned *dims __attribute__ ((unused)), void *targ_mem_desc __attribute__ ((unused)), struct goacc_asyncqueue *aq __attribute__ ((unused))) argument
161 host_openacc_async_test(struct goacc_asyncqueue *aq __attribute__ ((unused))) argument
167 host_openacc_async_synchronize(struct goacc_asyncqueue *aq __attribute__ ((unused))) argument
174 host_openacc_async_serialize(struct goacc_asyncqueue *aq1 __attribute__ ((unused)), struct goacc_asyncqueue *aq2 __attribute__ ((unused))) argument
183 host_openacc_async_host2dev(int ord __attribute__ ((unused)), void *dst __attribute__ ((unused)), const void *src __attribute__ ((unused)), size_t n __attribute__ ((unused)), struct goacc_asyncqueue *aq __attribute__ ((unused))) argument
194 host_openacc_async_dev2host(int ord __attribute__ ((unused)), void *dst __attribute__ ((unused)), const void *src __attribute__ ((unused)), size_t n __attribute__ ((unused)), struct goacc_asyncqueue *aq __attribute__ ((unused))) argument
205 host_openacc_async_queue_callback(struct goacc_asyncqueue *aq __attribute__ ((unused)), void (*callback_fn)(void *) __attribute__ ((unused)), void *userptr __attribute__ ((unused))) argument
221 host_openacc_async_destruct(struct goacc_asyncqueue *aq __attribute__ ((unused))) argument
251 host_openacc_create_thread_data(int ord __attribute__ ((unused))) argument
257 host_openacc_destroy_thread_data(void *tls_data __attribute__ ((unused))) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/sol2/
H A Dcrtpg.c40 __start_crt_compiler (int argc __attribute__ ((unused)), argument
41 char **argv __attribute__ ((unused)))
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Dmissing-build-notes.s4 .section .text.unused,"ax"
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/sol2/
H A Dcrtpg.c40 __start_crt_compiler (int argc __attribute__ ((unused)), argument
41 char **argv __attribute__ ((unused)))
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/gcn/
H A Dgthr-gcn.h66 __gthread_once (__gthread_once_t *__once __attribute__((unused)),
67 void (*__func) (void) __attribute__((unused)))
73 __gthread_key_create (__gthread_key_t *__key __attribute__((unused)),
74 void (*__dtor) (void *) __attribute__((unused)))
88 __gthread_getspecific (__gthread_key_t __key __attribute__((unused)))
94 __gthread_setspecific (__gthread_key_t __key __attribute__((unused)),
95 const void *__ptr __attribute__((unused)))
102 __gthread_mutex_destroy (__gthread_mutex_t *__mutex __attribute__((unused)))
108 __gthread_recursive_mutex_destroy (__gthread_recursive_mutex_t *__mutex __attribute__((unused)))
138 __gthread_recursive_mutex_lock (__gthread_recursive_mutex_t *__mutex __attribute__((unused)))
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/gcn/
H A Dgthr-gcn.h66 __gthread_once (__gthread_once_t *__once __attribute__((unused)),
67 void (*__func) (void) __attribute__((unused)))
73 __gthread_key_create (__gthread_key_t *__key __attribute__((unused)),
74 void (*__dtor) (void *) __attribute__((unused)))
88 __gthread_getspecific (__gthread_key_t __key __attribute__((unused)))
94 __gthread_setspecific (__gthread_key_t __key __attribute__((unused)),
95 const void *__ptr __attribute__((unused)))
102 __gthread_mutex_destroy (__gthread_mutex_t *__mutex __attribute__((unused)))
108 __gthread_recursive_mutex_destroy (__gthread_recursive_mutex_t *__mutex __attribute__((unused)))
138 __gthread_recursive_mutex_lock (__gthread_recursive_mutex_t *__mutex __attribute__((unused)))
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/config/
H A Dfpu-generic.h55 set_fpu_trap_exceptions (int trap __attribute__((unused)),
56 int notrap __attribute__((unused)))
75 set_fpu_rounding_mode (int round __attribute__((unused)))
81 support_fpu_underflow_control (int kind __attribute__((unused)))
95 set_fpu_underflow_mode (int gradual __attribute__((unused)))

Completed in 243 milliseconds

1234567891011>>