Searched refs:unique (Results 1 - 25 of 107) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Doverload6.C7 template<typename T> void unique(T,T);
16 unique(A().begin); // { dg-error "invalid use of non-static member function" }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/shared_ptr/observers/
H A Dunique.cc29 // unique
36 VERIFY( !p1.unique() );
38 VERIFY( !p1.unique() );
47 VERIFY( p1.unique() );
49 VERIFY( !p1.unique() );
51 VERIFY( !p1.unique() );
52 VERIFY( p2.unique() );
63 VERIFY( p1.unique() );
64 VERIFY( p2.unique() );
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr30744-1.c8 my_intptr_t unique; member in struct:__anon921
15 ((G *) ((void *)((~(my_intptr_t)(p)))))->unique = n->unique;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/unique/
H A D1.cc20 // 25.2.8 [lib.alg.unique] Unique
29 unique (menge.begin(), menge.end());
H A D2.cc20 // 25.2.8 [lib.alg.unique] Unique
47 pos = unique(coll.begin(), coll.end());
51 pos = unique(coll2.begin(), coll2.end());
63 pos = unique(coll.begin(), coll.end(), greater<int>());
67 pos = unique(coll2.begin(), coll2.end(), greater<int>());
79 pos = unique(coll.begin(), coll.end(), less<int>());
84 pos = unique(coll2.begin(), coll2.end(), less<int>());
H A D11480.cc36 std::unique(a, a+10, compare);
H A Dmoveable.cc20 // 25.2.8 [lib.alg.unique] Unique
57 VERIFY( std::unique(con.begin(), con.end()).ptr - T1 == 12 );
62 VERIFY( std::unique(con2.begin(), con2.end()).ptr - T2 == 8 );
90 VERIFY( std::unique(con.begin(), con.end(), are_equal).ptr - T1 == 12 );
95 VERIFY( std::unique(con2.begin(), con2.end(), are_equal).ptr - T2 == 8 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/unique/requirements/explicit_instantiation/
H A D2.cc35 template iterator_type unique(iterator_type, iterator_type);
36 template iterator_type unique(iterator_type, iterator_type, predicate_type);
H A Dpod.cc34 template iterator_type unique(iterator_type, iterator_type);
35 template iterator_type unique(iterator_type, iterator_type, predicate_type);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/observers/
H A Dunique.cc27 // unique
34 VERIFY( !p1.unique() );
36 VERIFY( !p1.unique() );
47 VERIFY( p1.unique() );
49 VERIFY( !p1.unique() );
51 VERIFY( !p1.unique() );
52 VERIFY( p2.unique() );
65 VERIFY( p1.unique() );
66 VERIFY( p2.unique() );
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/
H A Dstrip-10.d2 #source: unique.s
H A Dnm.exp103 # Test nm -g on a unique global symbol.
105 # Only some targets support unique symbols.
112 if {![binutils_assemble $srcdir/$subdir/unique.s tmpdir/unique.o]} then {
113 fail "nm -g on unique symbols (assembling)"
116 set tmpfile [remote_download host tmpdir/unique.o]
118 set tmpfile tmpdir/unique.o
124 pass "nm -g on unique symbols"
126 fail "nm -g on unique symbols"
130 remote_file host delete "tmpdir/unique
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A D4.cc28 // unique
35 fl.unique();
59 // unique with predicate
65 fl.unique(Mod<int>(111));
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtem01.C19 bool unique() const {return *p_refcnt == N;} function in class:ref_counter
24 if (unique()) delete p_refcnt;
35 virtual ~ref_pointer() {if (unique()) delete the_p;}
58 bool unique() const {return ref_count.unique();} function in class:ref_pointer
73 if (unique()) delete the_p;
83 if (unique()) delete the_p;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/algorithm/
H A Dsample.cc55 auto it2 = std::unique(samp, it);
70 auto it2 = std::unique(samp, it);
88 auto it = std::unique(v.begin(), v.end());
/haiku-buildtools/binutils/ld/testsuite/ld-sh/sh64/
H A Dcrange-2f.s1 ! Section with SHmedia in unique section. Note the absence of a symbol to
H A Dcrange-2g.s1 ! Section with SHmedia in unique section, similar to crange-2f.s
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-sh/sh64/
H A Dcrange-2f.s1 ! Section with SHmedia in unique section. Note the absence of a symbol to
H A Dcrange-2g.s1 ! Section with SHmedia in unique section, similar to crange-2f.s
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dgroup9b.d9 # well with unique group sections under ld -r.
H A Dgroup9a.d9 # well with unique group sections under ld -r.
H A Dgroup8a.d9 # well with unique group sections under ld -r.
H A Dgroup8b.d9 # well with unique group sections under ld -r.
/haiku-buildtools/gcc/gmp/tests/mpz/
H A Dt-perfpow.c111 int i, j, k, unique, destroy, res; local
128 nrprimes = mpz_get_ui (np) % NRP + 1; /* 1-NRP unique primes */
139 unique = 1;
144 unique = 0;
148 if (unique)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/hash/
H A Dchi2_q_document_words.cc38 auto it = std::unique(words.begin(), words.end());

Completed in 125 milliseconds

12345