Searched refs:pword (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/ios_base/storage/
H A D3.cc36 d.pword(0) = &d;
H A D2.cc52 // pword
53 ios.pword(1) = v;
54 VERIFY( ios.pword(1) == v );
58 v = ios.pword(max);
72 VERIFY( ios.pword(1) == v );
78 v = ios.pword(std::numeric_limits<int>::max());
H A D1.cc39 out.pword(++x4); // should not crash
H A D11584.cc53 // Access to pword failure storage shouldn't clear iword pword storage.
57 void* pv = std::cout.pword(100);
/haiku-buildtools/legacy/gcc/libio/
H A Dioextend.cc57 // NOTE: This implementation of ios::iword and ios::pword assumes
111 void*& ios::pword(int index) function in class:ios
125 void* ios::pword(int index) const function in class:ios
H A Dstreambuf.h96 void *_arrays; /* Support for ios::iword and ios::pword. */
237 void*& pword(int);
238 void* pword(int) const;
/haiku-buildtools/binutils/gold/
H A Darchive.cc302 const Entry_type* pword = reinterpret_cast<const Entry_type*>(p); local
304 elfcpp::Swap<mapsize, true>::readval(pword));
305 ++pword;
308 const char* pnames = reinterpret_cast<const char*>(pword + nsyms);
320 elfcpp::Swap<mapsize, true>::readval(pword));
322 ++pword;
H A Dobject.cc972 const elfcpp::Elf_Word* pword = local
978 elfcpp::Elf_Word flags = elfcpp::Swap<32, big_endian>::readval(pword);
1077 this->adjust_shndx(elfcpp::Swap<32, big_endian>::readval(pword + i));
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dios_base.h566 // 27.4.2.5 Members for iword/pword storage
574 // Only for failed iword/pword calls.
578 // The first 5 iword and pword slots are reserved for internal use.
784 * index for the iword and pword functions. The expectation is that an
786 * pword arrays that can be used without fear of conflict.
790 * that is safe to use in the iword and pword arrays.
821 * The pword function provides access to an array of pointers that can be
830 pword(int __ix) function in class:io_errc::ios_base

Completed in 492 milliseconds