Searched refs:xalloc (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/ios_base/storage/
H A D1.cc33 ios::xalloc();
34 ios::xalloc();
35 ios::xalloc();
36 long x4 = ios::xalloc();
H A D11584.cc44 const int i = std::ios::xalloc();
/haiku-buildtools/gcc/gmp/mpz/
H A Dlucnum_ui.c49 mp_size_t lalloc, xalloc, lsize, xsize; local
73 xalloc = lalloc;
74 xp = TMP_ALLOC_LIMBS (xalloc);
93 ASSERT (xalloc >= yalloc);
109 ASSERT (xalloc >= xsize+1);
169 ASSERT (xalloc >= 2*lsize);
H A Dfib_ui.c50 mp_size_t size, xalloc; local
63 xalloc = MPN_FIB2_SIZE (n2) + 1;
64 MPZ_REALLOC (fn, 2*xalloc+1);
68 TMP_ALLOC_LIMBS_2 (xp,xalloc, yp,xalloc);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/
H A D9523.cc30 int index = ios_base::xalloc();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr48271.C4 void *xalloc ();
11 void *p = xalloc ();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/objects/char/
H A D5.cc61 int ret = std::ios_base::xalloc();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D5.cc61 int ret = std::ios_base::xalloc();
/haiku-buildtools/legacy/gcc/libio/
H A Dioextend.cc29 int ios::xalloc() function in class:ios
H A Dstreambuf.h236 static int xalloc();
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dios.cc100 ios_base::xalloc() throw() function in class:ios_base
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dios_base.h785 * application calls xalloc in order to obtain an index in the iword and
789 * returned on each invocation. xalloc is guaranteed to return an index
793 xalloc() throw();
804 * The implementation reserves several indices. You should use xalloc to
825 * The implementation reserves several indices. You should use xalloc to

Completed in 128 milliseconds