Searched refs:set (Results 1 - 25 of 1603) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/
H A D1.cc21 #include <set>
25 template class std::set<int>; member in class:std
H A D1_c++0x.cc23 #include <set>
25 template class std::set<int>; member in class:std
H A D3.cc21 #include <set>
26 template class std::set<int, std::less<int>, std::allocator<char> >; member in class:std
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/set/
H A D58764.cc23 #include <set>
27 std::set<int> a = {};
H A D23781_neg.cc24 #include <set>
27 std::set<int>::iterator it = NULL; // { dg-error "conversion" }
28 std::set<int>::const_iterator cit = NULL; // { dg-error "conversion" }
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dmips16-sub.s1 .set mips3
H A Dmips16e-64-sub.s1 .set mips64
H A Dmips16e-sub.s1 .set mips32
/haiku-buildtools/binutils/gas/testsuite/gas/sparc/
H A Dpr20732.s0 set 1000000000, %l5
2 set 1000000000L, %l5
3 set 1000000000LL, %l5
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/
H A D1.cc21 #include <set>
H A D1_c++0x.cc23 #include <set>
/haiku-buildtools/binutils/gas/testsuite/gas/all/
H A Dredef5.s2 .set sym, 0
H A Dredef.s3 .set x, .-_start
6 .set x, .-_start
8 .set x, .-_start
10 .set x, .-_start
H A Dredef2.s3 .set sym, here
5 .set sym, 0x11111111
7 .set sym, xtrn
9 .set sym, 0x22222222
H A Dredef4.s3 .set sym, 0
/haiku-buildtools/binutils/ld/testsuite/ld-cris/
H A Dtls-local-54.s3 .set x, tls128+42
H A Dtls-local-57.s2 .set x,tls128
H A Dtls-local-58.s2 .set x,tls128
H A Dtls-local-59.s2 .set x,tls128
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/all/
H A Dredef5.s2 .set sym, 0
/haiku-buildtools/binutils/gas/testsuite/gas/elf/
H A Dsyms.s3 .set "sy\xa5\xc2mbol", .
/haiku-buildtools/gcc/libgcc/config/bfin/
H A Dcrtlibid.S29 .set _current_shared_library_p5_offset_, 0
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/set/requirements/
H A Dtypedefs.cc22 #include <set>
25 __gnu_test::types<std::set<int> > t;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dcast-qual-3.c5 void set(void*);
10 set((void*)&val); /* { dg-warning "cast discards .volatile. qualifier" } */
H A Dpr44290-2.c12 static int start, set; local
14 if (!set)
16 set = 1;

Completed in 124 milliseconds

1234567891011>>