Home
last modified time | relevance | path

Searched refs:tellp (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_os_ostream.cpp29 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } in current_pos()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp275 IndentationSize += Stream.tellp(); in calculateIndentationSize()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dostream68 pos_type tellp();
/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h122 inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 pos_type tellp();
696 typename basic_ostream<_CharT, _Traits>::pos_type basic_ostream<_CharT, _Traits>::tellp() { in tellp() function