HomeSort by relevance Sort by last modified time
    Searched refs:CurrentLine (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Support/
LineIterator.h 39 StringRef CurrentLine;
70 StringRef operator*() const { return CurrentLine; }
71 const StringRef *operator->() const { return &CurrentLine; }
75 LHS.CurrentLine.begin() == RHS.CurrentLine.begin();
  /external/llvm/lib/Support/
LineIterator.cpp 39 CurrentLine(Buffer.getBufferSize() ? Buffer.getBufferStart() : nullptr,
54 const char *Pos = CurrentLine.end();
83 CurrentLine = StringRef();
93 CurrentLine = StringRef(Pos, Length);
  /external/vogar/src/vogar/
Console.java 48 protected CurrentLine currentLine = CurrentLine.NEW;
94 MarkResetConsole.Mark savedStreamMark = currentLine == CurrentLine.STREAMED_OUTPUT
102 currentLine = CurrentLine.VERBOSE;
170 if (currentLine == CurrentLine.NAME) {
185 currentLine = CurrentLine.NEW
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql_1.h 91 int CurrentLine() { return m_nLine; }
  /art/compiler/debug/dwarf/
debug_line_opcode_writer.h 213 int CurrentLine() const {
dwarf_test.cc 269 ASSERT_EQ(opcodes.CurrentLine(), line);
  /art/compiler/debug/
elf_debug_line_writer.h 251 } else if (line != opcodes.CurrentLine()) {

Completed in 96 milliseconds