Searched refs:pos_type (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Denc_filebuf.h48 typedef typename traits_type::pos_type pos_type; typedef in class:enc_filebuf
H A Dstdio_filebuf.h57 typedef typename traits_type::pos_type pos_type; typedef in class:stdio_filebuf
H A Dpod_char_traits.h102 typedef fpos<state_type> pos_type; typedef in struct:char_traits
H A Dstdio_sync_filebuf.h64 typedef typename traits_type::pos_type pos_type; typedef in class:stdio_sync_filebuf
H A Dcodecvt_specializations.h215 typedef typename std::fpos<state_type> pos_type; typedef in struct:encoding_char_traits
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Denc_filebuf.h48 typedef typename traits_type::pos_type pos_type; typedef in class:enc_filebuf
H A Dstdio_filebuf.h57 typedef typename traits_type::pos_type pos_type; typedef in class:stdio_filebuf
H A Dpod_char_traits.h102 typedef fpos<state_type> pos_type; typedef in struct:char_traits
H A Dstdio_sync_filebuf.h63 typedef typename traits_type::pos_type pos_type; typedef in class:stdio_sync_filebuf
H A Dcodecvt_specializations.h215 typedef typename std::fpos<state_type> pos_type; typedef in struct:encoding_char_traits
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dstrstream.cc225 strstreambuf::pos_type
244 return pos_type(off_type(-1));
262 return pos_type(off_type(-1));
267 return pos_type(off_type(-1));
291 return pos_type(newoff);
294 strstreambuf::pos_type
295 strstreambuf::seekpos(pos_type pos, ios_base::openmode mode)
296 { return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dstrstream.cc225 strstreambuf::pos_type
244 return pos_type(off_type(-1));
262 return pos_type(off_type(-1));
267 return pos_type(off_type(-1));
291 return pos_type(newoff);
294 strstreambuf::pos_type
295 strstreambuf::seekpos(pos_type pos, ios_base::openmode mode)
296 { return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode); }
/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Dstrstream.cpp232 strstreambuf::pos_type
289 return pos_type(__p);
292 strstreambuf::pos_type
293 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which)
320 return pos_type(__p);
/netbsd-current/external/bsd/elftosb/dist/common/
H A DSourceFile.cpp110 std::ifstream::pos_type oldPosition;
/netbsd-current/external/gpl3/gdb/dist/readline/readline/examples/
H A Dreadlinebuf.h51 typedef streampos pos_type; typedef in class:readlinebuf
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/examples/
H A Dreadlinebuf.h51 typedef streampos pos_type; typedef in class:readlinebuf
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_ios.h78 typedef typename _Traits::pos_type pos_type; typedef in class:basic_ios
H A Dchar_traits.h58 * of char_traits. It defines int_type, off_type, pos_type, and
68 typedef std::streampos pos_type; typedef in struct:_Char_types
94 typedef typename _Char_types<_CharT>::pos_type pos_type; typedef in struct:char_traits
348 typedef streampos pos_type; typedef in struct:char_traits
484 typedef wstreampos pos_type; typedef in struct:char_traits
604 typedef u8streampos pos_type; typedef in struct:char_traits
745 typedef u16streampos pos_type; typedef in struct:char_traits
859 typedef u32streampos pos_type; typedef in struct:char_traits
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dbasic_ios.h78 typedef typename _Traits::pos_type pos_type; typedef in class:basic_ios
H A Dchar_traits.h66 * of char_traits. It defines int_type, off_type, pos_type, and
76 typedef std::streampos pos_type; typedef in struct:_Char_types
102 typedef typename _Char_types<_CharT>::pos_type pos_type; typedef in struct:char_traits
343 typedef streampos pos_type; typedef in struct:char_traits
482 typedef wstreampos pos_type; typedef in struct:char_traits
609 typedef u8streampos pos_type; typedef in struct:char_traits
753 typedef u16streampos pos_type; typedef in struct:char_traits
874 typedef u32streampos pos_type; typedef in struct:char_traits
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/capacity/
H A D1.cc52 typedef streampos pos_type;
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/capacity/
H A D1.cc52 typedef streampos pos_type;
/netbsd-current/external/bsd/kyua-cli/dist/utils/text/
H A Dtemplates.cpp220 std::istream::pos_type position;
228 const std::istream::pos_type position_) :
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Doutput_test_helper.cc212 auto start = std::stringstream::pos_type(0);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenrecog.c3995 enum position_type pos_type;
3999 pos_type = POS_XEXP;
4005 pos_type = POS_XVECEXP0;
4012 pos_type, j);
3991 enum position_type pos_type; local

Completed in 331 milliseconds

12