Home
last modified time | relevance | path

Searched defs:current_pos (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Support/
Draw_os_ostream.cpp30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } in current_pos() function in raw_os_ostream
Draw_ostream.cpp821 uint64_t raw_svector_ostream::current_pos() const { in current_pos() function in raw_svector_ostream
846 uint64_t raw_null_ostream::current_pos() const { in current_pos() function in raw_null_ostream
/external/llvm/include/llvm/Support/
Dcircular_raw_ostream.h89 uint64_t current_pos() const override { in current_pos() function
Draw_ostream.h353 uint64_t current_pos() const override { return pos; } in current_pos() function
460 uint64_t current_pos() const override { return OS.size(); } in current_pos() function
DFormattedStream.h48 uint64_t current_pos() const override { in current_pos() function
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_debug.cpp93 uint64_t current_pos() const { return pos; } in current_pos() function in raw_debug_ostream
96 uint64_t current_pos() { return pos; } in current_pos() function in raw_debug_ostream
/external/v8/src/
Dscanner.cc664 int current_pos = source_pos(); in SeekForward() local
Dhydrogen.cc12422 UsePosition* current_pos = range->first_pos(); in TraceLiveRange() local
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c2839 FIRSTPASS_STATS *current_pos = cpi->twopass.stats_in; in find_next_key_frame() local