Searched refs:UNUSED (Results 1 - 25 of 393) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dbuiltins-30.c5 #define UNUSED __attribute__ ((unused)) macro
16 int foo UNUSED; /* { dg-warning "10:argument 'foo' doesn't match built-in prototype" } */
23 const char *foo UNUSED; /* { dg-warning "18:argument 'foo' doesn't match" } */
24 int bar UNUSED;
H A Dpthread-init-common.h10 #define UNUSED __attribute__ ((__unused__)) macro
15 pthread_mutex_t pmutex UNUSED = PTHREAD_MUTEX_INITIALIZER; local
18 pthread_mutex_t pmutex_rc UNUSED = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; local
21 pthread_mutex_t pmutex_ec UNUSED = PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP; local
24 pthread_mutex_t pmutex_ad UNUSED = PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP; local
27 pthread_cond_t pcond UNUSED = PTHREAD_COND_INITIALIZER; local
30 pthread_rwlock_t prwlock UNUSED = PTHREAD_RWLOCK_INITIALIZER; local
33 pthread_rwlock_t prwlock_nrc UNUSED local
37 pthread_once_t ponce UNUSED = PTHREAD_ONCE_INIT; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dbuiltins-30.c5 #define UNUSED __attribute__ ((unused)) macro
17 int foo UNUSED; /* { dg-warning "shadows a built-in" } */
24 const char *foo UNUSED; /* { dg-warning "shadows a built-in" } */
25 int bar UNUSED;
H A Dpthread-init-common.h10 #define UNUSED __attribute__ ((__unused__)) macro
15 pthread_mutex_t pmutex UNUSED = PTHREAD_MUTEX_INITIALIZER; local
18 pthread_mutex_t pmutex_rc UNUSED = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; local
21 pthread_mutex_t pmutex_ec UNUSED = PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP; local
24 pthread_mutex_t pmutex_ad UNUSED = PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP; local
27 pthread_cond_t pcond UNUSED = PTHREAD_COND_INITIALIZER; local
30 pthread_rwlock_t prwlock UNUSED = PTHREAD_RWLOCK_INITIALIZER; local
33 pthread_rwlock_t prwlock_nrc UNUSED local
37 pthread_once_t ponce UNUSED = PTHREAD_ONCE_INIT; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgthr-single.h41 #define UNUSED __attribute__((unused)) macro
70 __gthread_objc_thread_detach (void (* func)(void *), void * arg UNUSED) argument
78 __gthread_objc_thread_set_priority (int priority UNUSED) argument
135 __gthread_objc_mutex_allocate (objc_mutex_t mutex UNUSED) argument
142 __gthread_objc_mutex_deallocate (objc_mutex_t mutex UNUSED) argument
149 __gthread_objc_mutex_lock (objc_mutex_t mutex UNUSED) argument
157 __gthread_objc_mutex_trylock (objc_mutex_t mutex UNUSED) argument
165 __gthread_objc_mutex_unlock (objc_mutex_t mutex UNUSED) argument
174 __gthread_objc_condition_allocate (objc_condition_t condition UNUSED) argument
181 __gthread_objc_condition_deallocate (objc_condition_t condition UNUSED) argument
188 __gthread_objc_condition_wait(objc_condition_t condition UNUSED, objc_mutex_t mutex UNUSED) argument
196 __gthread_objc_condition_broadcast(objc_condition_t condition UNUSED) argument
203 __gthread_objc_condition_signal(objc_condition_t condition UNUSED) argument
217 __gthread_once(__gthread_once_t *__once UNUSED, void (*__func) (void) UNUSED) argument
223 __gthread_key_create(__gthread_key_t *__key UNUSED, void (*__func) (void *) UNUSED) argument
229 __gthread_key_delete(__gthread_key_t __key UNUSED) argument
235 __gthread_getspecific(__gthread_key_t __key UNUSED) argument
241 __gthread_setspecific(__gthread_key_t __key UNUSED, const void *__v UNUSED) argument
247 __gthread_mutex_destroy(__gthread_mutex_t *__mutex UNUSED) argument
253 __gthread_mutex_lock(__gthread_mutex_t *__mutex UNUSED) argument
259 __gthread_mutex_trylock(__gthread_mutex_t *__mutex UNUSED) argument
265 __gthread_mutex_unlock(__gthread_mutex_t *__mutex UNUSED) argument
290 #undef UNUSED macro
[all...]
H A Dgthr-gnat.c33 #define UNUSED(x) macro
35 #define UNUSED(x) x __attribute__((unused)) macro
70 __gthread_mutex_lock (__gthread_mutex_t * UNUSED (mutex)) function
77 __gthread_mutex_unlock (__gthread_mutex_t * UNUSED (mutex)) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/debug/
H A D20020224-1.c12 #define UNUSED __attribute__((unused)) macro
18 f1 (int i UNUSED) argument
25 f1 (EXT ({ int t1 UNUSED; undef (); }));
31 int v1 UNUSED; local
32 int v2 UNUSED; local
34 EXT ({ int t2 UNUSED; if (0) undef (); 0; })
35 && EXT ({ int t3 UNUSED; if (0) undef (); 0; });
52 EXT ({ undef (); 1; }) && EXT ({ int t4 UNUSED = ({ 1; }); 1; });
56 EXT ({ int t5 UNUSED; if (0) undef (); 0; });
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/etc/
H A Dnoparser.c22 UNUSED(L);
26 UNUSED(z);
27 UNUSED(buff);
28 UNUSED(name);
38 UNUSED(f);
39 UNUSED(w);
40 UNUSED(data);
41 UNUSED(strip);
43 UNUSED(L);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/debug/
H A D20020224-1.c8 #define UNUSED __attribute__((unused)) macro
14 f1 (int i UNUSED) argument
21 f1 (EXT ({ int t1 UNUSED; undef (); }));
27 int v1 UNUSED; local
28 int v2 UNUSED; local
30 EXT ({ int t2 UNUSED; if (0) undef (); 0; })
31 && EXT ({ int t3 UNUSED; if (0) undef (); 0; });
48 EXT ({ undef (); 1; }) && EXT ({ int t4 UNUSED = ({ 1; }); 1; });
52 EXT ({ int t5 UNUSED; if (0) undef (); 0; });
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgthr-single.h40 #define UNUSED(x) macro
42 #define UNUSED(x) x __attribute__((unused)) macro
72 __gthread_objc_thread_detach (void (* func)(void *), void * UNUSED(arg)) argument
80 __gthread_objc_thread_set_priority (int UNUSED(priority)) argument
137 __gthread_objc_mutex_allocate (objc_mutex_t UNUSED(mutex)) function
144 __gthread_objc_mutex_deallocate (objc_mutex_t UNUSED(mutex)) function
151 __gthread_objc_mutex_lock (objc_mutex_t UNUSED(mutex)) function
159 __gthread_objc_mutex_trylock (objc_mutex_t UNUSED(mutex)) function
167 __gthread_objc_mutex_unlock (objc_mutex_t UNUSED(mutex)) function
176 __gthread_objc_condition_allocate (objc_condition_t UNUSED(conditio function
183 __gthread_objc_condition_deallocate (objc_condition_t UNUSED(condition)) function
191 objc_mutex_t UNUSED(mutex)) function
198 __gthread_objc_condition_broadcast (objc_condition_t UNUSED(condition)) function
205 __gthread_objc_condition_signal (objc_condition_t UNUSED(condition)) function
219 __gthread_mutex_lock (__gthread_mutex_t * UNUSED(mutex)) function
225 __gthread_mutex_trylock (__gthread_mutex_t * UNUSED(mutex)) function
231 __gthread_mutex_unlock (__gthread_mutex_t * UNUSED(mutex)) function
256 #undef UNUSED macro
[all...]
H A Dgthr-gnat.c36 #define UNUSED(x) macro
38 #define UNUSED(x) x __attribute__((unused)) macro
73 __gthread_mutex_lock (__gthread_mutex_t * UNUSED (mutex)) function
80 __gthread_mutex_unlock (__gthread_mutex_t * UNUSED (mutex)) function
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/filter-aaaa/
H A Dfilter-aaaa.c27 UNUSED(argc);
28 UNUSED(argv);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/x86_64/include/isc/
H A Datomic.h40 #include <isc/util.h> /* for 'UNUSED' macro */
44 UNUSED(p);
45 UNUSED(val);
63 UNUSED(p);
64 UNUSED(val);
82 UNUSED(p);
83 UNUSED(val);
100 UNUSED(p);
101 UNUSED(cmpval);
102 UNUSED(va
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/x86_64/include/isc/
H A Datomic.h40 #include <isc/util.h> /* for 'UNUSED' macro */
44 UNUSED(p);
45 UNUSED(val);
63 UNUSED(p);
64 UNUSED(val);
82 UNUSED(p);
83 UNUSED(val);
100 UNUSED(p);
101 UNUSED(cmpval);
102 UNUSED(va
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dinline.h33 # define INLINE_PSIM_ENDIAN(TYPE) static INLINE TYPE UNUSED
34 # define EXTERN_PSIM_ENDIAN(TYPE) static TYPE UNUSED
36 # define INLINE_PSIM_ENDIAN(TYPE) static TYPE UNUSED
37 # define EXTERN_PSIM_ENDIAN(TYPE) static TYPE UNUSED
55 # define INLINE_BITS(TYPE) static INLINE TYPE UNUSED
56 # define EXTERN_BITS(TYPE) static TYPE UNUSED
58 # define INLINE_BITS(TYPE) static TYPE UNUSED
59 # define EXTERN_BITS(TYPE) static TYPE UNUSED
77 # define INLINE_CORE(TYPE) static INLINE TYPE UNUSED
78 # define EXTERN_CORE(TYPE) static TYPE UNUSED
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dnul_ng.c69 UNUSED(this);
97 UNUSED(this);
98 UNUSED(host);
99 UNUSED(user);
100 UNUSED(domain);
109 UNUSED(this);
110 UNUSED(name);
111 UNUSED(user);
112 UNUSED(host);
113 UNUSED(domai
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/generic/
H A Dnull_10.c33 UNUSED(rdclass);
34 UNUSED(type);
35 UNUSED(lexer);
36 UNUSED(origin);
37 UNUSED(options);
38 UNUSED(target);
39 UNUSED(callbacks);
57 UNUSED(type);
58 UNUSED(rdclass);
59 UNUSED(dct
[all...]
H A Dunspec_103.c32 UNUSED(type);
33 UNUSED(rdclass);
34 UNUSED(origin);
35 UNUSED(options);
36 UNUSED(callbacks);
46 UNUSED(tctx);
57 UNUSED(type);
58 UNUSED(rdclass);
59 UNUSED(dctx);
60 UNUSED(option
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/nothreads/
H A Dthread.c29 UNUSED(level);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/nothreads/
H A Dthread.c29 UNUSED(level);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/
H A Dgthr_supp_vxw_5x.c79 #define UNUSED __attribute__((unused)) macro
81 #define UNUSED macro
85 __gthread_enter_tsd_dtor_context (WIND_TCB *tcb UNUSED) argument
90 __gthread_leave_tsd_dtor_context (WIND_TCB *tcb UNUSED) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/contrib/
H A Dgthr_supp_vxw_5x.c79 #define UNUSED __attribute__((unused)) macro
81 #define UNUSED macro
85 __gthread_enter_tsd_dtor_context (WIND_TCB *tcb UNUSED) argument
90 __gthread_leave_tsd_dtor_context (WIND_TCB *tcb UNUSED) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/lm32/
H A Dmodel.c41 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
42 const IDESC * UNUSED idesc = abuf->idesc;
46 int UNUSED insn_referenced = abuf->written;
57 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
58 const IDESC * UNUSED idesc = abuf->idesc;
62 int UNUSED insn_referenced = abuf->written;
73 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
74 const IDESC * UNUSED idesc = abuf->idesc;
78 int UNUSED insn_referenced = abuf->written;
89 const ARGBUF * UNUSED abu
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/cris/
H A Dmodelv10.c41 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
42 const IDESC * UNUSED idesc = abuf->idesc;
46 int UNUSED insn_referenced = abuf->written;
57 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
58 const IDESC * UNUSED idesc = abuf->idesc;
62 int UNUSED insn_referenced = abuf->written;
73 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
74 const IDESC * UNUSED idesc = abuf->idesc;
78 int UNUSED insn_referenced = abuf->written;
89 const ARGBUF * UNUSED abu
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/include/
H A Dport_before.h8 #define UNUSED(a) (void)&a macro
10 #define UNUSED(a) a = a macro

Completed in 691 milliseconds

1234567891011>>