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

  /external/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 43 const_iterator note_end() const { return Notes.end(); } function in class:clang::TextDiagnosticBuffer
  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 59 for (const_iterator it = note_begin(), ie = note_end(); it != ie; ++it)
VerifyDiagnosticConsumer.cpp 764 Buffer.note_begin(), Buffer.note_end());
864 Buffer->note_end(), "note"));
  /external/libunwind/src/coredump/
_UCD_create.c 215 Elf32_Nhdr *note_hdr, *note_end; local
226 note_end = STRUCT_MEMBER_P (ui->note_phdr, cur->p_filesz);
231 while (NOTE_FITS (note_hdr, note_end))
244 while (NOTE_FITS (note_hdr, note_end))
  /external/lldb/source/Expression/
ClangExpressionParser.cpp 426 diag_iterator != diag_buf->note_end();

Completed in 211 milliseconds