Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
Draw_ostream.h92 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell()
283 virtual uint64_t current_pos() const = 0;
353 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
483 uint64_t current_pos() const override;
517 uint64_t current_pos() const override;
Draw_os_ostream.h33 uint64_t current_pos() const override;
Dcircular_raw_ostream.h89 uint64_t current_pos() const override { in current_pos() function
DFormattedStream.h48 uint64_t current_pos() const override { in current_pos() function
/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/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
665 DCHECK_EQ(next_.location.end_pos, current_pos); in SeekForward()
667 DCHECK(pos >= current_pos); in SeekForward()
668 if (pos != current_pos) { in SeekForward()
Dhydrogen.cc12422 UsePosition* current_pos = range->first_pos(); in TraceLiveRange() local
12423 while (current_pos != NULL) { in TraceLiveRange()
12424 if (current_pos->RegisterIsBeneficial() || FLAG_trace_all_uses) { in TraceLiveRange()
12425 trace_.Add(" %d M", current_pos->pos().Value()); in TraceLiveRange()
12427 current_pos = current_pos->next(); in TraceLiveRange()
/external/llvm/include/llvm/MC/
DMCLinkerOptimizationHint.h140 uint64_t current_pos() const override { return Count; } in getEmitSize()
/external/toybox/kconfig/
Dlex.zconf.c_shipped771 } current_pos;
1046 current_pos.file = current_file;
1047 current_pos.lineno = current_file->lineno;
2343 return current_pos.lineno;
2348 return current_pos.file ? current_pos.file->name : "<none>";
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c2839 FIRSTPASS_STATS *current_pos = cpi->twopass.stats_in; in find_next_key_frame() local
2867 reset_fpf_position(cpi, current_pos); in find_next_key_frame()