/freebsd/contrib/kyua/utils/ |
H A D | stream.cpp | 100 const std::streampos current_pos = is.tellg(); in stream_length() local 104 is.seekg(current_pos, std::ios::beg); in stream_length() 107 is.seekg(current_pos, std::ios::beg); in stream_length()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | raw_ostream.h | 147 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell() 381 virtual uint64_t current_pos() const = 0; 488 uint64_t current_pos() const override { return pos; } in current_pos() function 669 uint64_t current_pos() const override { return OS.size(); } in current_pos() function 700 uint64_t current_pos() const override; 738 uint64_t current_pos() const override;
|
H A D | raw_os_ostream.h | 32 uint64_t current_pos() const override;
|
H A D | raw_sha1_ostream.h | 41 uint64_t current_pos() const override { return 0; } in current_pos() function
|
H A D | raw_socket_stream.h | 121 uint64_t current_pos() const override { return 0; } in current_pos() function
|
H A D | circular_raw_ostream.h | 87 uint64_t current_pos() const override { in current_pos() function
|
H A D | FormattedStream.h | 61 /// current_pos - Return the current position within the stream, in current_pos() 63 uint64_t current_pos() const override { in current_pos() 59 uint64_t current_pos() const override { current_pos() function
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | raw_os_ostream.cpp | 29 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } in current_pos() function in raw_os_ostream
|
H A D | raw_ostream.cpp | 966 uint64_t raw_svector_ostream::current_pos() const { return OS.size(); } in current_pos() function in raw_svector_ostream 997 uint64_t raw_null_ostream::current_pos() const { in current_pos() function in raw_null_ostream
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCLinkerOptimizationHint.cpp | 49 uint64_t current_pos() const override { return Count; } in getEmitSize() function in MCLOHDirective::getEmitSize::raw_counting_ostream
|
H A D | GOFFObjectWriter.cpp | 119 uint64_t current_pos() const override { return OS.tell(); } in current_pos() function in __anonc8770be50111::GOFFOstream
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Stream.h | 446 uint64_t current_pos() const override { 402 uint64_t current_pos() const override { current_pos() function
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | llvm-dwarfutil.cpp | 247 uint64_t current_pos() const override { return OS.tell(); } in write_impl() 254 uint64_t current_pos() const override { return OS.tell(); } current_pos() function in llvm::dwarfutil::raw_crc_ostream
|
/freebsd/contrib/unbound/sldns/ |
H A D | str2wire.c | 1388 uint8_t* current_pos = (rd + 4 + (sizeof(uint16_t) * i)); in sldns_str2wire_svcbparam_mandatory() local 1389 uint16_t key = sldns_read_uint16(current_pos); in sldns_str2wire_svcbparam_mandatory() 1391 if (key == sldns_read_uint16(current_pos + 2)) { in sldns_str2wire_svcbparam_mandatory()
|