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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/overload/
H A Drvalue1.C3 void unused(const bool &) { } function
7 unused(!!x); // type of "!x" is bool
8 unused(!x); // type of "!x" is bool
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/abi/
H A Dmangle21.C8 do { static int xyz __attribute__((unused)) = 1; } while (0);
9 do { static int xyz __attribute__((unused)) = 2; } while (0);
10 do { static int xyz __attribute__((unused)) = 3; } while (0);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/abi/
H A Dmangle21.C8 do { static int xyz __attribute__((unused)) = 1; } while (0);
9 do { static int xyz __attribute__((unused)) = 2; } while (0);
10 do { static int xyz __attribute__((unused)) = 3; } while (0);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/ext/
H A Dattrib9.C1 class __attribute__((unused)) C; // { dg-warning "type attributes" }
2 struct __attribute__((unused)) S; // { dg-warning "type attributes" }
3 union __attribute__((unused)) U; // { dg-warning "type attributes" }
5 enum __attribute__((unused)) e; // { dg-warning "type attributes" }
H A Dattrib22.C5 static_cast<float *__attribute((unused))>(0); // { dg-error "expected" }
H A Dattrib4.C5 __attribute__((unused))
9 __attribute__((unused))
14 __attribute__((unused))
18 __attribute__((unused))
26 __attribute__((unused)); // OK
30 __attribute__((unused)) // parse error before '__attribute__' in C++
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Dattrib24.C4 enum __attribute__((unused)) E; // { dg-error "without previous declaration" }
H A Dattrib22.C5 static_cast<float *__attribute((unused))>(0); // { dg-error "expected" }
H A Dattrib9.C1 class __attribute__((unused)) C;
2 struct __attribute__((unused)) S;
3 union __attribute__((unused)) U;
5 enum __attribute__((unused)) e; // { dg-warning "already defined" }
7 struct __attribute((unused)) B *p; // { dg-warning "attributes" }
10 struct __attribute((unused)) A<int>; // { dg-warning "attributes" }
H A Dattrib4.C5 __attribute__((unused))
9 __attribute__((unused))
14 __attribute__((unused))
18 __attribute__((unused))
26 __attribute__((unused)); // OK
30 __attribute__((unused)) // parse error before '__attribute__' in C++
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic65.C2 struct unused;
3 template<typename T1 = unused, typename T2 = unused, typename T3 = unused,
4 typename T4 = unused, typename T5 = unused, typename T6 = unused>
/netbsd-6-1-5-RELEASE/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)))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dunused.C6 #pragma unused ( x )
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dunused.C6 #pragma unused ( x )
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Dstart_lib_test_main.c28 main (int argc __attribute__ ((unused)), argument
29 char** argv __attribute__ ((unused)))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dcrash54.C5 struct __attribute__((unused)) A<0<; // { dg-error "template argument|unqualified-id" }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pa/
H A Dstublib.c32 void __register_frame_info (const void * __attribute__((unused)),
33 struct object * __attribute__((unused)));
41 void *__deregister_frame_info (const void * __attribute__((unused)));
50 void __cxa_finalize (void * __attribute__((unused)));
58 void _Jv_RegisterClasses (void * __attribute__((unused)));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/warn/
H A DWunused-label-1.C11 l4: __attribute__ ((unused)) ; f9();
17 label: __attribute ((unused)) ;
24 l2: __attribute__ ((unused)) f9(); // { dg-error "expected" }
25 // We still get an unused label warning--this is
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dosdep-aix.c26 osdep_get_name(unused int fd, unused char *tty)
H A Dosdep-hpux.c26 osdep_get_name(unused int fd, unused char *tty)
H A Dosdep-unknown.c26 osdep_get_name(unused int fd, unused char *tty)

Completed in 326 milliseconds

1234567891011>>