Home
last modified time | relevance | path

Searched refs:streamoff (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__ios/
H A Dfpos.h26 streamoff __off_;
29 _LIBCPP_HIDE_FROM_ABI fpos(streamoff __off = streamoff()) : __st_(), __off_(__off) {} in __st_()
31 _LIBCPP_HIDE_FROM_ABI operator streamoff() const { return __off_; } in streamoff() function
36 _LIBCPP_HIDE_FROM_ABI fpos& operator+=(streamoff __off) {
41 _LIBCPP_HIDE_FROM_ABI fpos operator+(streamoff __off) const {
47 _LIBCPP_HIDE_FROM_ABI fpos& operator-=(streamoff __off) {
52 _LIBCPP_HIDE_FROM_ABI fpos operator-(streamoff __off) const {
60 inline _LIBCPP_HIDE_FROM_ABI streamoff operator-(const fpos<_StateT>& __x, const fpos<_StateT>& __y) {
61 return streamoff(__
[all...]
/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Dios.h36 using streamoff = long int; // for char_traits in <string> variable
38 using streamoff = long long; // for char_traits in <string> variable
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dios.cppm
/freebsd/contrib/llvm-project/libcxx/include/__string/
H A Dchar_traits.h83 using off_type = streamoff;
177 using off_type = streamoff;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dios21 typedef OFF_T streamoff;
297 typedef std::streamoff streamoff;
H A Dstring30 fpos(streamoff = streamoff());
32 operator streamoff() const;
37 fpos& operator+=(streamoff);
38 fpos operator+ (streamoff) const;
39 fpos& operator-=(streamoff);
40 fpos operator- (streamoff) const;
43 template <class stateT> streamoff operator-(const fpos<stateT>& x, const fpos<stateT>& y);
53 using off_type = streamoff;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2741 SYMBOL(streamoff, std::, <ios>)
2742 SYMBOL(streamoff, std::, <iostream>)