Searched refs:unique (Results 76 - 100 of 107) sorted by relevance

12345

/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dforward_list.h405 * specialized algorithms %unique to linked lists, such as
1140 unique()
1141 { unique(std::equal_to<_Tp>()); }
1157 unique(_BinPred __binary_pred);
H A Dregex_compiler.h457 auto __end = std::unique(_M_char_set.begin(), _M_char_set.end());
H A Dalgorithmfwd.h126 unique
594 unique(_FIter, _FIter);
598 unique(_FIter, _FIter, _BinaryPredicate);
H A Dstl_list.h484 * specialized algorithms %unique to linked lists, such as
1577 unique();
1593 unique(_BinaryPredicate);
H A Dshared_ptr_base.h1066 unique() const noexcept
H A Dstl_algo.h962 // Skip the beginning, if already unique.
985 * unique() is stable, so the relative order of elements that are
992 unique(_ForwardIterator __first, _ForwardIterator __last) function
1015 * unique() is stable, so the relative order of elements that are
1022 unique(_ForwardIterator __first, _ForwardIterator __last, function
/haiku-buildtools/binutils/gas/config/
H A Dobj-coff.c769 unique, nor do we merge tags with non-tags. */
1098 /* Make a weak symbol name unique by
1104 const char * unique = "";
1108 unique = an_external_name;
1112 return concat (name, ".", unique, (char *) NULL);
1100 const char * unique = ""; local
/haiku-buildtools/binutils/bfd/
H A DMakefile.in1790 unique=`for i in $$list; do \
1795 mkid -fID $$unique
1816 unique=`for i in $$list; do \
1822 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1823 test -n "$$unique" || unique=$$empty_fix; \
1826 "$$@" $$unique; \
1829 $$unique; \
1836 unique=`for i in $$list; do \
1841 test -z "$(CTAGS_ARGS)$$unique" \
[all...]
/haiku-buildtools/legacy/gcc/libstdc++/std/
H A Dbastring.h322 void unique () { if (rep ()->ref > 1) alloc (length (), true); } function in class:basic_string
323 void selfish () { unique (); rep ()->selfish = true; }
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dmips.exp1396 run_dump_test_arches "cache" [lsort -dictionary -unique [concat \
1401 run_dump_test_arches "pref" [lsort -dictionary -unique [concat \
/haiku-buildtools/legacy/gcc/gcc/
H A Dgcc.c1318 int unique; /* Indicates whether %g or %u/%U was used. */ member in struct:temp_name
3768 && t->unique == (c != 'g'))
3782 t->unique = (c != 'g');
3795 static int unique;
3798 unique++;
3799 sprintf (buff, "%d", unique);
/haiku-buildtools/binutils/ld/
H A DMakefile.in1863 unique=`for i in $$list; do \
1868 mkid -fID $$unique
1889 unique=`for i in $$list; do \
1895 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1896 test -n "$$unique" || unique=$$empty_fix; \
1899 "$$@" $$unique; \
1902 $$unique; \
1909 unique=`for i in $$list; do \
1914 test -z "$(CTAGS_ARGS)$$unique" \
[all...]
/haiku-buildtools/binutils/gas/
H A DMakefile.in2319 unique=`for i in $$list; do \
2324 mkid -fID $$unique
2345 unique=`for i in $$list; do \
2351 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2352 test -n "$$unique" || unique=$$empty_fix; \
2355 "$$@" $$unique; \
2358 $$unique; \
2365 unique=`for i in $$list; do \
2370 test -z "$(CTAGS_ARGS)$$unique" \
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tm/
H A Dpr46567.C2243 unique();
2246 unique(_BinaryPredicate);
2482 unique() function in class:std::list
2602 unique(_BinaryPredicate __binary_pred) function in class:std::list
/haiku-buildtools/gcc/libstdc++-v3/include/tr1/
H A Dshared_ptr.h689 unique() const // never throws function in class:tr1::__shared_ptr
/haiku-buildtools/binutils/gold/testsuite/
H A DMakefile.in4900 unique=`for i in $$list; do \
4905 mkid -fID $$unique
4913 unique=`for i in $$list; do \
4919 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
4920 test -n "$$unique" || unique=$$empty_fix; \
4923 "$$@" $$unique; \
4926 $$unique; \
4933 unique=`for i in $$list; do \
4938 test -z "$(CTAGS_ARGS)$$unique" \
[all...]
H A DMakefile.am259 $(CXXLINK) -Bgcctestdir/ -Wl,--icf=all -Wl,--keep-unique,_Z11unique_funcv icf_keep_unique_test.o
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_algo.h558 // unique and unique_copy
642 _ForwardIter unique(_ForwardIter __first, _ForwardIter __last) { function
648 _ForwardIter unique(_ForwardIter __first, _ForwardIter __last, function
/haiku-buildtools/gcc/gcc/
H A Dsel-sched-ir.c1277 bool unique = VINSN_UNIQUE_P (vi);
1281 new_vi = create_vinsn_from_insn_rtx (copy, unique);
1393 /* Force newly generated vinsns to be unique. */
3049 /* Exception handling insns are always unique. */
1267 bool unique = VINSN_UNIQUE_P (vi); local
H A Dgcc.c1747 int unique; /* Indicates whether %g or %u/%U was used. */
5187 && t->unique == (c == 'u' || c == 'U' || c == 'j'))
5208 t->unique = (c == 'u' || c == 'U' || c == 'j');
1738 int unique; /* Indicates whether %g or %u/%U was used. */ member in struct:temp_name
/haiku-buildtools/isl/
H A Disl_map.c9501 int unique; local
9502 unique = isl_basic_set_dim_is_unique(set->p[i], dim);
9503 if (unique != 1)
9504 return unique;
10101 static int unique(isl_int *p, unsigned pos, unsigned len) function
10129 if (!unique(bset->eq[i] + 1 + ovar, j, nvar))
10138 if (!unique(bset->ineq[i] + 1 + ovar, j, nvar))
/haiku-buildtools/isl/doc/
H A Dimplementation.tex161 and in computing a unique representation for existentially quantified
/haiku-buildtools/legacy/binutils/texinfo/
H A Dtexinfo.tex4958 % Do the @verb magic: verbatim text is quoted by unique
/haiku-buildtools/libtool/doc/
H A Dtexinfo.tex5194 % Do the @verb magic: verbatim text is quoted by unique
/haiku-buildtools/autoconf/build-aux/
H A Dtexinfo.tex5516 % Do the @verb magic: verbatim text is quoted by unique

Completed in 446 milliseconds

12345