Home
last modified time | relevance | path

Searched refs:seekp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A Dostream69 basic_ostream& seekp(pos_type);
70 basic_ostream& seekp(off_type, ios_base::seekdir);
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp357 out.seekp(symTabStart + i * 18); in hideSymbols()
368 out.seekp(symTabStart + (i + j) * 18); in hideSymbols()
/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h123 inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 basic_ostream& seekp(pos_type __pos);
124 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir…
703 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::seekp(pos_type __pos) { in seekp() function
713 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::seekp(off_type __off, ios_base::see… in seekp() function