Searched refs:current_pos (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Support/
H A Draw_os_ostream.cpp30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } function in class:raw_os_ostream
H A Draw_ostream.cpp746 uint64_t raw_svector_ostream::current_pos() const { function in class:raw_svector_ostream
771 uint64_t raw_null_ostream::current_pos() const { function in class:raw_null_ostream
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A Draw_os_ostream.h31 /// current_pos - Return the current position within the stream, not
33 virtual uint64_t current_pos() const LLVM_OVERRIDE;
H A Draw_ostream.h85 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); }
266 /// current_pos - Return the current position within the stream, not
268 virtual uint64_t current_pos() const = 0;
327 /// current_pos - Return the current position within the stream, not
329 virtual uint64_t current_pos() const LLVM_OVERRIDE { return pos; }
432 /// current_pos - Return the current position within the stream, not
434 virtual uint64_t current_pos() const LLVM_OVERRIDE { return OS.size(); }
456 /// current_pos - Return the current position within the stream, not
458 virtual uint64_t current_pos() const LLVM_OVERRIDE;
482 /// current_pos
[all...]
H A Dcircular_raw_ostream.h86 /// current_pos - Return the current position within the stream,
89 virtual uint64_t current_pos() const LLVM_OVERRIDE {
90 // This has the same effect as calling TheStream.current_pos(),
H A DFormattedStream.h62 /// current_pos - Return the current position within the stream,
64 virtual uint64_t current_pos() const LLVM_OVERRIDE {
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dlibieee.h57 file_ptr current_pos; member in struct:ieee_per_section
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Djournal.c942 journal_pos_t current_pos; local
954 current_pos = j->header.begin;
955 index_find(j, serial, &current_pos);
957 while (current_pos.serial != serial) {
958 if (DNS_SERIAL_GT(current_pos.serial, serial))
960 result = journal_next(j, &current_pos);
964 *pos = current_pos;
2097 journal_pos_t current_pos; local
2181 current_pos = best_guess;
2182 while (current_pos
[all...]

Completed in 88 milliseconds