Home
last modified time | relevance | path

Searched refs:current_pos (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/kyua/utils/
H A Dstream.cpp100 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 Draw_ostream.h148 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell()
382 virtual uint64_t current_pos() const = 0;
489 uint64_t current_pos() const override { return pos; } in current_pos() function
670 uint64_t current_pos() const override { return OS.size(); } in current_pos() function
701 uint64_t current_pos() const override;
739 uint64_t current_pos() const override;
H A Draw_os_ostream.h33 uint64_t current_pos() const override;
H A Draw_sha1_ostream.h41 uint64_t current_pos() const override { return 0; } in current_pos() function
H A Dcircular_raw_ostream.h87 uint64_t current_pos() const override { in current_pos() function
H A Draw_socket_stream.h122 uint64_t current_pos() const override { return 0; } in current_pos() function
H A DFormattedStream.h64 uint64_t current_pos() const override { in current_pos() function
/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() function in raw_os_ostream
H A Draw_ostream.cpp970 uint64_t raw_svector_ostream::current_pos() const { return OS.size(); } in current_pos() function in raw_svector_ostream
1001 uint64_t raw_null_ostream::current_pos() const { in current_pos() function in raw_null_ostream
H A DMustache.cpp399 uint64_t current_pos() const override { return WrappedStream.tell(); } in current_pos() function in llvm::mustache::EscapeStringStream
427 uint64_t current_pos() const override { return WrappedStream.tell(); } in current_pos() function in llvm::mustache::AddIndentationStringStream
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCLinkerOptimizationHint.cpp49 uint64_t current_pos() const override { return Count; } in getEmitSize() function in MCLOHDirective::getEmitSize::raw_counting_ostream
H A DGOFFObjectWriter.cpp435 uint64_t current_pos() const override { return Offset; } in current_pos() function in __anonc8770be50311::TextStream
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h446 uint64_t current_pos() const override {
402 uint64_t current_pos() const override { current_pos() function
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DGOFFEmitter.cpp171 uint64_t current_pos() const override { return OS.tell(); } in current_pos() function in __anonde1c33e50111::GOFFOstream
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp249 uint64_t current_pos() const override { return OS.tell(); } in current_pos() function in llvm::dwarfutil::raw_crc_ostream
/freebsd/contrib/unbound/sldns/
H A Dstr2wire.c1390 uint8_t* current_pos = (rd + 4 + (sizeof(uint16_t) * i)); in sldns_str2wire_svcbparam_mandatory() local
1391 uint16_t key = sldns_read_uint16(current_pos); in sldns_str2wire_svcbparam_mandatory()
1393 if (key == sldns_read_uint16(current_pos + 2)) { in sldns_str2wire_svcbparam_mandatory()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc675 {"_ZNK4llvm21formatted_raw_ostream11current_posEv", "llvm::formatted_raw_ostream::current_pos() con…
1441 {"_ZNK4llvm18raw_string_ostream11current_posEv", "llvm::raw_string_ostream::current_pos() const"},
24467 {"_ZNK4llvm19raw_svector_ostream11current_posEv", "llvm::raw_svector_ostream::current_pos() const"},
24472 {"_ZNK4llvm16raw_null_ostream11current_posEv", "llvm::raw_null_ostream::current_pos() const"},
24473 {"_ZNK4llvm14raw_fd_ostream11current_posEv", "llvm::raw_fd_ostream::current_pos() const"},