/openbsd-src/gnu/llvm/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 | 960 uint64_t raw_svector_ostream::current_pos() const { return OS.size(); } in current_pos() function in raw_svector_ostream 987 uint64_t raw_null_ostream::current_pos() const { in current_pos() function in raw_null_ostream
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | raw_sha1_ostream.h | 41 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 | 59 uint64_t current_pos() const override { in current_pos() function
|
H A D | raw_ostream.h | 478 uint64_t current_pos() const override { return pos; } in current_pos() function 650 uint64_t current_pos() const override { return OS.size(); } in current_pos() function
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | Stream.h | 402 uint64_t current_pos() const override { in current_pos() function
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | liboasys.h | 47 file_ptr current_pos; member
|
H A D | libieee.h | 57 file_ptr current_pos; member
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | liboasys.h | 47 file_ptr current_pos; member
|
H A D | libieee.h | 57 file_ptr current_pos; member
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/ |
H A D | llvm-dwarfutil.cpp | 242 uint64_t current_pos() const override { return OS.tell(); } in current_pos() function in llvm::dwarfutil::raw_crc_ostream
|
/openbsd-src/usr.sbin/unbound/sldns/ |
H A D | str2wire.c | 1388 uint8_t* current_pos = (rd + 4 + (sizeof(uint16_t) * i)); in sldns_str2wire_svcbparam_mandatory() local
|
/openbsd-src/sbin/unwind/libunbound/sldns/ |
H A D | str2wire.c | 1388 uint8_t* current_pos = (rd + 4 + (sizeof(uint16_t) * i)); in sldns_str2wire_svcbparam_mandatory() local
|
/openbsd-src/sys/dev/wscons/ |
H A D | wsdisplay.c | 2759 u_int current_pos; inverse_region() local
|