Home
last modified time | relevance | path

Searched defs:streamoff (Results 1 – 3 of 3) sorted by relevance

/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
/llvm-project/libcxx/include/__ios/
H A Dfpos.h31 _LIBCPP_HIDE_FROM_ABI operator streamoff() const { return __off_; } in streamoff() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Ddeprecated-ios-base-aliases.cpp11 typedef int streamoff; typedef in std::ios_base